Commit 948b81af authored by jianghaiming's avatar jianghaiming

update:修改绑定手机

parent 96e5c17b
......@@ -214,8 +214,8 @@ class UserService
throw new BaseException(['code' => $check['code'], 'msg' => $check['reason']]);
}
$userInfo = UserWechatBind::getRecordMaster(['openid' => self::$openid]);
$userInfo = array_merge($userInfo,self::saveWechatPhone($mobile,$userInfo)) ;
CommonService::activateDeliverer(['user_id' => $userInfo['user_id'],'phone' => $userInfo['phone']]);
$userInfo = array_merge($userInfo,self::saveWechatPhone($mobile,$userInfo)) ;
return $userInfo;
}
......
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