feat(ECR-025): OpsCMS FeedSlot 只读并 Closed

栏目位目录(ops_feed_slots + /cms),复用 admin.cms.read。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
jackyu66git
2026-08-08 03:08:40 +08:00
co-authored by Cursor
parent f51b2524c5
commit e32466357d
26 changed files with 661 additions and 4 deletions
+22
View File
@@ -0,0 +1,22 @@
ecr: ECR-025
capability: OpsCMS
bounded_context: Ops_CMS_NoUGC
parent: WAVE0-FROZEN
predecessor: ECR-024
change:
type: additive
breaking_change: false
migration_required: true
compatibility_notes: >
Adds FeedSlot read catalog. Forbidden: UGC / real payment.
apis:
- method: GET
path: /api/v1/admin/cms/feed-slots
change: added
- method: GET
path: /api/v1/admin/cms/feed-slots/{id}
change: added
perms:
- code: admin.cms.read
change: unchanged