员工短信记录列表
GET
{{host}}/openapi/phone/shortMessage/list?pageindex=1
请求参数
参数名
类型
描述
必填
pageindex
int
示例:1
必填
startTime
Date
查询起始时间
必填
endTime
Date
查询截止时间
必填
followupPerson
Interger
员工id
必填
响应参数
参数名
类型
描述
必填
code
int
示例:0
必填
listCount
int
必填
name
string
示例:肖老师 姓名
必填
phone
string
示例:15935500059 手机号
必填
smsId
int
smsId
必填
sendTime
date
示例:0 时间戳 发送时间
必填
content
string
短信内容
必填
sendPerson
string
发送人姓名
必填
followupPerson
int
跟进人ID
必填
deviceImei
string
设备ID
必填
isSend
int
1接收 2发送 3草稿 4发件箱 5发送失败 6待发送列表
必填
createTime
long
时间戳 创建时间
必填
followPersonName
string
跟进人姓名
必填