|
@@ -323,7 +323,7 @@ public class UserGatewayImpl implements UserGateway {
|
|
|
List<WxRelation> wxRelations = wxRelationService.queryByUnionIdAndOpenId(userInfo.getUnionId(), userInfo.getOpenid());
|
|
|
if (CollectionUtils.isNotEmpty(wxRelations)) {
|
|
|
log.info("当前服务号公众号已经绑定过");
|
|
|
- return "/welcome.html?nickname=" + userInfo.getNickname()
|
|
|
+ return callbackUrl + "/welcome.html?nickname=" + userInfo.getNickname()
|
|
|
+ "&avatar=" + userInfo.getHeadImgUrl();
|
|
|
}
|
|
|
|