小程序微信后台和代理后台使用同一个域名

This commit is contained in:
2026-04-14 00:12:00 +08:00
parent a7c2448207
commit fbd10ad1f9
112 changed files with 510 additions and 405 deletions

View File

@@ -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"];
}
}