Commit 769d01f1 authored by jianghaiming's avatar jianghaiming

Merge branch 'wx_user_20210929' into develop

parents 5f237ac1 f5eb1825
......@@ -417,6 +417,7 @@ class UserService
$update['openid'] = $params['openid'];
$bindStatus = UserWechatBind::save($update);
}else{
$update['update_time'] = date("Y-m-d H:i:s");
$bindStatus = UserWechatBind::save($update,['openid' => $params['openid']]);
}
if (!$bindStatus) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment