| | |
| | | private HashMap<String, Object> getBatEnv(JSONObject orderObject, String func, Map<String, String> allParams) throws Exception {
|
| | | HashMap<String, Object> hashMap = new HashMap<String, Object>();
|
| | | hashMap.put("func", func);
|
| | | // List list = orderObject.get("history");
|
| | |
|
| | | System.out.println("rec history1:" + allParams);
|
| | | String history = allParams.get("history");
|
| | | System.out.println("rec history1:" + history);
|
| | |
|
| | | String val = entityHttpUtil.postAgentMessage(xzConfig.battleReport, allParams);
|
| | | JSONObject js = JSONObject.parseObject(val);
|
| | | if (js == null) {
|