Commit 26076f43 by 冷斌

update

parent 272ae615
......@@ -244,6 +244,8 @@ class Api_Linkmic extends PhalApi_Api {
);
@$result = curl_exec($ch);
var_dump($result);
die;
if(curl_errno($ch)){
//print curl_error($ch);
file_put_contents('./MergeVideoStream.txt',date('y-m-d H:i:s').' 提交参数信息 ch:'.json_encode(curl_error($ch))."\r\n",FILE_APPEND);
......
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