{
"appid": 9,
"data": {
"baseBody": {
"timestamp": {% mock 'timestamp' , 'ms' %},
"clientVersion": "1.0",
"deviceId": "fa6a91ef9baa242de0b354a212e8cf83",
"osType": "android",
"brand": "XIAOMI",
"model": "MI13"
},
"name": "dogcat666",
"password": "qqaa112233",
"mobile": "13000000009",
"otherInfo": ""
}
}curl --location --request POST 'https://api.authdog.cn/api/v1/user/public/register' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": 9,
"data": {
"baseBody": {
"timestamp": {% mock '\''timestamp'\'' , '\''ms'\'' %},
"clientVersion": "1.0",
"deviceId": "fa6a91ef9baa242de0b354a212e8cf83",
"osType": "android",
"brand": "XIAOMI",
"model": "MI13"
},
"name": "dogcat666",
"password": "qqaa112233",
"mobile": "13000000009",
"otherInfo": ""
}
}'{"data":{"statusCode":200,"message":"success","data":{"appid":9,"developerId":3,"name":"dogcat666","mobile":"13000000009","otherInfo":"","expirationTime":1680894021000,"useDeviceName":"XIAOMI-MI13","currentDeviceId":null,"id":6,"createdAt":1680894081345,"updatedAt":1680894081345,"status":"normal","balance":0,"unbindCount":0,"trialExpiration":1680894081000,"lastLoginTime":1680894081000},"timestamp":1680894081356,"currentDeviceId":"fa6a91ef9baa242de0b354a212e8cf83"}}