作者 lyh

gx

... ... @@ -259,6 +259,7 @@ class UserLoginLogic
}else{
@file_put_contents(storage_path('logs/lyh_error.log'), var_export((int)$id, true) . PHP_EOL, FILE_APPEND);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($wechat, true) . PHP_EOL, FILE_APPEND);
$id = (int)$id;
$rs = $this->model->edit(['wechat'=>$wechat],['id'=>(int)$id]);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($rs, true) . PHP_EOL, FILE_APPEND);
$data = [
... ...