暂无描述
Authorization: Bearer ********************
{
"id":18,
"isRevocation":false, // 默认false, 确认回撤:true
}
curl --location --request POST 'https://api.tolink.cloud/examine/info/revocation' \
--header 'Content-Type: application/json' \
--data-raw '{
"id":18,
"isRevocation":false, // 默认false, 确认回撤:true
}'
{
"code": 0,
"data": {
"count": 1,
"isConfirm": false
},
"msg": "success"
}