From b6a1cee9c6fbfe0a1f8f7c410c637248e29239e5 Mon Sep 17 00:00:00 2001 From: wzp <2040239371@qq.com> Date: 星期五, 18 七月 2025 10:22:17 +0800 Subject: [PATCH] fix:修复docker不能正常清理的问题。设置60s超时时间 --- src/main/java/com/ots/project/tool/sms/ZjunShortMessageImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/ots/project/tool/sms/ZjunShortMessageImpl.java b/src/main/java/com/ots/project/tool/sms/ZjunShortMessageImpl.java index 3b7c00f..35d1dfa 100644 --- a/src/main/java/com/ots/project/tool/sms/ZjunShortMessageImpl.java +++ b/src/main/java/com/ots/project/tool/sms/ZjunShortMessageImpl.java @@ -40,7 +40,7 @@ Returnsms returnsms = (Returnsms) xstream.fromXML(xml); System.out.println(JSON.toJSON(returnsms)); ZjunShortMessageImpl impl = new ZjunShortMessageImpl(); - Returnsms sendmsg = impl.sendmsg("15521298984", "銆愭帉楠忎紶濯掋��", "http://139.199.11.114/exam-stu/#/demography/ed860660-95a7-4feb-aab9-f56b1eff1a3c/12/index"); + Returnsms sendmsg = impl.sendmsg("13611452175", "銆愭帉楠忎紶濯掋��", "http://139.199.11.114/exam-stu/#/demography/ed860660-95a7-4feb-aab9-f56b1eff1a3c/12/index"); System.out.println(JSON.toJSON(sendmsg)); Returnsms returnsms1 = impl.checkYUE(); System.out.println(JSON.toJSON(returnsms1)); -- Gitblit v1.9.1