Commit ea08256f by 雷紫添

添加内蒙测试按钮

parent 39beb8d2
......@@ -40,7 +40,7 @@ public class FaceController {
final Base64.Encoder encoder = Base64.getEncoder();
Jccj jccj =new Jccj();
try {
URL url = new URL("http://47.92.129.99/neimeng/FZXZ/201909/JCXX-R1100000500002014070008.zip");
URL url = new URL("http://10.100.37.222/neimeng/FZXZ/201909/JCXX-R1100000500002014070008.zip");
InputStream inStream = null;
inStream = url.openStream();
......@@ -62,7 +62,7 @@ public class FaceController {
jccj.setUser_dept("1400000000");
jccj.setVersion("1.00");
//发送,httpclient 包含zip包
JSONObject jsonResult= JccjServiceImpl.requestByPost("http://www.xzxt.nm:9061/jccj/xxbs",jccj);
JSONObject jsonResult= JccjServiceImpl.requestByPost("http://26.3.5.101:9061/jccj/xxbs",jccj);
System.out.println("返回的参数为::"+jsonResult.toJSONString());
} catch (IOException e) {
e.printStackTrace();
......
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