系统信息

获取平台公告

get/system/bulletin

Response

返回平台公告列表

titlestring required

公告标题

contentstring required

公告内容

timestring required

公告发布时间

iconstring required

公告图标

expandboolean required

是否默认展开

Example response

[
  {
    "title": "关于 SakuraFrp API 的说明",
    "content": "Lorem ipsum dolor sit amet, consectetur adipiscing elit",
    "time": "2023/01/01",
    "icon": "😊",
    "expand": true
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.