curl --location --request GET '/adminapi/banana.config/detail' \
--header 'token: {{admin-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"status": 0,
"watermark": 0,
"api_key": "",
"billing": [
{
"id": 1,
"name": "高级版",
"model": "nano-banana-hd",
"points": "15",
"is_disable": 0,
"create_time": "2026-01-13 09:30:59"
}
]
}
}