{
"id": 0
}
curl --location --request GET '/adminapi/setting.KeyRule/getConfig' \
--header 'token: {{adminToken}}' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0
}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"key_auto_down": 1
}
}