{
"data": [
{
"type": 0,
"content": "观看电影请佩戴口罩"
},
{
"type": 1,
"content": "观看电影请佩戴口罩"
}
]
}
curl --location --request POST 'http://store.xcyxfl.com/cinema/config/set-notice' \
--header 'Version: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": [
{
"type": 0,
"content": "观看电影请佩戴口罩"
},
{
"type": 1,
"content": "观看电影请佩戴口罩"
}
]
}'
{
"code": 200,
"message": "success",
"data": {}
}