curl --location --request GET 'http://127.0.0.1:8080/user/sensitiveSetting/list'
{
"code": 0,
"msg": "查询成功",
"data": {
"current_page": 0,
"page_size": 0,
"total": 0,
"list": [
{
"id": 0,
"unionId": "",
"openId": "",
"content": "",
"weight": 0,
"createTime": "",
"updateTime": ""
}
]
}
}