Showing
1 changed file
with
5 additions
and
5 deletions
@@ -56,11 +56,11 @@ getOnlineTeachCourseResourceInfoFilePath获取; | @@ -56,11 +56,11 @@ getOnlineTeachCourseResourceInfoFilePath获取; | ||
56 | 56 | ||
57 | 课程列表: courseList.table(暂定) | 57 | 课程列表: courseList.table(暂定) |
58 | 58 | ||
59 | -|课程Id |资源表名 |lastModified | 59 | +|课程Id |资源表名 |lastModified|状态| |
60 | -|--------------|-----------|-----------| | 60 | +|--------------|-----------|-----------|------ |
61 | -|课程Id1 |list1 | 最后更新时间 | | 61 | +|课程Id1 |list1 | 最后更新时间 |已下载| |
62 | -|课程Id2 |list2 | 最后更新时间 | | 62 | +|课程Id2 |list2 | 最后更新时间 |未下载| |
63 | -|课程Id3 |list3 | 最后更新时间 | | 63 | +|课程Id3 |list3 | 最后更新时间 |未下载| |
64 | 64 | ||
65 | > 如果检查到本地缓存的lastModified和课表提供的该课的lastModified不一致, | 65 | > 如果检查到本地缓存的lastModified和课表提供的该课的lastModified不一致, |
66 | > 则需要重新下载该课的资源列表,下载后更新lastModified为最新值 | 66 | > 则需要重新下载该课的资源列表,下载后更新lastModified为最新值 |
-
Please register or login to post a comment