{
"music_status": 0,
"music_models": {
"go_api": {
"channel": "go_api",
"price": "10",
"default": "1",
"name": "GoAPI",
"version": [
"chirp-v3-0"
],
"tips": "开通地址:https://www.goapi.ai/suno-api",
"website": "https://dashboard.goapi.ai/?referrerId=e6d5f588-d5ff-4028-b606-7baf0f7fc915",
"checked": false
},
"openai_hk": {
"channel": "openai_hk",
"price": "10",
"default": "1",
"name": "OpenAi-HK",
"version": [
"chirp-v3-0"
],
"tips": "开通地址:https://www.openai-hk.com",
"website": "https://openai-hk.com/?i=33297",
"checked": true
}
},
"music_imagine": {
"status": 0,
"price": 0,
"model_id": 1,
"cost_id": 4
},
"music_version": {
"chirp-v3-0": "v3.0",
"chirp-v3-5": "v3.5",
"chirp-v4": "v4"
}
}curl --location --request POST '/adminapi/music.musicConfig/save' \
--header 'token: {{admin-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"music_status": 0,
"music_models": {
"go_api": {
"channel": "go_api",
"price": "10",
"default": "1",
"name": "GoAPI",
"version": [
"chirp-v3-0"
],
"tips": "开通地址:https://www.goapi.ai/suno-api",
"website": "https://dashboard.goapi.ai/?referrerId=e6d5f588-d5ff-4028-b606-7baf0f7fc915",
"checked": false
},
"openai_hk": {
"channel": "openai_hk",
"price": "10",
"default": "1",
"name": "OpenAi-HK",
"version": [
"chirp-v3-0"
],
"tips": "开通地址:https://www.openai-hk.com",
"website": "https://openai-hk.com/?i=33297",
"checked": true
}
},
"music_imagine": {
"status": 0,
"price": 0,
"model_id": 1,
"cost_id": 4
},
"music_version": {
"chirp-v3-0": "v3.0",
"chirp-v3-5": "v3.5",
"chirp-v4": "v4"
}
}'{"code":1,"show":1,"msg":"保存成功","data":[]}