文档
测试

员工名片列表

GET
http://localhost:8086/wx/employeeCard/getList?current=1&size=10&search=

请求参数

参数名
类型
描述
必填
current
int
示例:1
必填
size
int
示例:10
必填
search
string
示例:
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:请求成功
必填
code
int
示例:200
必填
data
object
数据字典
必填
records
array
数据列表
必填
ecId
int
(员工名片id)示例:1
必填
employeeName
string
(姓名)示例:张佳慧
必填
headUrl
string
(头像)示例:http://thirdwx.qlogo.cn/mmopen/Q3auHgzwzM5VaYjl4REcOFtTh3u6Rqw1lQvxfSOF1SWscqXyGRzfc7X5NKxcXAJNiciaHe1khzjjvK7z5loTvhTw/132
必填
position
string
(职位)示例:宁波地区市场总监
必填
phone
string
(电话)示例:15885544566
必填
total
int
示例:7
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
hitCount
boolean
示例:false
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填