Commit 42585279 by 陈浩建

调整宽带下单日志

parent e9114305
...@@ -358,6 +358,7 @@ public class IntelligenceSendOrder { ...@@ -358,6 +358,7 @@ public class IntelligenceSendOrder {
String ORDERREQTRANSEQ, String ORDERREQTRANSEQ,
int count) int count)
throws Exception { throws Exception {
log.info("前置提交参数:schoolMap:" + schoolMap+",orderMap:"+orderMap);
List<NameValuePair> qParams = new ArrayList<NameValuePair>(); List<NameValuePair> qParams = new ArrayList<NameValuePair>();
// HttpHost proxy = new HttpHost("172.18.101.170", 3128); // HttpHost proxy = new HttpHost("172.18.101.170", 3128);
RequestConfig defaultRequestConfig = RequestConfig defaultRequestConfig =
......
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