文档
测试
POST
{域名}/api/merchant/v1/shopping

请求参数

multipart/form-data
参数名
类型
描述
必填
secretKey
String
账号密钥
必填
taskId
int
任务id 1点赞 2关注
必填
number
int
任务数量
必填
url
String
任务链接
必填

响应参数

application/json
参数名
类型
描述
必填
code
状态 200成功其他则失败
必填
data
数据
必填
orderId
订单号
必填
msg
消息
必填

说明 / 示例

成功 { "code":200, "msg":"请求成功", "data":{ "orderId":1594548975454 } } 失败参考msg { "code":500, "msg":"secretKey不能为空", }