作者 lyh

gx

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