小程序微信后台和代理后台使用同一个域名
This commit is contained in:
@@ -62,7 +62,7 @@ class Market extends apiBase {
|
||||
$data["market_key"] = $marketList["market_key"];
|
||||
$data["market_name"] = $marketList["market_name"];
|
||||
if( !empty($marketList["head_image"]) ) {
|
||||
$data["head_image"] = env('SITE_OPEN_URL', 'http://open.tscce.cn').$marketList["head_image"];
|
||||
$data["head_image"] = env('SITE_OPEN_URL').$marketList["head_image"];
|
||||
}
|
||||
|
||||
$result["error"] = '0';
|
||||
|
||||
Reference in New Issue
Block a user