curl --location --request GET '/myauth/web/getBanInfo?apikey&type=&value'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": [
{
"value": "321",
"addTime": 1687446884,
"toTime": -1,
"why": "321",
"type": 3,
"fromSoftName": "测试软件"
},
{
"value": "321",
"addTime": 1687446893,
"toTime": -1,
"why": "321",
"type": 3,
"fromSoftName": "测试软件2"
},
{
"value": "321",
"addTime": 1687446903,
"toTime": -1,
"why": "321",
"type": 3,
"fromSoftName": "全局"
}
],
"timestamp": 1687526251136
}