|
|
@ -282,9 +282,9 @@ public class AutonomousSqServiceImpl implements AutonomousSqService { |
|
|
|
if ("SMS".equals(invoiceAllLoginResult.getCode()) || "F000".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
if ("SMS".equals(invoiceAllLoginResult.getCode()) || "F000".equals(invoiceAllLoginResult.getCode())) { |
|
|
|
try { |
|
|
|
try { |
|
|
|
// 请求封装
|
|
|
|
// 请求封装
|
|
|
|
log.info("自主授权短信提交接口,请求上游地址:{},入参:{}", "http://221.222.184.98:8880/login/submitSms", JSONUtil.toJsonStr(invoiceAllSubmitNoteDTO)); |
|
|
|
log.info("自主授权短信提交接口,请求上游地址:{},入参:{}", "http://zzsq.jcsk100.com/login/submitSms", JSONUtil.toJsonStr(invoiceAllSubmitNoteDTO)); |
|
|
|
Thread requestThread = new Thread(() -> { |
|
|
|
Thread requestThread = new Thread(() -> { |
|
|
|
HttpUtils.sendJsonPost("http://221.222.184.98:8880/login/submitSms", invoiceAllSubmitNoteDTO); |
|
|
|
HttpUtils.sendJsonPost("http://zzsq.jcsk100.com/login/submitSms", invoiceAllSubmitNoteDTO); |
|
|
|
}); |
|
|
|
}); |
|
|
|
requestThread.start(); |
|
|
|
requestThread.start(); |
|
|
|
} catch (Exception e) { |
|
|
|
} catch (Exception e) { |
|
|
|