POST/plugin.tiktok-verify-ticket-storage.api.index.index
返回示例:
正确时返回:
{
"result": 1,
"msg": "成功",
"data": {
"link": [
{
"url": "xxxxx",
"title": "库存数量"
},
{
"url": "xxxxx",
"title": "库存变动记录"
},
{
"url": "xxxxx",
"title": "核销记录"
}
],
"shop": {
"name": "嫦蔻美容店(周祝公路店)",
"dy_shop_id": "7236572726637365281"
}
}
}
错误时返回:
{
"errcode": 500,
"errmsg": "invalid appid"
}
返回参数说明:
| 参数名 | 类型 | 说明 |
|---|---|---|
| shop.dy_shop_id | int | 门店ID称 |
| shop.name | string | 门店名称 |
| link.url | string | 链接 |
| link.title | string | 链接名称 |