“推送api”的版本间的差异

来自Blueidea
跳转至: 导航搜索
个人信息更新push
发帖push信息
第65行: 第65行:
 
! 说明
 
! 说明
 
|-
 
|-
!scope="row"|uid
+
!scope="row"|postid
| string ||用户id
+
| int||帖子id
 
|-
 
|-
!scope="row"|username
+
!scope="row"|dateline
| string || 用户名
+
| date|| 发表时间
 
|-
 
|-
!scope="row"|type
+
!scope="row"|views
| int|| 用户类型(1老师,2家长,3学生)
+
| int|| 浏览次数
 
|-
 
|-
!scope="row"|username
+
!scope="row"|replies
| string || 更新时间
+
| int|| 回复次数
 +
|-
 +
!scope="row"|digest
 +
| int|| 是否精华
 +
|-
 +
!scope="row"|author
 +
| string || 作者
 +
|-
 +
!scope="row"|authorid
 +
| int || 作者id
 
|-
 
|-
 
!scope="row"|message
 
!scope="row"|message
| string || 说明
+
| string|| 帖子内容
 +
|-
 +
!scope="row"|发帖者IP
 +
| string|| 发帖ip地址
 
|}
 
|}

2014-07-29T09:43:17的版本

PUSH消息API

个人信息更新push

参数说明

参数名称 类型及范围 说明
uid string 用户id
username string 用户名
type int 用户类型(1老师,2家长,3学生)
username string 更新时间
message string 说明

班级信息更新push

参数说明

参数名称 类型及范围 说明
cid string 班级id
cname string 班级名称
grade int 年级
serialno string 更新时间
inserialno string 更新时间
cnick string 更新时间
createrid string 创建者id
creator string 创建者
dateline string 创建时间

发帖push信息

参数说明

参数名称 类型及范围 说明
postid int 帖子id
dateline date 发表时间
views int 浏览次数
replies int 回复次数
digest int 是否精华
author string 作者
authorid int 作者id
message string 帖子内容
发帖者IP string 发帖ip地址