{
"id": 1
}
curl --location --request POST '/myauth/web/getBan' \
--header 'token: 2b036bd8139e44e1a8034e371d9584a7' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"value": "123",
"addTime": 1646234643,
"toTime": 1646244643,
"why": "你猜",
"fromSoftId": 1,
"type": 1,
"fromSoftName": null
},
"timestamp": 1646234990020
}