文档
测试

专家咨询

GET
http://192.168.161.77/dev-api/ag/consultation/lists?pageNum=1&pageSize=10

请求参数

参数名
类型
描述
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填

响应参数

application/json
参数名
类型
描述
必填
total
int
示例:1
必填
rows
array
数据列表
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填
params
object
数据字典
必填
id
int
示例:16
必填
name
string
示例:1
必填
post
string
示例:1
必填
imagePath
string
示例:/profile/upload/2021/12/07/cbd387f3-6692-4b5e-8190-62f29059e43c.jpg
必填
education
string
示例:1
必填
specialField
string
示例:1
必填
workingTime
object
示例:null
必填
phone
string
示例:1
必填
describe
string
示例:1
必填
mainDuties
string
示例:1
必填
record
string
示例:1
必填
status
string
示例:1
必填
extend1
object
示例:null
必填
extend2
object
示例:null
必填
extend3
object
示例:null
必填
extend4
object
示例:null
必填
extend5
object
示例:null
必填
extend6
object
示例:null
必填
agEcContentList
object
示例:null
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填

说明 / 示例

/** 姓名 */ @Excel(name = "姓名") private String name; /** 职位 */ @Excel(name = "职位") private String post; /** 照片 */ @Excel(name = "照片") private String imagePath; /** 学历 */ @Excel(name = "学历") private String education; /** 擅长领域 */ @Excel(name = "擅长领域") private String specialField; /** 从业时间 */ @JsonFormat(pattern = "yyyy-MM-dd") @Excel(name = "从业时间", width = 30, dateFormat = "yyyy-MM-dd") private Date workingTime; /** 电话 */ @Excel(name = "电话") private String phone; /** 概述 */ @Excel(name = "概述") private String describe; /** 主要职务 */ @Excel(name = "主要职务") private String mainDuties; /** 主要履历 */ @Excel(name = "主要履历") private String record; /** 状态 */ @Excel(name = "状态") private String status;