echo

修改课程启动的指令,把资源列表放在附属的小文件中传输。

@@ -3,12 +3,12 @@ @@ -3,12 +3,12 @@
3 * 启动课程 3 * 启动课程
4 ``` 4 ```
5 type:flow 5 type:flow
6 - command:prepareCourse 6 + command:prepareCourse
7 - resourceInfo:本课需要下载的资源列表  
8 screenWidth:屏幕宽度 7 screenWidth:屏幕宽度
9 screenHeight:屏幕高度 8 screenHeight:屏幕高度
10 device:ios 9 device:ios
11 appVersion:6.6.0 10 appVersion:6.6.0
  11 + attachmentType:smallFile
12 ``` 12 ```
13 13
14 因为自定义消息有长度限制,如果资源列表比较长,超出尺寸限制,需要有相应的解决方案 14 因为自定义消息有长度限制,如果资源列表比较长,超出尺寸限制,需要有相应的解决方案