作者 lyh

gx

... ... @@ -257,9 +257,8 @@ class UserLoginLogic
'message'=>'当前微信已绑定其他微信,请解绑后再操作',
];
}else{
if(!empty($id)){
$this->model->edit(['wechat'=>$wechat],['id'=>$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 = [
'code'=>2,
'message'=>'绑定成功',
... ...