提交修改
This commit is contained in:
parent
104ea47d02
commit
4eedbb45a6
@ -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();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user