1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-28 21:31:37 +08:00

修正后台微信公众号设置路由不存在问题

This commit is contained in:
koogua 2021-03-29 17:21:03 +08:00
parent 0c964b85a6
commit ce84d79904

View File

@ -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);