|
|
@ -95,14 +95,13 @@ public class AutonomousSqServiceImpl implements AutonomousSqService { |
|
|
|
log.info("获取短信验证结果入口,未查询到该流水号相关信息,请确认后输入"); |
|
|
|
log.info("获取短信验证结果入口,未查询到该流水号相关信息,请确认后输入"); |
|
|
|
return AjaxResult.error("未查询到该流水号相关信息,请确认后输入"); |
|
|
|
return AjaxResult.error("未查询到该流水号相关信息,请确认后输入"); |
|
|
|
} |
|
|
|
} |
|
|
|
if ("SMS".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
if ("F000".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
return AjaxResult.error("验证码校验失败"); |
|
|
|
String substringResult = invoiceAllLoginResult.getMsg().substring(11); |
|
|
|
} else if ("F000".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
return AjaxResult.error(substringResult); |
|
|
|
return AjaxResult.error(invoiceAllLoginResult.getMsg()); |
|
|
|
|
|
|
|
} else if ("SOOO".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
} else if ("SOOO".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
return AjaxResult.success("10012"); |
|
|
|
return AjaxResult.success("10012"); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return AjaxResult.error("验证码校验失败"); |
|
|
|
return AjaxResult.success("验证码校验失败"); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|