From 4ce181bd784aeb873a4751826c227161d35de2b5 Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期二, 17 六月 2025 11:29:16 +0800
Subject: [PATCH] fix:修复报告文件名里有tab键导致的bug

---
 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