dev
This commit is contained in:
parent
6982e16700
commit
605fb7efee
|
|
@ -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) {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
developer-config.yml
|
||||||
Loading…
Reference in New Issue