Files
cozsweet-frontend-nextjs/docs/backend/frontend.md
T
admin c46b9b4cdd
Docker Image / Build and Push Docker Image (push) Successful in 9m29s
feat(private-room): connect moments feed
2026-07-08 16:29:08 +08:00

7 lines
341 B
Markdown

前端核心逻辑是:
列表接口:GET /api/private-room/moments?character=elio&limit=20
解锁接口:POST /api/private-room/moments/${encodeURIComponent(momentId)}/unlock
价格看 unlockCost,单位是 currency: "credits"
是否解锁看 locked/unlocked
锁定时 images[].url = null
解锁成功后直接用返回的 images[].url