[关闭]
@fuyb1986 2016-10-06T10:11:13.000000Z 字数 634 阅读 515

消息和消息推送

金色童年


注册一个设备

Method and URL Structure

Method Resource URL Description
POST /device/apns/ iOS 设备
POST /device/gcm/ Android 设备

Request Parameters

Name Description Required Default
name 设备名 NO
device_id Device Id YES
registration_id GCM registration id or APNS token YES

Request Data

  1. # iOS
  2. {
  3. "registration_id":"edde07cf48c0e79f0993b37c348279b09eb9b02b3709b6d8a786dda7fdedb996",
  4. "name":"谁的iPhone",
  5. "device_id":"0A97D2D5-02BE-45FC-8EB8-5C22CE304000"
  6. }

Response

  1. # Android
  2. {
  3. "name": "谁的iPhone",
  4. "registration_id": "edde07cf48c0e79f0993b37c348279b09eb9b02b3709b6d8a786dda7fdedb996",
  5. "device_id": "0A97D2D5-02BE-45FC-8EB8-5C22CE304000",
  6. "active": true,
  7. "date_created": "2016-10-06T18:07:44.913755"
  8. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注