电商工具箱之商品标签打标

根据任务ID获取打标信息
发布打标
接口文档在线调试
接口名称:
获取打标记录
接口状态:
已完成
接口地址:
http://gongju.gxlm8.cn/api/dabiao/push/getHistory
请求方式:
GET
Content-Type:
Text
更新时间:
2021-06-14 22:57:18
Header
token
string

认证秘钥;个人中心获取。
认证秘钥;个人中心获取。
返回示例
{
“msg”: null,
“data”: [
{
“product_ids”: “564924778744”,
“create_time”: “2020-07-31 10:21:11”,
“task_id”: “2f8918831e73ee485aca366c3922ee19”,
“state”: 1,
“keyword”: “测试”,
“fail_reason”: null,
“wangwangId”: “测试”
},
{
“product_ids”: “564924778744”,
“create_time”: “2020-07-31 10:21:11”,
“task_id”: “c3bba842891b15263abe8474168e04ac”,
“state”: 1,
“keyword”: “测试”,
“fail_reason”: null,
“wangwangId”: “测试2”
},
{
“product_ids”: “564924778744”,
“create_time”: “2020-07-31 10:21:59”,
“task_id”: “6139e438c71caa91c72dafb2870efcc9”,
“state”: 1,
“keyword”: “测试”,
“fail_reason”: null,
“wangwangId”: “测试”
},
{
“product_ids”: “564924778744”,
“create_time”: “2020-07-31 10:21:59”,
“task_id”: “430627d88a2a1f4d592ad5c73d3854df”,
“state”: 1,
“keyword”: “测试”,
“fail_reason”: null,
“wangwangId”: “测试2”
}
],
“state”: true
}
响应参数
data.product_ids
string
商品ID
data.create_time
string
创建时间
data.wangwangId
string
旺旺号
data.state
number
状态:0 排队中 1 成功 2 失败
data.keyword
string
关键词
data.fail_reason
string
失败原因
data.task_id
string
任务编号

Guess you like

Origin blog.csdn.net/weixin_49952613/article/details/121465370