feat(openapi): 新增对外接口模块,提供门户待办数查询接口 /openapi/countTaskforporter

新增 jeecg-system-openapi 模块,与 local-api/cloud-api 同级,作为对外能力聚合入口。
接口通过 shiro.excludeUrls 白名单放行,鉴权与业务实现完全解耦。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-14 16:12:30 +08:00
co-authored by Claude Opus 4.7
parent 83871179ef
commit e7fec1375e
12 changed files with 258 additions and 3 deletions
@@ -15,6 +15,7 @@
<modules>
<module>jeecg-system-local-api</module>
<module>jeecg-system-cloud-api</module>
<module>jeecg-system-openapi</module>
</modules>
<dependencies>