简要描述:
- 商品采集上传
请求URL:
POST/wapapi/addons/execute/addons/goodhelper/controller/goodhelper/action/setgoodgather
参数:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
username | 否 | string | 用户名 |
password | 否 | string | 密码 |
token | 否 | string | 登录成功返回的token |
content | 否 | string | 采集的商品数据 |
返回示例:
正确时返回:
{
"code": 1,
"message": "登录成功",
"data": "{DD0DFFDD-2B1B-18BD-2BF5-E892A50E276B}"
}
参数名 | 类型 | 说明 |
---|---|---|
token | string | 用户token |