mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信配置接口
This commit is contained in:
parent
917e51085c
commit
8b05885f6b
@ -51,7 +51,6 @@ class Config extends BasicAdmin
|
||||
'appkey' => $this->request->get('appkey', sysconf('wechat_thr_appkey')),
|
||||
'authurl' => config('wechat.service_url') . "/wechat/api.push/auth/{$code}.html",
|
||||
];
|
||||
// 第三方平台配置
|
||||
$wechat = WechatService::config();
|
||||
if ($this->request->get('appid', false)) {
|
||||
sysconf('wechat_thr_appid', $data['appid']);
|
||||
|
Loading…
x
Reference in New Issue
Block a user