Commit 4f183bd9 by chongli

指定账号切换微信号功能实现

parent 460aa016
......@@ -851,6 +851,8 @@ public class UserService {
if(userext.getMiniAppOpenId()==null){
userext.setInviterUid(req.getInviterUid());
this.updateUserExtWeiXinInfo(userext, weiXinInfoJSON);
}else{
this.updateUserExtWeiXinInfo(userext, weiXinInfoJSON);
}
}else{
//否则生成新的用户信息
......
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 sign in to comment