eb-service-api/doc/接口开发说明文档.md
zhengBoss ef830834d8 docs(docs): 添加商品发布和接口开发说明文档
- 新增商品发布说明文档,包含踩坑记录、特殊商品资质文案和最终用户使用协议
- 添加接口开发注意事项文档,规范接口开发流程和实现标准
- 提供商品发布合规要求和文案模板
- 明确接口开发的技术规范和测试流程要求
2026-05-31 09:41:08 +08:00

7 lines
498 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#### 1、接口开发注意事项
- 1.1、接口开发时所有的逻辑用controller 来实现;
- 1.2、接口实现规范参考RecognizeDrivingLicenseController.java;
- 1.3、接口开发自测完成后记得更新文档【doc/百度智能云-文字识别-API文档-API列表.md】状态;
- 1.4、商品上架完成后并更新文档【doc/百度智能云-文字识别-API文档-API列表.md】状态;
- 1.5、接口使用body传参数ContentType= application/x-www-form-urlencoded;