|
|
@@ -201,7 +201,7 @@ public class WxLoginService
|
|
|
String unionId = String.valueOf(jsonObject1.get("unionid"));
|
|
|
User user = iUserService.queryByUnionId(unionId);
|
|
|
if(user==null){
|
|
|
- throw new CustomException(access_token+"我"+openId+"您尚未注册,请前往小程序注册"+userInfoResultString);
|
|
|
+ throw new CustomException("您尚未注册,请前往小程序注册");
|
|
|
}
|
|
|
if(!Validator.isNotNull(user.getGzhOpenId())){
|
|
|
user.setGzhOpenId(openId);
|