Commit 78b23979 by 陶光胜

门店查询接口

parent 86502bab
......@@ -455,6 +455,7 @@ public class StoreApiServiceImpl implements StoreApiService {
JSONArray list = jsonObject.getJSONArray("list");
List<JSONObject> jsonObjectList = new ArrayList<>();
for(int j =0 ;j< list.size(); j++){
list.getJSONObject(j).put("type", "data");
jsonObjectList.add(list.getJSONObject(j));
}
JSONObject json = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment