|
@@ -109,7 +109,7 @@ public class PublicController extends BaseController {
|
|
return videoStableService.getResult(videoStableStartResultBo);
|
|
return videoStableService.getResult(videoStableStartResultBo);
|
|
}
|
|
}
|
|
|
|
|
|
- @PostMapping("/task_track/get_result")
|
|
|
|
|
|
+ @PostMapping("/task/get_result")
|
|
public CommonResult getResult(@Valid @RequestBody TaskTrackResultBo taskTrackResultBo) {
|
|
public CommonResult getResult(@Valid @RequestBody TaskTrackResultBo taskTrackResultBo) {
|
|
if(taskTrackResultBo.getBizType().equals(BizConstant.BizType.TO_INFRARED)) {
|
|
if(taskTrackResultBo.getBizType().equals(BizConstant.BizType.TO_INFRARED)) {
|
|
return toInfraredService.getResult(taskTrackResultBo);
|
|
return toInfraredService.getResult(taskTrackResultBo);
|