Commit ac3da6e6 by 杨昕

test

parent 22d4c262
Pipeline #18735 passed with stages
in 1 minute 34 seconds
......@@ -1106,7 +1106,7 @@ class MediaModel extends Eloquent
$url = $playbackUrl."/api/v1/vodRecordInfo";
LogModel::addlog(["第三方获取媒资 screenshot 请求路径"=>$url,"请求参数"=>$data,"请求头"=>$header]);
$res = http_request_code($url,$header,'POST',$data,5);
$res = http_request_code($url,$header,'POST',$data,10);
$result = json_decode($res,true);
LogModel::addlog(["第三方获取媒资 screenshot 数据"=>$res,"请求路径"=>$url,"请求参数"=>$data,"请求头"=>$header]);
$item = array();
......
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