VideoInfoParams
VideoInfoParams: { methodType: "videoWork"; photoId: string }
类型声明
methodType: "videoWork"
photoId: string
CommentParams: { methodType: "comments"; photoId: string }
类型声明
methodType: "comments"
photoId: string
UserProfileParams
UserProfileParams: { methodType: "userProfile"; principalId: string }
类型声明
methodType: "userProfile"
principalId: string
UserWorkListParams
UserWorkListParams: {
methodType: "userWorkList";
principalId: string;
pcursor?: string;
count?: number;
}
类型声明
methodType: "userWorkList"
principalId: string
可选pcursor?: string
可选count?: number
LiveRoomInfoParams
LiveRoomInfoParams: { methodType: "liveRoomInfo"; principalId: string }
类型声明
methodType: "liveRoomInfo"
principalId: string
EmojiListParams
EmojiListParams: { methodType: "emojiList" }
快手 API 方法参数映射