Commit e14581f7 by 周业恒

fix bug

parent 7458e465
Pipeline #21232 passed with stages
in 53 seconds
......@@ -289,7 +289,7 @@ class MediaModel extends Eloquent
$header = array(
"Content-Type: application/json",
);
http_request_code($url, $header, 'POST', json_encode(['mediaid' => $media_id,'duration' =>$request->duration ?? '0','size'=>'0']));
http_request_code($url, $header, 'POST', json_encode(['mediaid' => $media_id,'duration' =>$request->duration ?? '0','size'=>'0','medianame'=>$request->media_name]));
LogModel::addlog(["火山媒资信息" => $data, ['媒资ID为:=> ' . $id]]);
}
......
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