|
...
|
...
|
@@ -179,7 +179,12 @@ class LoginController extends BaseController |
|
|
|
'EventKey' => 'qrscene_global-v6_v6',
|
|
|
|
'Ticket' => 'gQF27zwAAAAAAAAAAS5odHRwOi8vd2VpeGluLnFxLmNvbS9xLzAyWnppdHhWTlRjOEcxTlBpTE5BY2IAAgRjBO9kAwQQDgAA',
|
|
|
|
];
|
|
|
|
|
|
|
|
//查看当前账户是否绑定
|
|
|
|
$userModel = new UserModel();
|
|
|
|
$info = $userModel->read(['wechat'=>$message->FromUserName]);
|
|
|
|
if($info === false){
|
|
|
|
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($message, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
>>>>>>> cb4013abb5967a24f5c482c21f3a93a48789077d
|
|
|
|
return "<xml>
|
...
|
...
|
|