提交修改

This commit is contained in:
quyixiao 2025-03-13 21:51:27 +08:00
parent 079ed9c187
commit 7184b511d4

View File

@ -17,6 +17,19 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
/***
* https://next.api.aliyun.com/api/ocr/2019-12-30/RecognizeBusinessLicense?tab=DOC&lang=JAVA
*营业执照识别
*
* RecognizeBusinessLicense
*
* 功能描述
* 营业执照识别能力可以识别营业执照关键字段内容包括公司地址营业范围注册资本注册日期公司法人公司名称统一社会信用代码公司类型公司营业期限日期同时可以输出营业执照上二维码印章位置
*
*
*
*
*/
@Slf4j
@RestController
@RequestMapping("/business/license")