echo

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

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