{
"appid": 11,
"data": {
"baseBody": {
"timestamp": {% mock 'timestamp' , 'ms' %},
"clientVersion": "1.0",
"deviceId": "fa6a91ef9baa242de0b354a212e8cf83",
"osType": "android",
"brand": "XIAOMI",
"model": "MI13"
},
"userName": "元芳",
"content": "这个软件有点小BUG呀"
}
}
curl --location --request POST 'https://api.authdog.cn/api/v1/feedback/send' \
--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"
},
"userName": "元芳",
"content": "这个软件有点小BUG呀"
}
}'
{"data":{"statusCode":200,"message":"success","data":{},"timestamp":1680952235383,"currentDeviceId":"fa6a91ef9baa242de0b354a212e8cf83"}}