{
"id": 1
}
curl --location --request POST '/adminapi/write.record/auth' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"url": "http://www.php-ws.localhost/adminapi/write.record/download?id=1&key=bf6e02bc5d916a34c94ed37c1c8a5968"
}
}