edit-plan-xcall-video

This commit is contained in:
lccsw
2021-08-10 11:00:41 +08:00
parent c59df3bd92
commit debd2e9c75
+1 -1
View File
@@ -105,7 +105,7 @@ class Xzcall extends HD_Controller
$row = $this->receiver_xz_model->get(array('mid' => $data['mid']));
if ($row) {
$jsondata = json_decode($row['json_data'], true);
if ($data['getFileUrl']) {
if ($data['readUrl']) {
require_once COMMPATH . 'third_party/Xcall/Xcall.php';
$xcall = new Xcall();
$result = $xcall->getFile($data['readUrl'], $data['mid'], $data['tag']);