|
@@ -66,11 +66,11 @@ public class OrdOrderController extends AbstractController {
|
|
|
// 联系人姓名
|
|
|
String name = ordOrderEntity.getName();
|
|
|
|
|
|
- String accessKeyId = "LTAI5tPhK5KFvb7QuD1YGAVm";
|
|
|
- String accessKeySecret = "YYcIXYVwik4nhCOvh4MjeuspS2T486"; // 密钥
|
|
|
+ String accessKeyId = "LTAIowuDXzhzgfPt";
|
|
|
+ String accessKeySecret = "utS2s72S5m0UIg4au2Y6rQJuRr8gXk"; // 密钥
|
|
|
|
|
|
- String templateCode = "SMS_213286944"; // 模板编码
|
|
|
- String templateSignName = "行程旅游"; // 短信模板签名
|
|
|
+ String templateCode = "SMS_267875471"; // 模板编码
|
|
|
+ String templateSignName = "宿四季旅行"; // 短信模板签名
|
|
|
|
|
|
JSONObject jsonObject = new JSONObject(); // 短信json串
|
|
|
jsonObject.put("name", name);
|