下订单
POST
/openapi/fanstop/live/order/create
通过此接口进行下订单的操作,订单ID
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.kuaishou.com/openapi/fanstop/live/order/create?app_id=&access_token=' \
--data-urlencode 'ksOrderId=string' \
--data-urlencode 'liveStreamId=string' \
--data-urlencode 'accountType=int' \
--data-urlencode 'budget=long' \
--data-urlencode 'bid=long' \
--data-urlencode 'launch_type=string' \
--data-urlencode 'deliveryTime=long'
响应示例响应示例
{
"result": 1,
"errorMsg": "",
"ksOrderId": "xxxxx"
}
请求参数
Query 参数
app_id
string
应用唯一标识
默认值:
{{app_id}}
access_token
string
接口访问凭证
默认值:
{{access_token}}
Body 参数application/x-www-form-urlencoded
ksOrderId
string
必需
示例值:
string
liveStreamId
string
必需
示例值:
string
accountType
string
必需
示例值:
int
budget
string
预算
示例值:
long
bid
string
出价
示例值:
long
launch_type
string
必需
示例值:
string
photoSelectType
string
可选
示例值:
string
photoIds
string
多个用逗号分开
示例值:
string
deliveryTime
string
投放时长 分钟
示例值:
long
recommendFans
string
可选
示例值:
bool
sex
string
可选
示例值:
string
region
string
可选
示例值:
string
age
string
可选
示例值:
string
intentionType
string
可选
示例值:
string
返回响应
修改于 2021-11-23 08:55:32