Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -28,6 +28,7 @@ | @@ -28,6 +28,7 @@ | ||
| 28 | { | 28 | { |
| 29 | "type":"flow", | 29 | "type":"flow", |
| 30 | "command":"beginCourse" | 30 | "command":"beginCourse" |
| 31 | + "requireStudentClientMinVersion":{"ios":"6.6.0", "android":"3.2.0"} | ||
| 31 | } | 32 | } |
| 32 | ``` | 33 | ``` |
| 33 | 34 | ||
| @@ -48,7 +49,6 @@ | @@ -48,7 +49,6 @@ | ||
| 48 | "screenHeight":768, | 49 | "screenHeight":768, |
| 49 | "device":"ios" | 50 | "device":"ios" |
| 50 | "appVersion":"6.6.0" | 51 | "appVersion":"6.6.0" |
| 51 | - “requireStudentClientMinVersion”:{"ios":"6.6.0", "android":"3.2.0"} | ||
| 52 | "attachmentType":"smallFile" | 52 | "attachmentType":"smallFile" |
| 53 | } | 53 | } |
| 54 | ``` | 54 | ``` |
-
Please register or login to post a comment