{
"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"
}
]
}curl --location --request POST '/adminapi/banana.config/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"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"
}
]
}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"status": 1,
"watermark": 1,
"save_local": 1,
"api_key": "",
"billing": [
{
"id": 1,
"name": "横屏视频",
"size": "horizontal",
"mode": "basic",
"duration": 10,
"points": "10.0000000",
"sort": 1
},
{
"id": 2,
"name": "竖屏视频",
"size": "vertical",
"mode": "basic",
"duration": 10,
"points": "10.0000000",
"sort": 2
},
{
"id": 3,
"name": "横屏视频",
"size": "horizontal",
"mode": "basic",
"duration": 15,
"points": "15.0000000",
"sort": 3
},
{
"id": 4,
"name": "竖屏视频",
"size": "vertical",
"mode": "basic",
"duration": 15,
"points": "15.0000000",
"sort": 4
},
{
"id": 5,
"name": "横屏视频",
"size": "horizontal",
"mode": "pro",
"duration": 10,
"points": "20.0000000",
"sort": 5
},
{
"id": 6,
"name": "竖屏视频",
"size": "vertical",
"mode": "pro",
"duration": 10,
"points": "20.0000000",
"sort": 6
},
{
"id": 7,
"name": "横屏视频",
"size": "horizontal",
"mode": "pro",
"duration": 15,
"points": "25.0000000",
"sort": 7
},
{
"id": 8,
"name": "竖屏视频",
"size": "vertical",
"mode": "pro",
"duration": 15,
"points": "25.0000000",
"sort": 8
},
{
"id": 9,
"name": "横屏视频",
"size": "horizontal",
"mode": "pro",
"duration": 25,
"points": "30.0000000",
"sort": 9
},
{
"id": 10,
"name": "竖屏视频",
"size": "vertical",
"mode": "pro",
"duration": 25,
"points": "30.0000000",
"sort": 10
}
]
}
}