{
"type": null,
"content": null,
"ip": null,
"addTime": null,
"fromSoftId": null,
"fromVerId": null,
"device_info": null,
"device_code": null
}
curl --location --request POST '/myauth/web/delData' \
--header 'token: 123' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": null,
"content": null,
"ip": null,
"addTime": null,
"fromSoftId": null,
"fromVerId": null,
"device_info": null,
"device_code": null
}'
{
"code": 200,
"success": true,
"msg": "成功删除 2 条数据",
"sign": "",
"result": null,
"timestamp": 1646316335378
}