不出价版创建订单
POST
/openapi/fanstop/photo/order/create/junior
文档简介(需联系商务开通)
不出价版创建订单的接口文档
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open.kuaishou.com/openapi/fanstop/photo/order/create/junior?app_id=string&app_id=&access_token=string&access_token=' \
--data-urlencode 'photoId=long' \
--data-urlencode 'deliveryDuration=int' \
--data-urlencode 'provider=int' \
--data-urlencode 'accountType=int' \
--data-urlencode 'estimatedExploreShow=long' \
--data-urlencode 'exploreCost=long' \
--data-urlencode 'spreadIntention=int'
响应示例响应示例
{
"result": 1,
"errorMsg": "",
"ksOrderId": "XXXXX",
"totalCost": 123123,
}
请求参数
Query 参数
app_id
string
应用唯一标识
示例值:
string
access_token
string
接口访问凭证
示例值:
string
Body 参数application/x-www-form-urlencoded
photoId
string
photoId
示例值:
long
deliveryDuration
string
必需
示例值:
int
provider
string
必需
示例值:
int
accountType
string
必需
示例值:
int
estimatedExploreShow
string
预计曝光
示例值:
long
exploreCost
string
预期花费
示例值:
long
spreadIntention
string
必需
示例值:
int
sex
string
可选
示例值:
string
age
string
可选
示例值:
string
region
string
可选
示例值:
string
interest
string
可选
示例值:
string
dmpIdType
string
可选
示例值:
string
dmpId
string
可选
示例值:
string
location
string
可选
示例值:
string
ksOrderId
string
订单ID
示例值:
string
返回响应
修改于 2021-11-23 08:42:52