curl --location --request POST '/adminapi/setting.VoiceSetting/setConfig' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89' \
--form 'voice_broadcast[is_open]=""' \
--form 'voice_broadcast[channel]=""' \
--form 'voice_broadcast[channel_config][pronounce]=""' \
--form 'voice_broadcast[channel_config][speed]="50"' \
--form 'voice_input[is_open]=""' \
--form 'voice_input[channel]=""' \
--form 'voice_input[channel_config][pronounce]=""' \
--form 'voice_input[channel_config][speed]="50"' \
--form 'voice_chat[is_open]=""' \
--form 'voice_chat[channel]=""' \
--form 'voice_chat[channel_config][pronounce]=""' \
--form 'voice_chat[channel_config][speed]="50"'{
"code": 1,
"show": 1,
"msg": "设置成功",
"data": []
}