Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -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 |
-
Please register or login to post a comment