修改手机号

This commit is contained in:
kuang.yife 2023-12-04 09:36:57 +08:00
parent 7f2af57d39
commit fe9c9aed30
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public class ClewServiceImpl implements IClewService
JSONObject smsContent = new JSONObject(); JSONObject smsContent = new JSONObject();
smsContent.put("uid", "12347"); smsContent.put("uid", "12347");
smsContent.put("pwd", "wJgzaC0u"); smsContent.put("pwd", "wJgzaC0u");
smsContent.put("mobile", "18580863889"); smsContent.put("mobile", "18580868339");
smsContent.put("content", "你有一条来自黑猫,新线索生成,客户电话:" + clew.getPhone() + "(请注意及时跟进)"); smsContent.put("content", "你有一条来自黑猫,新线索生成,客户电话:" + clew.getPhone() + "(请注意及时跟进)");
log.info("请求傲众短信入参:{}", smsContent.toJSONString()); log.info("请求傲众短信入参:{}", smsContent.toJSONString());
String s = HttpUtils.sendPost("http://www.aozhongyun.com/Admin/index.php/Message/send", smsContent.toJSONString()); String s = HttpUtils.sendPost("http://www.aozhongyun.com/Admin/index.php/Message/send", smsContent.toJSONString());