{
"appid": 11,
"data": {
"baseBody": {
"timestamp": {% mock 'timestamp' , 'ms' %},
"clientVersion": "1.0",
"deviceId": "fa6a91ef9baa242de0b354a212e8cf83",
"osType": "android",
"brand": "XIAOMI",
"model": "MI13"
},
"card": "91a269c5b5ff44158d12079fd34c5a63"
}
}
curl --location --request POST 'https://api.authdog.cn/api/v1/device/recharge' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": 11,
"data": {
"baseBody": {
"timestamp": {% mock '\''timestamp'\'' , '\''ms'\'' %},
"clientVersion": "1.0",
"deviceId": "fa6a91ef9baa242de0b354a212e8cf83",
"osType": "android",
"brand": "XIAOMI",
"model": "MI13"
},
"card": "91a269c5b5ff44158d12079fd34c5a63"
}
}'
{
"data": {
"statusCode": 406,
"message": "未找到该充值卡或已使用",
"data": {},
"timestamp": 1680941472215,
"currentDeviceId": "fa6a91ef9baa242de0b354a212e8cf83"
}
}