Request
Body Params application/json
{
"configs": [
{
"aesKey": "string",
"appId": "string",
"secret": "string",
"token": "string"
}
],
"redirectEnd": "string",
"redirectUri": "string",
"redisConfig": {
"database": 0,
"host": "string",
"password": "string",
"port": 0
},
"useRedis": true
}
Request Code Samples
curl --location --request PUT '/config/push/wxMpConfig' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"configs": [
{
"aesKey": "string",
"appId": "string",
"secret": "string",
"token": "string"
}
],
"redirectEnd": "string",
"redirectUri": "string",
"redisConfig": {
"database": 0,
"host": "string",
"password": "string",
"port": 0
},
"useRedis": true
}'
Responses
{
"code": 0,
"message": "string",
"result": "string",
"success": true,
"timestamp": 0
}
Modified at 2025-08-12 02:52:38