From fe9c9aed303487f793276438269b695cf6c30566 Mon Sep 17 00:00:00 2001 From: "kuang.yife" Date: Mon, 4 Dec 2023 09:36:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/ruoyi/system/service/impl/ClewServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ClewServiceImpl.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ClewServiceImpl.java index 954c76e0..24fa7ff0 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ClewServiceImpl.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/impl/ClewServiceImpl.java @@ -64,7 +64,7 @@ public class ClewServiceImpl implements IClewService JSONObject smsContent = new JSONObject(); smsContent.put("uid", "12347"); smsContent.put("pwd", "wJgzaC0u"); - smsContent.put("mobile", "18580863889"); + smsContent.put("mobile", "18580868339"); smsContent.put("content", "你有一条来自黑猫,新线索生成,客户电话:" + clew.getPhone() + "(请注意及时跟进)"); log.info("请求傲众短信入参:{}", smsContent.toJSONString()); String s = HttpUtils.sendPost("http://www.aozhongyun.com/Admin/index.php/Message/send", smsContent.toJSONString());