小程序微信后台和代理后台使用同一个域名
This commit is contained in:
@@ -64,7 +64,7 @@ class Commendpic extends apiBase {
|
||||
->get($this->db ,null);
|
||||
if( !empty($commendpicList) && count($commendpicList)>0 ) {
|
||||
foreach ($commendpicList as &$picInfo) {
|
||||
$picInfo["pic_path"] = env('SITE_OPEN_URL', 'http://open.tscce.cn').$picInfo["pic_path"];
|
||||
$picInfo["pic_path"] = env('SITE_OPEN_URL').$picInfo["pic_path"];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user