我有一个从 GCM 收到的 android device_token。我想用 curl 协议将它发送到 Urban Airship 并为我的 android 设备接收他们的 APID。我寻找类似的东西:
curl -X PUT -u "myAppKey:secretKey" \ -H "Content-Type: application/json" \ -H "Basic : xxxxx" https://go.urbanairship.com/api/device_tokens/
谢谢
我有一个从 GCM 收到的 android device_token。我想用 curl 协议将它发送到 Urban Airship 并为我的 android 设备接收他们的 APID。我寻找类似的东西:
curl -X PUT -u "myAppKey:secretKey" \ -H "Content-Type: application/json" \ -H "Basic : xxxxx" https://go.urbanairship.com/api/device_tokens/
谢谢