[更新]修改微信模式兼容

This commit is contained in:
Anyon 2018-03-19 14:31:18 +08:00
parent 0f0b41a02a
commit d9d4da48e1

View File

@ -55,7 +55,7 @@ class Config extends BasicAdmin
'appuri' => url("@wechat/api.push", '', true, true),
'appid' => $this->request->get('appid', sysconf('wechat_thr_appid')),
'appkey' => $this->request->get('appkey', sysconf('wechat_thr_appkey')),
'authurl' => "http://wm.cuci.cc/wechat/api.push/auth/{$code}.html",
'authurl' => config('wechat.service_url') . "/wechat/api.push/auth/{$code}.html",
'wechat' => $info,
]);
}