This commit is contained in:
小鱼开发
2024-06-20 12:07:03 +08:00
parent 4ff174e0d3
commit db448b569b
3 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -60,8 +60,8 @@ class Yxcall extends HD_Controller
$this->mdOplogs->add($addData);
$ycall = new Ycall();
//解绑
// $ycall->AXBUnbind($data['virtualMobile'], $data['calleeNumber']);
$result = $ycall->AXBUnbind($data['displayNumber'], $data['calleeNumber'], $data['callerNumber']);
$ycall->AXBUnbind($data['virtualMobile'], $data['calleeNumber']);
// $result = $ycall->AXBUnbind($data['displayNumber'], $data['calleeNumber'], $data['callerNumber']);
} elseif ($row['cf_id'] && $row['cf_platform'] == 'api') { //理车宝
$ycall = new Ycall();
//解绑
@@ -122,7 +122,7 @@ class Yxcall extends HD_Controller
{
$this->load->helper('image');
$arr = explode('?', $url);
$this->load->library('qiniu');
$this->load->library('qiniu', array('type' => 'video'));
$filename = $this->qiniu->getFileName($arr[0] . $i);
$filename = 'yx/' . $filename;
$info = $this->qiniu->getInfo($filename);