This commit is contained in:
LiJianZhao 2025-04-23 09:05:38 +08:00
parent 6982e16700
commit 605fb7efee
4 changed files with 5 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class HttpUtil {
throw new MessageException("获取数据失败"); throw new MessageException("获取数据失败");
} }
JSONArray jsonArray = result.getJSONArray("result"); JSONArray jsonArray = result.getJSONArray("result");
return jsonArray return jsonArray;
} }
private JSONArray postArray(String posturl, String params) { private JSONArray postArray(String posturl, String params) {

View File

@ -153,4 +153,7 @@ public class ChargeService extends BaseService {
resultPage.setTotal_count(orderPage.getTotal_count()); resultPage.setTotal_count(orderPage.getTotal_count());
return resultPage; return resultPage;
} }
} }

1
src/main/resources/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
developer-config.yml