Commit 70126381 by yangyang

美亚案件案情分析提交(重庆)

parent 567bc0ee
......@@ -32,6 +32,8 @@ import java.io.InputStream;
public class CqController {
@Value("${ykmUrl}")
private String ykmUrl;
@Value("${xdhAjUrl}")
private String xdhAjUrl;
@Autowired
TbStAsjqgMapper tbStAsjqgMapper;
......@@ -260,4 +262,18 @@ public class CqController {
}
return resultCar;
}
@OperLog(message = "案件案情分析", operation = OperationType.QUERY)
@PostMapping("getAjAqfx")
@ApiOperation(value = "案件案情分析", notes = "案件案情分析")
public JSONObject getAjAqfx(@RequestBody JSONObject parasm) {
JSONObject result= null;
try {
HttpClient httpClientCq = new HttpClient();
result = httpClientCq.doPostJson(xdhAjUrl, parasm.toJSONString());
} catch (Exception e) {
e.printStackTrace();
}
return result;
}
}
......@@ -73,5 +73,5 @@ password=Cc150520900118
basePath=/data/images
imagesUrl=http://47.92.48.137:1008/images/
ykmUrl=http://10.154.255.223/fhdaas/unisearch/local/request
xdhAjUrl=http://77.1.24.27:8055/xzService/aj/getAjAqfx/asjbh
......@@ -73,4 +73,4 @@ password=Cc150520
basePath=/data/images
imagesUrl=http://77.1.24.19:1008/images/
ykmUrl=http://10.154.255.223/fhdaas/unisearch/local/request
xdhAjUrl=http://77.1.24.27:8055/xzService/aj/getAjAqfx/asjbh
\ No newline at end of file
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