|
|
@@ -183,7 +183,7 @@ public class TestController {
|
|
|
smsSend.setType(30);
|
|
|
JSONObject content = new JSONObject();
|
|
|
content.put("type", "装装");
|
|
|
- content.put("order_id", "测试短信模板运单");
|
|
|
+ content.put("order_id", "111");
|
|
|
smsSend.setContent(JSON.toJSONString(content));
|
|
|
smsSend.setMobile(monbiles.substring(1));
|
|
|
log.info("Test 测试短信模板运单:{}", JSON.toJSONString(smsSend));
|