echo

Updated 远程教学之画板相关消息 (markdown)

... ... @@ -50,10 +50,8 @@
type:templateAction
subtype:drawPanelAction
command:beginDraw
startX:100
startX:200
startY:100
firstX:100
firstY:100
```
* 绘画中的消息
... ... @@ -63,7 +61,7 @@
command:drawing
attachment:smallFile
```
附件记录了绘画过程中的所有点的信息。
附件记录了绘画过程中的所有点的信息的数组
* 绘画结束消息
```
... ... @@ -71,4 +69,12 @@
subtype:drawPanelAction
command:endDraw
positionInfoArray:最后一个点的位置信息
```
绘画点信息
```
"currentLocationX":100
"currentLocationY":100
"previousLocationX":50
"previousLocationY":50
```
\ No newline at end of file
... ...