echo

Updated 远程教学之流程消息 (markdown)

@@ -65,7 +65,7 @@ @@ -65,7 +65,7 @@
65 { 65 {
66 "type": "flow", 66 "type": "flow",
67 "command": "notifyCancelLesson", 67 "command": "notifyCancelLesson",
68 - "workOrderId": 6806, 68 + "workOrderId": 6806, (long型)
69 } 69 }
70 ``` 70 ```
71 71
@@ -75,7 +75,7 @@ @@ -75,7 +75,7 @@
75 { 75 {
76 "type": "flow", 76 "type": "flow",
77 "command": "receivedLessonInvitation" 77 "command": "receivedLessonInvitation"
78 - "workOrderId": 6806, 78 + "workOrderId": 6806, (long型)
79 } 79 }
80 ``` 80 ```
81 81