XuqmGroup-Server/tenant-service
XuqmGroup bb40b13189 fix: 修正 tenant-service bugcollect-api-url 默认值
SDK_BUGCOLLECT_API_URL 默认值从 https://dev.xuqinmin.com/api/bugcollect
改为 https://dev.xuqinmin.com/api。

BugCollect SDK 的 LogUploader 会在 logApiUrl 后自动拼接
/bugcollect/v1/issues/batch,URL 中不应包含 /bugcollect 路径。
旧默认值导致最终请求路径变为 /api/bugcollect/bugcollect/v1/...(路径重复)。

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 22:03:14 +08:00
..
src/main fix: 修正 tenant-service bugcollect-api-url 默认值 2026-06-23 22:03:14 +08:00
pom.xml feat: 引入 Flyway 数据库版本管理,替换 ddl-auto: update 2026-06-12 23:28:12 +08:00