{
"appid": 11,
"data": {
"baseBody": {
"timestamp": {% mock 'timestamp' , 'ms' %},
"clientVersion": "1.0",
"deviceId": "fa6a91ef9baa242de0b354a212e8cf83",
"osType": "android",
"brand": "XIAOMI",
"model": "MI13"
}
}
}
curl --location --request POST 'https://api.authdog.cn/api/v1/app/info' \
--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"
}
}
}'
{
"data": {
"statusCode": 200,
"message": "success",
"data": {
"name": "测试应用",
"version": "1.0",
"forceUpgrade": false,
"downloadUrl": null,
"notice": null
},
"timestamp": 1680951883428,
"currentDeviceId": "fa6a91ef9baa242de0b354a212e8cf83"
}
}