文档
测试

员工列表

POST
http://127.0.0.1:2021/admin_api/seller_emp/list

请求参数

参数名
类型
描述
必填
sw
string
示例:longjie 模糊查询(email,contact,phone,city,,provinces,address)
必填
country
string
示例:国家
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
object
数据字典
必填
count
int
示例:1
必填
totalPages
int
示例:1
必填
pageSize
int
示例:30
必填
currentPage
int
示例:1
必填
data
array
数据列表
必填
id
int
示例:1
必填
email
string
示例:longjie
必填
contact
string
示例:longjie
必填
phone
string
示例:
必填
country
object
示例:null
必填
provinces
object
示例:null
必填
city
object
示例:null
必填
address
object
示例:null
必填
remark
object
示例:null
必填

说明 / 示例

{ "code": 0, "msg": "", "data": { "count": 1, "totalPages": 1, "pageSize": 30, "currentPage": 1, "data": [ { "id": 1, "email": "longjie", "contact": "longjie", "phone": "", "country": null, "provinces": null, "city": null, "address": null, "remark": null } ] } }