{
"is_bulletin": 0,
"bulletin_content": "string",
"bulletin_title": "string",
"bulletin_title_status": 0
}
curl --location --request POST '/adminapi/setting.website/setBulletinConfig' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_bulletin": 0,
"bulletin_content": "string",
"bulletin_title": "string",
"bulletin_title_status": 0
}'
{"code":1,"show":1,"msg":"设置成功","data":[]}