Changes between Version 10 and Version 11 of doc/interface/platform
- Timestamp:
- 06/19/2012 06:12:27 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/interface/platform
v10 v11 1 1 = 平台接口设计 = 2 2 3 == Android设备注册接口 ==3 == 设备注册接口 == 4 4 5 5 接口地址: … … 19 19 {{{ 20 20 { 21 "stat us": 1,22 " ": "f432e552242535353************************",21 "stat": 1, 22 "udid": "f432e552242535353", 23 23 "pwd": "12345678", 24 24 "info": "注册失败时的额外信息" … … 26 26 }}} 27 27 其中: 28 * stat 取值为:1 注册成功,0 已注册过,-1 注册失败 29 * udid 为推送平台分配给该设备的唯一标识,登录推送平台时作为用户名使用,仅当stat==-1时,返回值为空 30 * pwd 为客户端登录推送平台时的密码 31 * info 包含额外的说明信息,用于stat为-1时平台所给的错误提示 32 33 注意: 34 * 接口参数必须用PSOT方式提交 28 ||返回值||说明|| 29 ||stat||取值为:1 注册成功,0 已注册过,-1 注册失败|| 30 ||udid||推送平台分配给该设备的唯一标识,登录推送平台时作为用户名使用,仅当stat==-1时,返回值为|| 31 ||pwd||为客户端登录推送平台时的密码|| 32 ||info||包含额外的说明信息,用于stat为-1时平台所给的错误提示||
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)