From fb2889a8649a3ea2f7c7fa1d4c5bfca8ca3c72f0 Mon Sep 17 00:00:00 2001 From: quyixiao <2621048238@qq.com> Date: Mon, 18 May 2026 22:34:02 +0800 Subject: [PATCH] rjuwhn --- .../api/controller/car/RecognizeDrivingLicenseController.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api-web/api-interface/src/main/java/com/heyu/api/controller/car/RecognizeDrivingLicenseController.java b/api-web/api-interface/src/main/java/com/heyu/api/controller/car/RecognizeDrivingLicenseController.java index 0c2bd4c..7d48742 100644 --- a/api-web/api-interface/src/main/java/com/heyu/api/controller/car/RecognizeDrivingLicenseController.java +++ b/api-web/api-interface/src/main/java/com/heyu/api/controller/car/RecognizeDrivingLicenseController.java @@ -2,6 +2,7 @@ package com.heyu.api.controller.car; import com.heyu.api.baidu.request.traffic.BVehicleLicenseRequest; import com.heyu.api.controller.BaseController; +import com.heyu.api.data.annotation.EbAuthentication; import com.heyu.api.data.annotation.NotIntercept; import com.heyu.api.data.constants.ApiConstants; import com.heyu.api.data.utils.MapUtils; @@ -32,6 +33,8 @@ public class RecognizeDrivingLicenseController extends BaseController { // http://localhost:8888/driving/license/recognize // {"side":"front","imageUrl":"https://q1.itc.cn/q_70/images03/20241016/622799fe72cb49f49e16b7f253e75b29.jpeg"} + // https://api.1024api.com/api-interface/driving/license/recognize + @EbAuthentication(tencent = ApiConstants.TENCENT_AUTH) @PostMapping("/recognize") public R recognize(@RequestBody VehicleLicenseRequest request) { BVehicleLicenseRequest bVehicleLicenseRequest = toBaiduRequest(request);