Commit f507c7dd authored by 吴贤德's avatar 吴贤德

中心接口:修复图片代理地址问题

parent 00815b71
......@@ -276,7 +276,7 @@ class CenterAction extends Action
function remakeImageUrlForCache($url){
$imageDomain="image.hotel.wasu.tv";
if ($url!="" || !is_null($url)){
$url="http://$imageDomain".substr($url,7);
$url="http://$imageDomain/".substr($url,7);
}else{
$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