Amagi API 文档 - v5.6.3
    正在准备搜索索引...

    接口 KuaishouMethodOptionsMap

    interface KuaishouMethodOptionsMap {
        VideoInfoParams: { methodType: "单个视频作品数据"; photoId: string };
        CommentParams: { methodType: "评论数据"; photoId: string };
        EmojiListParams: { methodType: "Emoji数据" };
    }
    索引

    属性

    VideoInfoParams: { methodType: "单个视频作品数据"; photoId: string }

    类型声明

    • methodType: "单个视频作品数据"
    • photoId: string

      作品ID

    CommentParams: { methodType: "评论数据"; photoId: string }

    类型声明

    • methodType: "评论数据"
    • photoId: string

      作品ID

    EmojiListParams: { methodType: "Emoji数据" }