Showing
1 changed file
with
1 additions
and
19 deletions
@@ -45,33 +45,15 @@ | @@ -45,33 +45,15 @@ | ||
45 | 45 | ||
46 | ### 绘画消息 | 46 | ### 绘画消息 |
47 | 47 | ||
48 | -* 开始绘画消息 | ||
49 | -``` | ||
50 | - type:templateAction | ||
51 | - subtype:drawingBoard | ||
52 | - command:beginDraw | ||
53 | - startX:200 | ||
54 | - startY:100 | ||
55 | -``` | ||
56 | - | ||
57 | * 绘画中的消息 | 48 | * 绘画中的消息 |
58 | ``` | 49 | ``` |
59 | type:templateAction | 50 | type:templateAction |
60 | subtype:drawingBoard | 51 | subtype:drawingBoard |
61 | - command:drawing | 52 | + command:draw |
62 | attachment:smallFile | 53 | attachment:smallFile |
63 | ``` | 54 | ``` |
64 | 附件记录了绘画过程中的所有点的信息的数组。 | 55 | 附件记录了绘画过程中的所有点的信息的数组。 |
65 | 56 | ||
66 | -* 绘画结束消息 | ||
67 | -``` | ||
68 | - type:templateAction | ||
69 | - subtype:drawingBoard | ||
70 | - command:endDraw | ||
71 | - endX:50 | ||
72 | - endY:50 | ||
73 | -``` | ||
74 | - | ||
75 | 绘画点信息 | 57 | 绘画点信息 |
76 | ``` | 58 | ``` |
77 | "currentLocationX":100 | 59 | "currentLocationX":100 |
-
Please register or login to post a comment