Modules\System\Http\Controllers\Admin\Integration\WxAppController::setConfigAuthorization: Bearer ********************{
"app_id": "string",
"app_secret": "string",
"token": "string",
"aes_key": "string"
}curl --location '/adminapi/system/integration/wxapp/setConfig' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"app_id": "string",
"app_secret": "string",
"token": "string",
"aes_key": "string"
}'{
"code": 200,
"message": "",
"data": null
}