根据价格获取购量(入门版)
POST
/openapi/fanstop/photo/showByCost
根据价格获取购量(入门版)的接口文档
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.kuaishou.com/openapi/fanstop/photo/showByCost?app_id=string&app_id=&access_token=string&access_token='
响应示例响应示例
{
"result": 0,
"errorMsg": "string",
"originalCost": 0,
"realCost": 0,
"estimatedShow": 0,
"estimatedMinShow": 0,
"estimatedMaxShow": 0
}
请求参数
Query 参数
app_id
string
应用唯一标识
示例值:
string
access_token
string
接口访问凭证
示例值:
string
Body 参数application/x-www-form-urlencoded
photoId
string
可选
示例值:
strig
cost
string
花费金额
示例值:
long
sex
string
可选
示例值:
string
age
string
可选
示例值:
string
region
string
可选
示例值:
string
interest
string
可选
示例值:
string
dmpIdType
string
可选
示例值:
int
dmpId
string
可选
示例值:
string
location
string
可选
示例值:
string
返回响应
修改于 2021-11-23 08:37:48