{
"appId": "string",
"appSecret": "string"
}curl --location --request POST '/api/channel/wx/save' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"appSecret": "string"
}'{
"code": 200,
"msg": "成功",
"data": []
}