Commit f2ddc2f16dd1973fc1520ce749f098528bad0abc
1 parent
3e088de0
Exists in
master
no message
Showing
1 changed file
with
31 additions
and
4 deletions
Show diff stats
智慧校园_标牌_通知格式.md
1 | # 标牌通知格式 | 1 | # 标牌通知格式 |
2 | 2 | ||
3 | * [推送通知,紧急插播]() | 3 | * [推送通知,紧急插播]() |
4 | -* [全部通知]() | ||
5 | -* [轮播图集-校牌]() | ||
6 | -* [班级信息]() | ||
7 | - | 4 | +* [全部通知(已改成接口)]() |
5 | +* [轮播图集-校牌(已改成接口)]() | ||
6 | +* [班级信息(已改成接口)]() | ||
7 | +* [单卡修改]() | ||
8 | ### 基本格式 | 8 | ### 基本格式 |
9 | ```javascript | 9 | ```javascript |
10 | { | 10 | { |
@@ -131,3 +131,30 @@ | @@ -131,3 +131,30 @@ | ||
131 | } | 131 | } |
132 | 132 | ||
133 | ``` | 133 | ``` |
134 | + | ||
135 | +#### 单卡修改推送 | ||
136 | +* 整体格式 | ||
137 | + | ||
138 | +```javascript | ||
139 | +{ | ||
140 | + "cmd": "23", | ||
141 | + "data": { | ||
142 | + "UserId": "325057", | ||
143 | + "UserName": null, | ||
144 | + "Pass": null, | ||
145 | + "Photo": null, | ||
146 | + "CustomerId": 0, | ||
147 | + "Gender": 0, | ||
148 | + "CardNumber": "27ca1b54", | ||
149 | + "UserType": 0, | ||
150 | + "UserTypeSub": 0, | ||
151 | + "UserNumber": null, | ||
152 | + "ClassId": 0, | ||
153 | + "ClassName": null, | ||
154 | + "ClassSplice": null, | ||
155 | + "GradeId": 0, | ||
156 | + "SchoolId": 2 | ||
157 | + } | ||
158 | +} | ||
159 | + | ||
160 | +``` |