简要描述:
接口版本:
版本号 | 制定人 | 制定日期 | 修订日期 |
---|---|---|---|
1.0.0 | kevin | 2021-02-20 |
请求URL:
请求方式:
- GET
请求头:
参数名 | 是否必须 | 类型 | 说明 |
---|---|---|---|
token | 是 | string | 授权凭证 |
请求参数:
参数名 | 是否必须 | 类型 | 说明 |
---|
返回示例:
正确时返回:
{
"status": 200,
"msg": "获取成功",
"data": [
{
"store_id": 1,
"uid": 5,
"add_uid": 5,
"brand_name": "海底捞",
"store_name": "海底捞(海航城店)",
"store_area": "广东省 深圳市 龙岗区",
"store_address": "龙岗大道与碧新路交汇处海航商业城二层",
"store_latitude": "114.272703",
"store_longitude": "22.730302",
"created_at": "2021-02-20 15:01:04",
"updated_at": "2021-02-20 15:01:04",
"user_type": 1,
"store_sharing_uid": 5,
"device_expiration_at": "2023-05-31 19:15:24",
"device_expiration_time": 1685531724
},
],
"other": []
}
错误时返回:
{
"status": 0,
"msg": "key错误"
}
返回参数说明:
参数名 | 类型 | 说明 |
---|---|---|
user_type | string | 1=管理员,2=店长,3=店员,4=邀请的 |
store_id | string | 门店id |
uid | string | 管理员uid |
brand_name | string | 门店品牌 |
store_name | string | 门店名称 |
store_area | string | 门店区域 |
store_address | string | 门店详细地址 |
store_latitude | string | 门店经度 |
store_longitude | string | 门店纬度 |
created_at | string | 创建时间 |
person_in_charge | string | 负责人 |
company_name | string | 公司名称 |
business_license_no | string | 营业执照号 |
business_license_img | string | 营业执照 |
business_license_img_url | string | 营业执照路径 |
is_has_device | string | 是否有设备【1=有,2=否】 |
role_type | string | 权限类型 【A权限,B权限】 |
is_can_invitation | string | 是否可以邀请【1=可以,2=不可以】 |
activation_time | string | 赋活时间 |
alias_name | string | 门店别名 |
device_upload_data_time | string | 设备上报时间 |
device_password | string | 设备锁屏密码 |
debugging_time_num | string | 调试时间,分钟 |
device_title_btn | array | 设备按钮 |
device_expiration_at | string | 设备租期【时间格式】 |
device_expiration_time | string | 设备租期【时间戳】 |
备注:
- 无
作者:admin 创建时间:2021-02-23 15:32
更新时间:2021-07-07 12:02
更新时间:2021-07-07 12:02