Changes between Version 7 and Version 8 of doc/interface/platform
- Timestamp:
- 06/18/2012 03:20:28 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/interface/platform
v7 v8 11 11 ||参数名||说明|| 12 12 ||app_id||应用的唯一标识id,Android应用使用应用的package作为id|| 13 ||dev ice_id||Android设备的device_id||13 ||dev_id||Android设备的device_id|| 14 14 ||mac||设备无线网卡的MAC地址|| 15 15 ||model||设备型号|| 16 ||os_ver sion||设备的Android操作系统版本||16 ||os_ver||设备的Android操作系统版本|| 17 17 18 18 接口响应JSON: 19 19 {{{ 20 20 { 21 "stat us":1,22 " client_id": "xxxxxxxxxxxxxxxxx",23 " client_id": "xxxxxxxxxxxxxxxxx",24 "info": "额外信息"21 "stat": 1, 22 "udid": "f432e552242535353************************", 23 "pwd": "12345678", 24 "info": "注册失败时的额外信息" 25 25 } 26 26 }}} 27 27 其中: 28 * status取值为:1 注册成功,0 已注册过,-1 注册失败 29 * client_id为推送平台分配给该设备的udid,仅当status==-1时,返回值为空 30 * info包含额外的说明信息,用于status为-1时平台所给的错误提示 28 * stat 取值为:1 注册成功,0 已注册过,-1 注册失败 29 * udid 为推送平台分配给该设备的唯一标识,登录推送平台时作为用户名使用,仅当stat==-1时,返回值为空 30 * pwd 为客户端登录推送平台时的密码 31 * info 包含额外的说明信息,用于stat为-1时平台所给的错误提示 31 32 32 33 注意:
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)