提交修改

This commit is contained in:
quyixiao 2026-05-19 12:49:22 +08:00
parent 104ea47d02
commit 4eedbb45a6

View File

@ -43,7 +43,7 @@ public class RecognizeDrivingLicenseController extends BaseController {
} }
Map<String, Object> data = requestBaidu(getContent(bVehicleLicenseRequest)); Map<String, Object> data = requestBaidu(getContent(bVehicleLicenseRequest));
if (data == null) { if (data == null) {
return R.error("行驶证识别"); return R.error("行驶证识别失败");
} }
R<Object> result = R.ok(); R<Object> result = R.ok();