ycall
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user