首页-访客列表
简要描述
- 访客列表接口
时序图
-
请求报文说明
字段名 | 类型 | 是否必填 | 说明 |
---|---|---|---|
pageSize | Integer | Y | 页大小 |
pageNum | Integer | Y | 起始页 |
返回报文说明
字段名 | 类型 | 说明 |
---|---|---|
id | Integer | 主键 |
tenantId | Integer | 租户ID |
shareId | String | 分享人ID |
wechatOpenId | String | 微信openId |
wechatImageUrl | String | 微信头像 |
wechatNickname | String | 微信昵称 |
lastVisitContentId | String | 最后访问内容 |
lastVisitContentTitle | String | 最后访问内容标题 |
lastVisitContentType | String | 最后访问内容类型 |
lastVisitContentTime | Date | 最后访问内容时间 |
visitorOperation | String | 最后访问类型 |
relatedCustomerType | String | 关联客户类型 |
relatedCustomerId | String | 关联客户ID |
relatedCustomerName | String | 关联客户名称 |
lastVisitContentTimeStr | String | 最近访问时间 |
lastVisitContentDate | String | 最近访问日期 |
viewTimeStr | String | 访客浏览时间 |
icon | String | 信任icon |
isRelative | String | 是否关联客户 |
备注
- 更多返回错误代码请看首页的错误代码描述