Merge branch 'dev' of http://122.51.230.86:3000/dianliang/lanan-system into dev
This commit is contained in:
commit
f772f616ac
@ -159,6 +159,9 @@ public class WechatServiceImpl implements WechatService {
|
||||
wxUser.setUsername(user.getUsername());
|
||||
wxUser.setNickname(user.getNickname());
|
||||
}
|
||||
if(!StringUtils.isEmpty(inviteId)){
|
||||
//那邀请者的码查邀请者的信息
|
||||
}
|
||||
return wxUser;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user