提交修改
This commit is contained in:
parent
f63df1a9ef
commit
c57fee601b
@ -19,6 +19,14 @@ import org.springframework.web.bind.annotation.RestController;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/***
|
||||
*
|
||||
* https://next.api.aliyun.com/api/ocr/2019-12-30/RecognizeBankCard?RegionId=cn-shanghai&tab=DOC&lang=JAVA
|
||||
*功能描述
|
||||
*
|
||||
* 银行卡识别能力可以检测输入的主流银行卡图像,输出 3 个信息,包括:发卡行、银行卡号、有效日期。
|
||||
*
|
||||
*/
|
||||
@Slf4j
|
||||
@RestController
|
||||
@RequestMapping("/bank/card")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user