获取电话底层优化
This commit is contained in:
@@ -71,20 +71,15 @@ class CallRecordingListJob
|
||||
'secondMin' => 0,
|
||||
'secondMax' => 99999,
|
||||
'departmentIds' => '',
|
||||
'from' => '2016-01-01 00:00:00',
|
||||
'to' => '2025-08-31 00:00:00',
|
||||
'from' => date('Y-m-d') . ' 00:00:00',
|
||||
'to' => date('Y-m-d') . ' 00:00:00',
|
||||
'departmentId' => ''
|
||||
];
|
||||
|
||||
// 设置请求信息
|
||||
$request = request();
|
||||
$request->withGet($params);
|
||||
|
||||
|
||||
// 调用通话记录列表获取方法
|
||||
$result = $callRecordingController->getlist($params, true);
|
||||
$response = json_decode($result, true);
|
||||
|
||||
|
||||
// 判断是否成功
|
||||
if ($response['code'] == 200) {
|
||||
$data = $response['data'];
|
||||
|
||||
Reference in New Issue
Block a user