mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-28 21:31:37 +08:00
修正后台微信公众号设置路由不存在问题
This commit is contained in:
parent
0c964b85a6
commit
ce84d79904
@ -62,7 +62,7 @@ class Setting extends Service
|
||||
{
|
||||
$oa = $this->getSettings('wechat.oa');
|
||||
|
||||
$oa['notify_url'] = $oa['notify_url'] ?: kg_full_url(['for' => 'home.wechat.oa.notify']);
|
||||
$oa['notify_url'] = $oa['notify_url'] ?: kg_full_url(['for' => 'home.wechat_oa.notify']);
|
||||
|
||||
$oa['menu'] = json_decode($oa['menu'], true);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user