获取公告配置
开发中
GET
/adminapi/setting.website/getBulletinConfig
请求参数
Header 参数
token
string
可选
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/adminapi/setting.website/getBulletinConfig' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
is_bulletin
integer
必需
bulletin_title
string
公告内容
bulletin_title_status
integer
必需
bulletin_content
string
公告标题
示例
{"code":1,"show":0,"msg":"","data":{"is_bulletin":0,"bulletin_title":"","bulletin_content":""}}
修改于 2024-04-07 07:44:06