curl --location --request GET '/myauth/web/getCardDistribution' \
--header 'token: 123'
{
"code": 200,
"success": true,
"msg": "获取成功",
"sign": "",
"result": {
"list": [
{
"count": 51,
"desc": "未使用"
},
{
"count": 0,
"desc": "已使用"
},
{
"count": 1,
"desc": "被禁用"
}
]
},
"timestamp": 1647274317159
}