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

15 lines
259 B
JSON

{
"code": 200,
"message": "success",
"success": true,
"data": {
"unlocked": false,
"content": null,
"showUpgrade": false,
"paywallTriggered": false,
"privateFreeLimit": 0,
"privateUsedToday": 0,
"reason": "not_found"
}
}