查询vos话单列表
最后更新于 2024/11/21 阅读数 180
查询vos消费报表
请求接口:
/agent-api/vos/{user_id}/get_recharge
请求方式:
GET
路由参数
参数 | 类型 | 示例 | 解释 | 必填 |
---|---|---|---|---|
user_id | string | 5832d184-dd53-42a0-8ace-0bf8d660f4cc | 用户id | 是 |
请求参数
参数
类型
示例
解释
必填
time
date
"2022-12-01"
日期
默认查询前一天数据否
phone
string
"123123123"
主叫号码
否
callee_phone
string
"56765345"
被叫号码
否
vos_account_id
int
10
vos账号id
不传默认查询第一个账号
否
返回参数
{
"code": 200,
"status": "success",
"message": "查询话单列表成功",
"data": [
{
"phone": "123123123123",//主叫号码
"callee_phone": "456456456456",//被叫号码
"start_time": "2022-12-15 09:08:44",//开始时间
"end_time": "2022-12-15 09:08:44",//结束时间
"hold_time": "00:00:00",//通话时长
"fee": 0,//话费
"call_level_text": "国内长途",//通话类型
"customer_name": "vos",//账号名称
"customer_account": "12312312"//账号
}
],
"meta": {
"current_page": 1,
"from": 1,
"last_page": 1,
"path": "http://ai-vos.telrobot.top/api/member/call-record",
"per_page": 15,
"to": 2,
"total": 2
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
评价这篇文档
有帮助
没帮助
未能解决您的问题?请联系
在线客服