邀请者
This commit is contained in:
parent
5f079d7625
commit
f71bf1fd74
@ -159,6 +159,9 @@ public class WechatServiceImpl implements WechatService {
|
|||||||
wxUser.setUsername(user.getUsername());
|
wxUser.setUsername(user.getUsername());
|
||||||
wxUser.setNickname(user.getNickname());
|
wxUser.setNickname(user.getNickname());
|
||||||
}
|
}
|
||||||
|
if(!StringUtils.isEmpty(inviteId)){
|
||||||
|
//那邀请者的码查邀请者的信息
|
||||||
|
}
|
||||||
return wxUser;
|
return wxUser;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user