[
{
"storyId": 0,
"commentId": 0
}
]
curl --location --request POST 'https://test-api.yunjishop.cn/message/storyComment/shield' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"storyId": 0,
"commentId": 0
}
]'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}