更新头像添加路径4

This commit is contained in:
yyh931018@qq.com
2022-09-29 11:09:06 +08:00
parent 2d9b511179
commit 9bdbfd53d1

View File

@@ -158,7 +158,7 @@ function getPicUrl($url)
if(substr($url,0,4)=='http'){ if(substr($url,0,4)=='http'){
return $url; return $url;
}else{ }else{
return 'https://hphb-storage.oss-cn-beijing.aliyuncs.com'.$url; return 'http://hphb-cdn.uzchain.tech'.$url;
} }
} }