---
title: "获取平台公告"
method: GET
path: "/system/bulletin"
tags: ["系统信息"]
---

# 获取平台公告

`GET /system/bulletin`

## Response `200`

返回平台公告列表

- object[]
  - `title` string, required — 公告标题
  - `content` string, required — 公告内容
  - `time` string, required — 公告发布时间
  - `icon` string, required — 公告图标
  - `expand` boolean, required — 是否默认展开

## Other responses

- `500` — 通用错误返回

---

[API](https://skmtc.dev/natfrp/apis/sakurafrp-api.md) · [All operations](https://skmtc.dev/natfrp/apis/sakurafrp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/natfrp/sakurafrp-api/revisions/2caa73524824/schema)
