|
...
|
...
|
@@ -176,7 +176,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);
|
|
|
|
return "<xml>
|
|
|
|
<ToUserName><![CDATA[$message->FromUserName]]></ToUserName>
|
...
|
...
|
|