|
@@ -134,7 +134,7 @@ public class OpenApplicationTests {
|
|
|
String data = KeyUtils.buildDataPrivate(json, privateKey);
|
|
|
System.out.println(data);
|
|
|
// 发送请求
|
|
|
-// JSONObject result = KeyUtils.httpPost("http://localhost:8013/order/detail", cmAccount, data);
|
|
|
+// JSONObject result = KeyUtils.httpPost("http://localhost:8013/order/cancel", cmAccount, data);
|
|
|
// String code = result.getString("code");
|
|
|
}
|
|
|
|
|
@@ -149,7 +149,7 @@ public class OpenApplicationTests {
|
|
|
String data = KeyUtils.buildDataPrivate(json, privateKey);
|
|
|
System.out.println(data);
|
|
|
// 发送请求
|
|
|
-// JSONObject result = KeyUtils.httpPost("http://localhost:8013/order/detail", cmAccount, data);
|
|
|
+// JSONObject result = KeyUtils.httpPost("http://localhost:8013/order/balance/deduction", cmAccount, data);
|
|
|
// String code = result.getString("code");
|
|
|
}
|
|
|
|
|
@@ -165,7 +165,7 @@ public class OpenApplicationTests {
|
|
|
String data = KeyUtils.buildDataPrivate(json, privateKey);
|
|
|
System.out.println(data);
|
|
|
// 发送请求
|
|
|
-// JSONObject result = KeyUtils.httpPost("http://localhost:8013/order/detail", cmAccount, data);
|
|
|
+// JSONObject result = KeyUtils.httpPost("http://localhost:8013/user/balance", cmAccount, data);
|
|
|
// String code = result.getString("code");
|
|
|
}
|
|
|
|