curl --location --request GET '/myauth/web/getBanTypeCount' \
--header 'token: 123'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"list": [
{
"count": 0,
"type": "机器码"
},
{
"count": 0,
"type": "IP"
},
{
"count": 0,
"type": "账号"
}
]
},
"timestamp": 1647275362752
}