mirror of
https://gitee.com/koogua/course-tencent-cloud.git
synced 2025-06-22 03:32:47 +08:00
去除无用的auth_url
This commit is contained in:
parent
61218a22c3
commit
cce1531337
@ -61,8 +61,7 @@ class Setting extends Service
|
||||
{
|
||||
$oa = $this->getSettings('wechat.oa');
|
||||
|
||||
$oa['auth_url'] = $oa['auth_url'] ?: kg_full_url(['for' => 'home.wechat.oa.auth_callback']);
|
||||
$oa['notify_url'] = $oa['notify_url'] ?: kg_full_url(['for' => 'home.wechat.oa.notify_callback']);
|
||||
$oa['notify_url'] = $oa['notify_url'] ?: kg_full_url(['for' => 'home.wechat.oa.notify']);
|
||||
|
||||
return $oa;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user