Commit 0df213bf by 杨昕

SDF

parent 51150733
Pipeline #10093 passed with stages
in 38 seconds
......@@ -137,7 +137,7 @@ class MediaModel extends Eloquent
}
$media_url = $request->media_url;
$media_url = str_replace($media_url,"http:","https:".substr($media_url,5));
$media_url = str_replace($media_url,"http:","https:".substr($media_url,6));
/**
......
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