getCallRecords 获取通话记录
getCallRecords
获取通话记录
- 参数描述:
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
param |
Object |
Y |
{} 属性: sn: lastEndId:{ Type: String, Default: 0, Description: 最后一条记录的id(初始默认传0) } |
请求参数 |
#接口调用示例
soundModule.getCallRecords(param, (resp) => {
this.$alert("成功")
}, (error) => {
this.$toast("失败")
})
#返回参数
- 成功时返回
| Prop | Type | Default | Description |
|---|---|---|---|
data |
Object |
N/A |
json字符串 |
-
- 失败描述:
| Prop | Type | Default | Description |
|---|---|---|---|
errorCode |
Number |
N/A |
失败错误码 |
errorMessage |
String |
N/A |
错误消息(如有) |
浙公网安备 33010602011771号