跳到主要内容

获取员工列表

请求地址

/api/v2/business/employee_list

公共请求参数

接口协议 - 公共参数

请求参数

参数必填类型说明
page_sizeint页面大小, 取值 1 ~ 1000
page_numint第几页, , 取值 1 ~ 10000

响应参数

名称类型说明
totalint门店总数
listlist门店列表
has_next_pagebool是否有下一页
idint用户ID
namestring店铺名称
usernamestring用户账号
shop_idint门店id
mobile_phonestring用户手机号
avatarstring用户头像
descriptionstring用户描述
is_adminstring是否为管理员
wechat_namestring绑定的微信名称
create_timestring创建时间

请求示例

:::: tabs

::: tab biz_content

{
"page_num": 1,
"page_size": 1
}

::: ::: tab 原始数据

{
"open_app_id": "kd100020191120",
"open_mch_id": "60882970237033",
"timestamp": 1574841366,
"sign_type": "MD5",
"token": "087c96a2-5557-4237-a09b-4ca0bcedbdbf",
"biz_content": "{\"page_num\": 1, \"page_size\": 1}",
"sign": "4ca35a6eb144d214c09314283af94439"
}

::: ::::

响应示例

:::: tabs

::: tab result

{
"code": 0,
"data": {
"has_next_page": true,
"list": [
{
"avatar": "http://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTK0xvVI6ia2wLxK0icmLicbF0wsR4MIgoPSEJjQezE4oAgkvkroOkdo0iaVQZIwfm1Vj5mB4zP6JibkYnQ/132",
"create_time": "2019-11-18 13:59",
"description": "",
"id": 79,
"is_admin": false,
"mobile_phone": "16675610614",
"name": "3圈酷点",
"shop_id": 10,
"status": 1,
"username": "3kd",
"wechat_appid": "wxf3d492ca8b1ef13c",
"wechat_name": "三圈",
"wechat_openid": "oLW_F0hZlkVC6NWbt0yBOtzW_7j8"
}
],
"page_num": 1,
"page_size": 1,
"total": 24
},
"msg": "success",
"succeed": true
}

:::

::: tab 原始数据

{
"result": "{\"code\":0,\"data\":{\"has_next_page\":true,\"list\":[{\"avatar\":\"http://thirdwx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTK0xvVI6ia2wLxK0icmLicbF0wsR4MIgoPSEJjQezE4oAgkvkroOkdo0iaVQZIwfm1Vj5mB4zP6JibkYnQ/132\",\"business_id\":1,\"create_time\":\"2019-11-18 13:59\",\"description\":\"\",\"id\":79,\"is_admin\":false,\"mobile_phone\":\"16675610614\",\"name\":\"3圈酷点\",\"shop_id\":10,\"status\":1,\"user_no\":\"\",\"user_type\":0,\"username\":\"3kd\",\"wechat_appid\":\"wxf3d492ca8b1ef13c\",\"wechat_name\":\"三圈\",\"wechat_openid\":\"oLW_F0hZlkVC6NWbt0yBOtzW_7j8\"}],\"page_num\":1,\"page_size\":1,\"total\":24},\"msg\":\"success\",\"succeed\":true}",
"sign": "a0acfe01490304af432db8c0b798c50e"
}

::: ::::

预约咨询