获取推荐出价与价格区间(出价版)
GET
/openapi/fanstop/photo/heatPriceOption
获取推荐出价与价格区间(出价版)的接口文档
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.kuaishou.com/openapi/fanstop/photo/heatPriceOption?spreadIntention=int&app_id=&access_token='
响应示例响应示例
{
"result": 1,
"errorMsg": "",
"recoBid": {
"maxBid": 1,
"minBid": 1,
"recoBid": 1
},
"recoCose": {
"maxCost": 1,
"minCost": 1,
"costOption": [
1,
2,
3,
4
]
}
}
请求参数
Query 参数
spreadIntention
string
期望提升
示例值:
int
app_id
string
应用唯一标识
默认值:
{{app_id}}
access_token
string
接口访问凭证
默认值:
{{access_token}}
返回响应
修改于 2021-11-23 08:42:13