fix: 修复 OpenAPI 文档生成器缺少新增 Handler 的问题
Some checks failed
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Failing after 3m41s

新增以下 Handler 到文档生成器:
- ShopCommission(代理商佣金管理)
- CommissionWithdrawal(佣金提现审批)
- CommissionWithdrawalSetting(提现配置管理)
- Enterprise(企业客户管理)
- EnterpriseCard(企业卡授权)
- CustomerAccount(客户账号管理)
- MyCommission(我的佣金)

同时修复 .gitignore 中 api 规则过宽的问题
This commit is contained in:
2026-01-21 18:26:10 +08:00
parent 91c9bbfeb8
commit 8677a54370
2 changed files with 15 additions and 16 deletions

2
.gitignore vendored
View File

@@ -73,4 +73,4 @@ cmd/api/api
ai-gateway.conf
__debug_bin1621385388
docs/admin-openapi.yaml
api
/api