curl --location --request GET '/admin-api/system/sensitive-word/page?pageNo=1&pageSize=10'{
"code": 0,
"data": {
"list": [
{
"id": 1,
"name": "敏感词",
"tags": "短信,评论",
"status": 1,
"description": "污言秽语",
"createTime": "2019-08-24T14:15:22.123Z"
}
],
"total": 0
},
"msg": "string"
}