Files
cozsweet-frontend-nextjs/src/data/mock/chat/responses/unlock-private-not-private.json
T
2026-06-23 14:54:24 +08:00

15 lines
289 B
JSON

{
"code": 200,
"message": "success",
"success": true,
"data": {
"unlocked": true,
"content": "This message is already public.",
"showUpgrade": false,
"paywallTriggered": false,
"privateFreeLimit": 1,
"privateUsedToday": 0,
"reason": "not_private"
}
}