简要描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
kevin |
2021-05-29 |
|
请求URL:
请求方式:
请求头:
参数名 |
是否必须 |
类型 |
说明 |
token |
是 |
string |
授权凭证 |
请求参数:
参数名 |
是否必须 |
类型 |
说明 |
page |
是 |
string |
页码 |
pagesize |
是 |
string |
条数 |
keyword |
否 |
string |
搜索门店名称,门店别名,门店id |
返回示例:
正确时返回:
{
"status": 200,
"msg": "成功",
"data": {
"list": [
{
"user_type": 4,
"store_sharing_uid": 5,
"store_sharing_username": "kevin1",
"store_sharing_phone": "18923771201",
"store_id": 7,
"uid": 29,
"brand_name": "海底捞",
"company_name": "深圳辣尚瘾火锅有限公司",
"store_name": "海底捞(大运店)",
"store_area": "广东省 深圳市 龙岗区",
"store_address": "茶山镇沙巷路",
"created_at": "2021-05-12 14:21:49",
"alias_name": "",
"area_code_number": "B440300003",
}
],
"page": 1,
"pagesize": 1,
"total": 2
},
"other": []
}
错误时返回:
{
"status": 0,
"msg": "key错误"
}
返回参数说明:
参数名 |
类型 |
说明 |
 |
|
|
参数名 |
类型 |
说明 |
user_type |
string |
1=管理员,2=店长,3=店员,4=邀请的 |
is_can_invitation |
string |
是否共享门店 |
activation_time |
string |
门店赋活时间 |
alias_name |
string |
门店别名 |
store_sharing_uid |
string |
共享门店给哪个uid |
store_sharing_username |
string |
共享门店给哪个用户名 |
store_sharing_phone |
string |
共享门店给哪个手机号 |
company_name |
string |
企业名称 |
area_code_number |
string |
企业id |
备注:
文档更新时间: 2021-07-07 11:38 作者:admin