GITLAB
徐晓杰
/ publicdoc
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
b7660d01d3aa1492a94f836eabeab98b2244bc0c
Authored by
kagami
2017-05-03 11:01:53 +0800
1 parent
fa6b81fa
Exists in
master
no message
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
智慧校园_标牌_通知格式.md
Side-by-side Diff
Inline Diff
智慧校园_标牌_通知格式.md
0 → 100644
Wrap text
Diff comments
View file @
b7660d0
...
...
@@ -0,0 +1,9 @@
1
+# 标牌通知格式
2
+
3
+### 基本格式
4
+```javascript
5
+{
6
+ "cmd":"1",
7
+ "data":{"list":["item"],"info":"infotext"}
8
+}
9
+```
...
...