|
|
|
@@ -61,6 +61,7 @@ public class WxBUserServiceAdapter extends BasicCUserService implements CUserSer |
|
|
|
if (null == appInfo) { |
|
|
|
throw new MallinkException(ErrorCode.USER_APPINFO_NOT_EXIST.getCode(), "当前token查询不到APP"); |
|
|
|
} |
|
|
|
entity.setAppinfo(appInfo); |
|
|
|
entity.setRealUser(wxBuser); |
|
|
|
return entity; |
|
|
|
} |
|
|
|
|