|
...
|
...
|
@@ -248,6 +248,7 @@ class LoginController extends BaseController |
|
|
|
public function setWechat($wechat,$eventKey){
|
|
|
|
$userLoginLogic = new UserLoginLogic();
|
|
|
|
$key = explode("_",$eventKey);
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($key, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
if($key[1] == 'login'){
|
|
|
|
$data = $userLoginLogic->wechatLogin($wechat);
|
|
|
|
}else{
|
...
|
...
|
|