客户联系记录列表查询
POST
http://182.61.50.242:6070/cusContactRecord/getCusContactRecordList?pageIndex=1&pageSize=10
响应参数
参数名
类型
描述
必填
code
int
示例:200
必填
currentPage
int
示例:1
必填
isMore
int
示例:0
必填
id
int
示例:6
必填
customerId
int
客户编号
必填
cusContactName
String
客户联系人名称
必填
content
string
聊天内容,示例:发放阿发
必填
cusContactsId
int
客户联系人编号,示例:4
必填
createTime
int
创建时间,示例:1576234782000
必填
updateTime
int
更新时间,示例:1576234788000
必填
cusContactName
String
客户联系人名称,示例:name
必填
pageSize
int
示例:10
必填
startIndex
int
示例:0
必填
totalNum
int
示例:3
必填
totalPage
int
示例:1
必填