取消打印

This commit is contained in:
liu 2024-03-18 14:37:32 +08:00
parent d540906498
commit 15100521cc

View File

@ -600,7 +600,7 @@ class Auth extends BaseController
*/ */
public function authLogin() public function authLogin()
{ {
$auth = $this->request->param('auth'); dump($auth); $auth = $this->request->param('auth');
$createUser = true; $createUser = true;
if ($auth['type'] == 'app_wechat' || systemConfig('is_phone_login') == '1') { if ($auth['type'] == 'app_wechat' || systemConfig('is_phone_login') == '1') {
$createUser = false; $createUser = false;