curl --location --request POST '/adminapi/channel.official_account_setting/setConfig' \
--header 'token;' \
--data-urlencode 'app_id=' \
--data-urlencode 'app_secret=' \
--data-urlencode 'encryption_type='
{
"code": 1,
"show": 0,
"msg": "操作成功",
"data": []
}