添加达人任务
POST
/home/commission/add
最后修改时间:2025-01-06 11:00:56
请求参数
Header 参数
token
string
必需
示例值:
dWlkPTE4NDY5NjI3MCZ0aW1lPTE3MzU3MDA3OTk%3D
Body 参数multipart/form-data
_id
string
达人id
示例值:
11
name
string
示例:达人名称
示例值:
我是达人1
返回响应
🟠400响应参数
application/json
Body
code
integer
示例:0
message
string
示例:成功
cont
object
数据字典
good_list
array [object {16}]
数据列表
total
integer
示例:1731
示例
{
"code": 0,
"message": "string",
"cont": {
"good_list": [
{
"uid": "string",
"plat": "string",
"goods_id": 0,
"goods_name": "string",
"market_price": 0,
"image_url": "string",
"thumb_url": "string",
"is_more_sku": 0,
"goods_quantity": 0,
"is_onsale": 0,
"addtime": 0,
"weight": 0,
"costPrice": 0,
"bzprice": 0,
"is_zb": 0,
"relation": 0
}
],
"total": 0
}
}
修改于 2025-01-06 11:00:56