{
"ids": "7,8,9"
}
curl --location --request POST '/myauth/web/unBanACard' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": "7,8,9"
}'
{
"code": 200,
"success": true,
"msg": "成功解禁 2 张卡密",
"sign": "",
"result": null,
"timestamp": 1647400883099
}