Commit 97117737 by 杨昕

sfd

parent 0df213bf
Pipeline #10094 passed with stages
in 39 seconds
......@@ -137,8 +137,11 @@ class MediaModel extends Eloquent
}
$media_url = $request->media_url;
LogModel::addlog(["meida_url before为"=> $media_url]);
$media_url = str_replace($media_url,"http:","https:".substr($media_url,6));
LogModel::addlog(["meida_url after为"=> $media_url]);
/**
* 处理文件名称,确认是否包含"&"符合
......
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