Commit 5f185389 by chenmaoxuan

以人侦察相关接口名称修改-2

parent a3a59dc2
......@@ -67,7 +67,7 @@ public class yrzcJson {
}
@RequestMapping("/getTrackYshdqy")
@ApiOperation(value = "获取活动区域信息")
@ApiOperation(value = "获取疑似活动区域信息")
public JSONObject getTrackYshdqy() {
JSONObject person = null;
try {
......@@ -105,9 +105,9 @@ public class yrzcJson {
return person;
}
@RequestMapping("/sendFeiShiTask")
@RequestMapping("/getFaceImageByUploadImageJt")
@ApiOperation(value = "获取人像比对信息")
public JSONObject PortraitComparisonTranslate() {
public JSONObject getFaceImageByUploadImageJt() {
JSONObject person = null;
try {
person = JsonUtils.readJsonFromClassPath("data/yrzc/PortraitComparisonTranslate.json", JSONObject.class);
......@@ -131,9 +131,9 @@ public class yrzcJson {
return person;
}
@RequestMapping("/getRyTags")
@RequestMapping("/getRybz")
@ApiOperation(value = "获取人员标签信息")
public JSONObject getRyTags() {
public JSONObject getRybz() {
JSONObject person = null;
try {
person = JsonUtils.readJsonFromClassPath("data/yrzc/PeopleLabelTranslate.json", JSONObject.class);
......
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