文档
测试

客户联系人列表查询

POST
http://182.61.50.242:6070/cusContacts/getCusContactsList?customerId=1&pageIndex=1&pageSize=10

响应参数

参数名
类型
描述
必填
code
int
示例:500
必填
data
object
数据字典
必填
currentPage
int
示例:1
必填
isMore
int
示例:0
必填
items
array
客户联系人列表
必填
id
int
示例:6
必填
createTime
int
创建时间,示例:1577431475000
必填
customerId
int
客户编号,示例:1
必填
name
string
名字,示例:asfsafsa
必填
position
string
职位,示例:asfafaf
必填
pageSize
int
示例:10
必填
startIndex
int
示例:0
必填
totalNum
int
示例:3
必填
totalPage
int
示例:1
必填