📢 Release 1.0.0-beta.11(2026-06-03)现已推出
Arcadia

获取消息详情

GET
/message/v1/detail

授权

Token
api-token<token>

32位令牌,在控制面板《个人设置 - 令牌管理》页面获取

位置: header

查询参数

id*integer

消息 ID

响应主体

application/json

curl -X GET "https://example.com/message/v1/detail?id=0"
{  "id": 0,  "category": "string",  "type": "info",  "title": "string",  "content": "string",  "status": 0,  "create_time": "string"}