refactor(chat): remove weekly limit flow

This commit is contained in:
2026-07-01 13:12:14 +08:00
parent d1ccf3631e
commit f6e7adbe96
9 changed files with 33 additions and 89 deletions
+2 -2
View File
@@ -21,9 +21,9 @@
* - guestSession / userSession:队列串行走 HTTP,限制以后端 `lockDetail` 为准
* - `pendingReplyCount` 跟踪待回复数量,`isReplyingAI` 由计数派生
*
* 配额
* 发送能力
* - 前端不再处理本地消息额度;游客 / 注册用户均以后端响应为准。
* - 后端返回 `lockDetail.reason="weekly_limit"` 且需要升级时展示会员引导。
* - 后端返回 `cannotSendReason="insufficient_credits"` 时展示充值引导。
*
*/