|
|
@@ -2,6 +2,7 @@ package com.uas.service.Impl;
|
|
|
|
|
|
import com.google.gson.Gson;
|
|
|
import com.uas.service.SendHttp;
|
|
|
+import com.uas.util.BaseUtil;
|
|
|
import com.uas.util.JdbcUtil;
|
|
|
import com.uas.util.MyX509TrustManager;
|
|
|
import org.apache.http.NameValuePair;
|
|
|
@@ -53,7 +54,7 @@ public class SendHttpImpl implements SendHttp {
|
|
|
//华信科苏州
|
|
|
sendPost("HXK_SU_P", "SZHuaXK_I", "Z^qES&62zp");
|
|
|
//联合无线香港
|
|
|
- sendPost("LHWX_HK_P", "XGlhwx_I", "XHe3t4hlJ$Z");
|
|
|
+ sendPost("LHWX_HK_P", "XGlhwx_I", "He3t4hlJ$Z");
|
|
|
//华信科绍兴
|
|
|
sendPost("HXK_SX", "SZHuaXK_I", "Z^qES&62zp");
|
|
|
}
|
|
|
@@ -119,6 +120,7 @@ public class SendHttpImpl implements SendHttp {
|
|
|
params.add(new BasicNameValuePair("note", map.get("cd_remark")));
|
|
|
}
|
|
|
} catch (SQLException e) {
|
|
|
+ BaseUtil.logger.error("123"+e.getMessage());
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
// 创建SSLContext对象,并使用我们指定的信任管理器初始化
|
|
|
@@ -184,6 +186,7 @@ public class SendHttpImpl implements SendHttp {
|
|
|
}
|
|
|
|
|
|
} catch (Exception e) {
|
|
|
+ BaseUtil.logger.error("189"+e.getMessage());
|
|
|
e.printStackTrace();
|
|
|
} finally {
|
|
|
try {
|
|
|
@@ -257,6 +260,7 @@ public class SendHttpImpl implements SendHttp {
|
|
|
}
|
|
|
/*rs.close();*/
|
|
|
} catch (SQLException e) {
|
|
|
+ BaseUtil.logger.error("263"+e.getMessage());
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
return maps;
|