|
|
@ -1430,10 +1430,11 @@ public class AppUserServiceImpl implements AppUserService { |
|
|
|
} catch (WxErrorException e) { |
|
|
|
e.printStackTrace(); |
|
|
|
log.error(e.getError().getErrorMsg()); |
|
|
|
} catch (JsonSyntaxException e) { |
|
|
|
return new Result().error("解析用户手机号失败"); |
|
|
|
} catch (Exception e) { |
|
|
|
e.printStackTrace(); |
|
|
|
log.error(e.getMessage()); |
|
|
|
return new Result().error("解析用户手机号失败,请重试"); |
|
|
|
return new Result().error("解析用户手机号失败,请重新获取"); |
|
|
|
} |
|
|
|
return new Result().error("解析用户手机号失败"); |
|
|
|
} |
|
|
|