达人带货视频信息
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
uid
string
达人uid
filterType
integer
必需
pageNo
integer
页码
pageSize
integer
每页条数
Header 参数
x-appKey
string
必需
x-timestamp
string
必需
x-sign
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/video?uid&filterType&pageNo&pageSize' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
object
必需
pageNo
integer
当前页码
pageSize
integer
每页大小
total
integer
总条数
data
array [object {4}]
必需
示例
{
"code": "string",
"message": "string",
"result": {
"pageNo": 0,
"pageSize": 0,
"total": 0,
"data": [
{
"videoInfo": {
"videoId": "string",
"videoUrl": "string",
"videoCoverUrl": "string",
"videoDesc": "string",
"createTime": 0,
"playCountInfo": {
"total": 0
},
"likeCountInfo": {
"total": 0
},
"commentCountInfo": {
"total": 0
},
"shareCountInfo": {
"total": 0
},
"engageRate": 0,
"soldCountInfo": {
"video": 0
},
"gmvInfo": {
"video": {
"local": 0
}
},
"currencySymbolInfo": {
"local": "string"
}
},
"bizDate": "string",
"itemInfo": {
"itemId": "string",
"categoryList": [
{
"categoryName": "string",
"id": "string",
"pid": "string",
"region": "string",
"level": "string"
}
],
"discoverTime": 0,
"itemName": "string",
"priceInfo": [
{
"local": 0
}
],
"commissionRate": "string",
"rating": "string",
"currencySymbolInfo": {
"local": "string"
}
},
"sellerInfo": {
"sellerId": "string",
"sellerName": "string"
}
}
]
}
}
修改于 2025-05-23 01:48:38