|
|
@@ -29,6 +29,7 @@ import me.zhengjie.dao.mybatis.entity.OrderFileEntity;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.data.redis.core.RedisTemplate;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
+import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
@@ -227,7 +228,7 @@ public class BankNotarizeController extends BaseController {
|
|
|
* @return
|
|
|
*/
|
|
|
//@RequestMapping("/face-compare")
|
|
|
- @RequestMapping("/face_compare")
|
|
|
+ @PostMapping("/face_compare")
|
|
|
public ResponseDTO<?> faceCompare(@RequestBody CompareImageVo compareImageVo){
|
|
|
return bankNotarizeService.appFaceCompare(BeanCopyUtils.convertObj(compareImageVo, CompareImageDto.class));
|
|
|
}
|