提交修改
This commit is contained in:
parent
7c7d5252c9
commit
e4849f9699
@ -69,6 +69,9 @@ public class BankCardRecognizeController extends BaseController {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ApiR<RecognizeBankCardResponse> aR = recognizeBankCardHandle.handle(commonTextRequest);
|
ApiR<RecognizeBankCardResponse> aR = recognizeBankCardHandle.handle(commonTextRequest);
|
||||||
if (aR.isSuccess()) {
|
if (aR.isSuccess()) {
|
||||||
RecognizeBankCardResponse response = aR.getData();
|
RecognizeBankCardResponse response = aR.getData();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user