达人带货视频单天趋势信息
正式环境
http://open.tabcut.com:8090
正式环境
http://open.tabcut.com:8090
GET
http://open.tabcut.com:8090
请求参数
Query 参数
uidList
string
达人uid列表
bizDate
string
必需
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_trend?uidList&bizDate' \
--header 'x-appKey;' \
--header 'x-timestamp;' \
--header 'x-sign;'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
string
必需
result
array [object {2}]
必需
uid
string
达人id
videoTrendInfoList
array [object {14}]
必需
serverTime
string
必需
示例
{
"code": "string",
"message": "string",
"result": [
{
"uid": "string",
"videoTrendInfoList": [
{
"videoId": "string",
"playCount": [
{
"date": "string",
"score": 0
}
],
"commentCount": [
{
"date": "string",
"score": 0
}
],
"likeCount": [
{
"date": "string",
"score": 0
}
],
"shareCount": [
{
"date": "string",
"score": 0
}
],
"soldCount": [
{
"date": "string",
"score": 0
}
],
"localGmv": [
{
"date": "string",
"score": 0
}
],
"totalPlayCount": [
{
"date": "string",
"score": 0
}
],
"totalLikeCount": [
{
"date": "string",
"score": 0
}
],
"totalShareCount": [
{
"date": "string",
"score": 0
}
],
"totalCommentCount": [
{
"date": "string",
"score": 0
}
],
"totalSoldCount": [
{
"date": "string",
"score": 0
}
],
"totalLocalGmv": [
{
"date": "string",
"score": 0
}
],
"currencySymbolInfo": {
"local": "string"
}
}
]
}
],
"serverTime": "string"
}
修改于 2025-05-23 01:48:58