- 概述
- 定制配置
- API
- WEB
- SC
- OP
- MP
- MP Copy
- PP
- APP
- OpenApi
- 机构运营报表
- 未命名接口POST
商户员工登录
POST
/bis/mp/app/user/employee/login
最后修改时间:2022-12-14 00:55:17
责任人:严子雄
请求参数
Body 参数application/x-www-form-urlencoded
employee_id
integer
员工ID
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/bis/mp/app/user/employee/login' \
--data-urlencode 'employee_id='
返回响应
🟢200成功
application/json
Body
code
string
返回码
msg
string
返回说明
data
object
返回数据
total
integer
数据总条数
list
array [object {17}]
当前返回数据
示例
{
"code": "string",
"msg": "string",
"data": {
"total": 0,
"list": [
{
"login_account_id": 0,
"employee_id": 0,
"institution_no": "string",
"merchant_no": "string",
"merchant_name": "string",
"service_type": 0,
"role_id": 0,
"employee_name": "string",
"store_no": "string",
"store_name": "string",
"store_type": 0,
"email": "string",
"phone": "string",
"username": "string",
"timezone": "string",
"language": "string",
"res_list": [
{
"id": 0,
"dna": "string",
"res_name": {},
"res_type": 0,
"icon": "string",
"frontend_res_path": "string",
"backend_res_path": "string",
"description": "string",
"conditions": "string",
"status": 0
}
]
}
]
}
}