{
"aesKey": "string",
"appid": "string",
"msgDataFormat": "string",
"redisConfig": {
"database": 0,
"host": "string",
"password": "string",
"port": 0
},
"secret": "string",
"token": "string",
"useRedis": true
}
curl --location --request PUT '/config/push/tippushGetui' \
--header 'x-access-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzeXNVaWQiOiJlOWNhMjNkNjhkODg0ZDRlYmIxOWQwNzg4OTcyN2RhZSIsInVzZXJJZGVudGl0eSI6MiwiZXhwIjoxNzQ3MDgxNzYzLCJ1c2VybmFtZSI6ImFkbWluIn0.NaeqryXHUXcM8u5j_l2cIjTyywLEiMHQklrPpEHy79k' \
--header 'Content-Type: application/json' \
--data-raw '{
"aesKey": "string",
"appid": "string",
"msgDataFormat": "string",
"redisConfig": {
"database": 0,
"host": "string",
"password": "string",
"port": 0
},
"secret": "string",
"token": "string",
"useRedis": true
}'
{
"code": 0,
"message": "string",
"result": "string",
"success": true,
"timestamp": 0
}