Commit bf60bc98ad2b841970fcbc030a79516048f79561
1 parent
5751b3ca
Exists in
master
no message
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
智慧校园_标牌_通知格式.md
... | ... | @@ -160,13 +160,14 @@ |
160 | 160 | |
161 | 161 | ``` |
162 | 162 | #### 校本资源推送(加参数) |
163 | -* 增加参数typeId,用于区分是课外资源还是每日一练 | |
163 | +* 增加参数typeId,用于区分是课外资源还是每日一练.resTypeId资源分类 | |
164 | 164 | |
165 | 165 | ```javascript |
166 | 166 | { |
167 | 167 | "cmd": "102", |
168 | 168 | "data": { |
169 | - "typeId": 0 | |
169 | + "typeId": 0, | |
170 | + "resTypeId": 0, | |
170 | 171 | } |
171 | 172 | } |
172 | 173 | ... | ... |