{
"id": 17
}
curl --location --request POST '/myauth/web/delSoft' \
--header 'token: be749fa789564fc98272974ca0ae8882' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 17
}'
{
"code": 200,
"success": true,
"msg": "删除成功",
"sign": "",
"result": null,
"timestamp": 1642328128884
}