简要描述:
| 版本号 |
制定人 |
制定日期 |
修订日期 |
| 1.0.0 |
kevin |
2026-05-19 |
|
请求URL:
请求方式:
请求头:
请求参数:
| 参数名 |
是否必须 |
类型 |
说明 |
| source |
是 |
string |
操作端 |
| store_id |
是 |
string |
门店id |
| ipad_id |
是 |
string |
ipad_id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "未綁定",
"data": {
"bind_status": false
},
"other": []
}
{
"status": 200,
"msg": "已綁定",
"data": {
"store_info": {
"store_id": 2,
"store_name": "大运店",
"logo": "http://pos.com/uploads/stores/2026/01/20/696f137801090.png",
"start_time": "<p>09:00 - 21:00</p>",
"mobile": "13113690002",
"address": "广东省深圳市龙岗区大运地铁站",
"content": "广东省深圳市龙岗区大运地铁站",
"status": 3,
"lng": "",
"lat": "",
"remark": "",
"line_url": "",
"desk_position_data": null,
"no_login_create_order_status": 1,
"collect_status": false
},
"bind_status": true
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "验证错误"
}
store_info返回参数说明:
| 参数名 |
类型 |
说明 |
| store_info |
array |
门店信息 |
| bind_status |
bool |
true=已绑定 false=未绑定 |
store_info返回参数说明:
| 参数名 |
类型 |
说明 |
| store_id |
string |
门店id |
| store_name |
string |
门店名称 |
| logo |
string |
门店logo |
| start_time |
string |
营业时间 |
| mobile |
string |
门店手机号 |
| address |
string |
门店地址 |
| content |
string |
门店简介 |
| status |
string |
营业状态 1 营业中 2 下架3 打样 |
| lng |
string |
经度 |
| lat |
string |
纬度 |
| remark |
string |
备注 |
| collect_status |
string |
true=收藏,false=未收藏 |
| line_url |
string |
line社群链接 |
| desk_position_data |
string |
门店桌位数据 |
| no_login_create_order_status |
string |
开启无登录状态 1=开启 2=关闭 |
备注:
作者:admin 创建时间:2026-05-19 14:10
最后编辑:admin 更新时间:2026-06-26 21:07