Commit 6f51ff80 authored by zfc's avatar zfc Committed by zw

容联云2.1

parent 39a74975
...@@ -39,21 +39,6 @@ class RongPhone extends Basic ...@@ -39,21 +39,6 @@ class RongPhone extends Basic
echo $r; echo $r;
} }
//话单通知
public function rongBilledInfromUrl(){
$params = $this->request->param();
$str=date('Y-m-d h:i:s').' '.var_export($params,true);
file_put_contents('Rongcall.txt', $str,FILE_APPEND);
}
//录音通知
public function rongRecordingInfromUrl(){
}
//状态通知
public function rongStatusInfromUrl(){
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment