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