Commit 78fb7f51 authored by hujun's avatar hujun

[]

parent 5043dbea
...@@ -417,7 +417,7 @@ class PrivacyNumber ...@@ -417,7 +417,7 @@ class PrivacyNumber
'type' => 2, 'type' => 2,
]; ];
$this->m_down->insertAllData($down_array); $this->m_down->insertAllData([$down_array]);
$str = date('Y-m-d h:i:s') . ' 容联云录音' . var_export($params, true); $str = date('Y-m-d h:i:s') . ' 容联云录音' . var_export($params, true);
Log::write($str, 'rongRecordingInformUrl'); //记录日志 Log::write($str, 'rongRecordingInformUrl'); //记录日志
return json_encode([ "statusCode" => '000000', 'msg' => '接收成功' ]); return json_encode([ "statusCode" => '000000', 'msg' => '接收成功' ]);
......
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