Commit fc989140 by 甄紫君

测试push

parent 6fddbf54
...@@ -42,7 +42,6 @@ public JSONObject quickBPay ( JuhezhongDto dto ) throws Exception { ...@@ -42,7 +42,6 @@ public JSONObject quickBPay ( JuhezhongDto dto ) throws Exception {
public JSONObject orderQuery ( JuhezhongDto dto ) throws Exception { public JSONObject orderQuery ( JuhezhongDto dto ) throws Exception {
Map < String, Object > params = JuhezhongUtils.juhezhongBaseDtoToMap ( dto ); Map < String, Object > params = JuhezhongUtils.juhezhongBaseDtoToMap ( dto );
String respStr = HttpUtil.post ( ComCode.JUHEZHONG_URL + ComCode.ORDER_QUERY , params ); String respStr = HttpUtil.post ( ComCode.JUHEZHONG_URL + ComCode.ORDER_QUERY , params );
System.out.println ( "字符串:" + respStr );
return JSONObject.parseObject ( respStr ); return JSONObject.parseObject ( respStr );
} }
......
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