1
0
mirror of https://gitee.com/koogua/course-tencent-cloud.git synced 2025-06-24 20:06:09 +08:00

Merge branch 'koogua/I3E2LN'

This commit is contained in:
koogua 2021-03-29 17:21:32 +08:00
commit 08b764c26c

View File

@ -62,7 +62,7 @@ class Setting extends Service
{ {
$oa = $this->getSettings('wechat.oa'); $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); $oa['menu'] = json_decode($oa['menu'], true);