{
"id": 1,
"toTime": null,
"value": "8.8.8.8",
"type": 2,
"why": "就封你"
}
curl --location --request POST '/myauth/web/updBan' \
--header 'token: 2b036bd8139e44e1a8034e371d9584a7' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"toTime": null,
"value": "8.8.8.8",
"type": 2,
"why": "就封你"
}'
{
"code": 200,
"success": true,
"msg": "修改成功",
"sign": "",
"result": null,
"timestamp": 1646236699002
}