update FTP

This commit is contained in:
Guoqs
2024-06-19 17:04:01 +08:00
parent e0976354cd
commit d632555869
2 changed files with 8 additions and 1 deletions

View File

@@ -903,6 +903,7 @@ public class SpringBootTestController {
// 需要重新分账的订单信息(针对未分账的订单)
public JSONArray getPaymentList() {
String jsonArrayString = "[" +
"{\"orderCode\":\"C44778282947\", \"settleAmount\":\"8.38\", \"paymentId\":\"002212023101608315910559788773415297024\"}" +
"{\"orderCode\":\"C44778282947\", \"settleAmount\":\"8.38\", \"paymentId\":\"002212023101608315910559788773415297024\"}" +
"]";
return JSONArray.parseArray(jsonArrayString);