取消打印
This commit is contained in:
parent
d540906498
commit
15100521cc
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user