{ "id": "IQAAAACy0ZH4AACcCiBKU9qTgh2i4W-1Iqrg4-W0tL-XoDYizszZSLWqg32If7eD0YfNFzD1_Xnh2ZMBqhxErIw69Atj904flIwB_iJZHyyi0egSVg", "channel": "huawei", "sound": [ {"channel":"pre54","ringtone":"xm3413.mp3"} ] }
curl --location 'http://openapi-cn01.tange365.com/v2/push/id' \ --header 'X-Tg-User-Device-Id;' \ --header 'X-Tg-App-Id: xxx' \ --header 'X-Tg-Platform: {{platform}}' \ --header 'X-Tg-Sdk-Version: 23910000' \ --header 'X-Tg-App-Store: {{appstore}}' \ --header 'X-Tg-App-Version: {{app_version}}' \ --header 'X-Tg-App-Pkgname: {{pkgname}}' \ --header 'X-Tg-Date: {{currentUTCTime}}' \ --header 'Accept-Language: zh-CN' \ --header 'Authorization: ' \ --header 'X-Tg-Api-Version: 2.1' \ --header 'Content-Type: application/json' \ --data '{ "id": "IQAAAACy0ZH4AACcCiBKU9qTgh2i4W-1Iqrg4-W0tL-XoDYizszZSLWqg32If7eD0YfNFzD1_Xnh2ZMBqhxErIw69Atj904flIwB_iJZHyyi0egSVg", "channel": "huawei", "sound": [ {"channel":"pre54","ringtone":"xm3413.mp3"} ] }'
{ "code": 0 }