|
|
@@ -58,7 +58,7 @@ public class Message {
|
|
|
JSONObject thing27 = new JSONObject();
|
|
|
thing27.put("value", dom_name);
|
|
|
// 酒店名称
|
|
|
- data.put("string1",string1);
|
|
|
+ data.put("thing1",string1);
|
|
|
// 订单状态
|
|
|
data.put("phrase2",phrase2);
|
|
|
// 入住日期
|
|
|
@@ -541,5 +541,8 @@ public class Message {
|
|
|
}
|
|
|
|
|
|
|
|
|
-
|
|
|
+ public static void main(String[] args) throws Exception {
|
|
|
+ System.out.println(send("ou2uV5NKrqs6WUvwgg5RNbMILjQU","测试","测试",
|
|
|
+ "2023-08-25","2023-08-26","cesss"));
|
|
|
+ }
|
|
|
}
|