mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update Wechat.php
This commit is contained in:
parent
c4cf60d06a
commit
682c06a646
@ -70,9 +70,9 @@ class Wechat extends Controller
|
||||
*/
|
||||
public function oauth(): Response
|
||||
{
|
||||
[$script, $wechat] = [[], WechatService::instance()];
|
||||
$source = input('source') ?: $this->request->server('http_referer');
|
||||
$result = $wechat->getWebOauthInfo($source ?: $this->request->url(true), input('mode', 1), false);
|
||||
[$mode, $script, $wechat] = [input('mode', 1), [], WechatService::instance()];
|
||||
$result = $wechat->getWebOauthInfo($source ?: $this->request->url(true), $mode, false);
|
||||
if (empty($result['openid'])) {
|
||||
$script[] = 'alert("Wechat WebOauth failed.")';
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user