kol传播表现V1(Kol Propagation V1)
GET
/api/xiaohongshu-pgy/get-kol-note-rate/v1- 0:Success(扣费/Charge)
- 100:TOKEN Invalid/Unactivated
- 300:API Invalid
- 301:Failed, Please Retry
- 302:Too Fast
- 400:Param Illegal
- 500:Server Error
- 600:Permission Unusual
- 601:Insufficient Balance
Set Timeout >= 60s
Request
Query Params
token
string
required
TOKEN
kolId
string
required
Kol ID
dateType
string
optional
Date Type(default:_1)
_1 :30天(last 30 days)
_2 :90天(last 90 days)
Example:
_1
noteType
string
optional
Note Type(default:_3)
_1 :图文(Normal)
_2 :视频(Video)
_3 :图文和视频(Normal+Video)
Example:
_3
adSwitch
string
optional
Ad Switch(default:_1)
_1 :全流量(Full Traffic)
_0 :自然流量(Natural Traffic)
Example:
_1
business
string
optional
Business(default:_0)
_0 :日常笔记(Normal Note)
_1 :合作笔记(Cooperation Note)
Example:
_0
acceptCache
boolean
optional
Enable cache(default false)
Example:
false
Request samples
Responses
成功(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
code
integer
optional
message
string
optional
data
object (Object)
optional
recordTime
string
optional
Example
{
"code": 0,
"message": "",
"data": {},
"recordTime": ""
}
Last modified: 10 天前