系统消息(chatx)
1. 接口定位
- 所属域: chat/system(chatx)
- 目标: C 端查询系统消息列表(最小可用)
2. 接口
POST /chatx/system_message/list
鉴权: 需要用户 token。
3. 请求参数
json
{
"pagination": {
"pageNumber": 1,
"showNumber": 20
}
}4. 响应 data
| 字段 | 类型 | 说明 |
|---|---|---|
| total | uint32 | 总数 |
| messages | array | 系统消息列表 |
messages 元素与 adminx 的 SystemMessage 一致:id/title/contentJson/createTime/updateTime。