[关闭]
@chengxuyuan 2019-08-29T06:17:16.000000Z 字数 17348 阅读 399

作品秀文档

学管系统


获取班级学生作品秀列表

Method and URL Structure

Method Method Resource URL Descriptions Authentications Required
GET /server/job_management/list_showwork/ 班级学生作品秀列表 YES

按条件过滤列表释义如下 :
team(班级 pk): 示例: /server/job_management/list_showwork/?team=13
user_id(用户 pk):示例:/server/job_management/list_showwork/?user_id=13
owner(用户 username):示例:/server/job_management/list_showwork/?owner=15201052252
gif(布尔值,True 获取 gif_photos 不为空的):示例:/server/job_management/list_showwork/?gif=True
上述参数可自由组合

Response

  1. {
  2. "count": 6,
  3. "next": null,
  4. "previous": null,
  5. "results": [
  6. {
  7. "pk": 833,
  8. "student": {
  9. "name": "勿问情殇",
  10. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  11. "user": "15201052252",
  12. "nickname": "chen",
  13. "user_id": 367,
  14. "community": {
  15. "post_count": 12,
  16. "work_count": 6
  17. }
  18. },
  19. "live_classroom": {
  20. "pk": 138,
  21. "title": "先导课2"
  22. },
  23. "live_academic_record": {
  24. "pk": 665,
  25. "owner": "15201052252",
  26. "name": "勿问情殇",
  27. "team": "先导课3",
  28. "team_id": 13,
  29. "live_classroom": "先导课2",
  30. "live_classroom_id": 138,
  31. "is_classroom": false,
  32. "not_reason": "回复哈哈哈服",
  33. "is_leave": false,
  34. "is_look": false,
  35. "is_submit": false,
  36. "right_num": 5,
  37. "answer_num": 8,
  38. "total_num": 10,
  39. "classroom_activity": 5,
  40. "project_completion": 5,
  41. "project_innovation": 5,
  42. "knowledge_use": 0,
  43. "answer_speed": 0,
  44. "frustration_ability": 0,
  45. "remark": "分解机撒可富",
  46. "answer_rate": "80%",
  47. "right_rate": "62%"
  48. },
  49. "name": "作品名称",
  50. "other": "操作说明",
  51. "islike": false,
  52. "likes": 20,
  53. "content": "作品说明",
  54. "activity_number": "",
  55. "works": "",
  56. "images": "",
  57. "html": "",
  58. "js": "",
  59. "css": "",
  60. "top": true,
  61. "work_type": "scratch2",
  62. "status": 0,
  63. "status_display": "待核审",
  64. "create_time": "2019-03-19T18:36:18",
  65. "isowner": true,
  66. "video": null,
  67. "gif_photos": ""
  68. },
  69. {
  70. "pk": 832,
  71. "student": {
  72. "name": "勿问情殇",
  73. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  74. "user": "15201052252",
  75. "nickname": "chen",
  76. "user_id": 367,
  77. "community": {
  78. "post_count": 12,
  79. "work_count": 6
  80. }
  81. },
  82. "live_classroom": {
  83. "pk": 139,
  84. "title": "先导课3"
  85. },
  86. "live_academic_record": {
  87. "pk": 664,
  88. "owner": "15201052252",
  89. "name": "勿问情殇",
  90. "team": "先导课3",
  91. "team_id": 13,
  92. "live_classroom": "先导课3",
  93. "live_classroom_id": 139,
  94. "is_classroom": false,
  95. "not_reason": "回复哈哈哈服",
  96. "is_leave": false,
  97. "is_look": false,
  98. "is_submit": false,
  99. "right_num": 5,
  100. "answer_num": 8,
  101. "total_num": 10,
  102. "classroom_activity": 5,
  103. "project_completion": 5,
  104. "project_innovation": 5,
  105. "knowledge_use": 0,
  106. "answer_speed": 0,
  107. "frustration_ability": 0,
  108. "remark": "分解机撒可富",
  109. "answer_rate": "80%",
  110. "right_rate": "62%"
  111. },
  112. "name": "测试 Scratch3333",
  113. "other": null,
  114. "islike": false,
  115. "likes": 0,
  116. "content": "上下左右",
  117. "activity_number": null,
  118. "works": "https://static1.bcjiaoyu.com/334285109b77e07b4d8a3bb999888cc3_w.zip",
  119. "images": "https://static1.bcjiaoyu.com/6c999aa9f2ad4a9d5331d49048de39d7_i.jpg-580x319",
  120. "html": null,
  121. "js": null,
  122. "css": null,
  123. "top": false,
  124. "work_type": "scratch3",
  125. "status": 0,
  126. "status_display": "待核审",
  127. "create_time": "2019-03-18T10:20:49",
  128. "isowner": true,
  129. "video": null,
  130. "gif_photos": null
  131. },
  132. {
  133. "pk": 831,
  134. "student": {
  135. "name": "勿问情殇",
  136. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  137. "user": "15201052252",
  138. "nickname": "chen",
  139. "user_id": 367,
  140. "community": {
  141. "post_count": 12,
  142. "work_count": 6
  143. }
  144. },
  145. "live_classroom": null,
  146. "live_academic_record": null,
  147. "name": "测试新版上传",
  148. "other": null,
  149. "islike": false,
  150. "likes": 0,
  151. "content": "上下左右",
  152. "activity_number": null,
  153. "works": "https://static1.bcjiaoyu.com/8502fbb4236f56f8b84c73a726ae2998_x.zip",
  154. "images": "https://static1.bcjiaoyu.com/ea86d70321dfe0eeef82f70449141fc3_y.jpg-52x52",
  155. "html": null,
  156. "js": null,
  157. "css": null,
  158. "top": false,
  159. "work_type": "scratch3",
  160. "status": 0,
  161. "status_display": "待核审",
  162. "create_time": "2019-03-17T21:22:47",
  163. "isowner": true,
  164. "video": null,
  165. "gif_photos": null
  166. },
  167. {
  168. "pk": 795,
  169. "student": {
  170. "name": "勿问情殇",
  171. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  172. "user": "15201052252",
  173. "nickname": "chen",
  174. "user_id": 367,
  175. "community": {
  176. "post_count": 12,
  177. "work_count": 6
  178. }
  179. },
  180. "live_classroom": null,
  181. "live_academic_record": null,
  182. "name": "ccc",
  183. "other": null,
  184. "islike": false,
  185. "likes": 0,
  186. "content": "\"{\"targets\":[{\"isStage\":true,\"name\":\"Stage\",\"variables\":{\"`jEk@4|i[#Fk?(8x)AV.-my variable\":{\"id\":\"`jEk@4|i[#Fk?(8x)AV.-my variable\",\"name\":\"my variable\",\"type\":\"\",\"value\":0}},\"blocks\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"739b5e2a2435f6e1ec2993791b423146\",\"name\":\"backdrop1\",\"bitmapResolution\":1,\"md5ext\":\"739b5e2a2435f6e1ec2993791b423146.png\",\"dataFormat\":\"png\",\"rotationCenterX\":240,\"rotationCenterY\":180}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":11025,\"sampleCount\":258,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]},{\"isStage\":false,\"name\":\"Sprite1\",\"variables\":{},\"blocks\":{\"=BehVc:hDA{/h3]O#i%]\":{\"id\":\"=BehVc:hDA{/h3]O#i%]\",\"opcode\":\"motion_movesteps\",\"next\":\"G$B|n==$4nqam`C12.RM\",\"parent\":null,\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"ziao5u2Qg]G@b}ROC?vq\",\"shadow\":\"ziao5u2Qg]G@b}ROC?vq\"}},\"fields\":{},\"topLevel\":true,\"shadow\":false,\"x\":185,\"y\":61},\"ziao5u2Qg]G@b}ROC?vq\":{\"id\":\"ziao5u2Qg]G@b}ROC?vq\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"=BehVc:hDA{/h3]O#i%]\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true},\"G$B|n==$4nqam`C12.RM\":{\"id\":\"G$B|n==$4nqam`C12.RM\",\"opcode\":\"motion_movesteps\",\"next\":\"#Mi)]fWnAWrB{dAVXV~]\",\"parent\":\"=BehVc:hDA{/h3]O#i%]\",\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"ToimBb+9]%*.G;nYlK)(\",\"shadow\":\"ToimBb+9]%*.G;nYlK)(\"}},\"fields\":{},\"topLevel\":false,\"shadow\":false},\"ToimBb+9]%*.G;nYlK)(\":{\"id\":\"ToimBb+9]%*.G;nYlK)(\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"G$B|n==$4nqam`C12.RM\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true},\"#Mi)]fWnAWrB{dAVXV~]\":{\"id\":\"#Mi)]fWnAWrB{dAVXV~]\",\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"G$B|n==$4nqam`C12.RM\",\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"=.E=Y8UBs(~4~=F,U({s\",\"shadow\":\"=.E=Y8UBs(~4~=F,U({s\"}},\"fields\":{},\"topLevel\":false,\"shadow\":false},\"=.E=Y8UBs(~4~=F,U({s\":{\"id\":\"=.E=Y8UBs(~4~=F,U({s\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"#Mi)]fWnAWrB{dAVXV~]\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true}},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"09dc888b0b7df19f70d81588ae73420e\",\"name\":\"costume1\",\"bitmapResolution\":1,\"md5ext\":\"09dc888b0b7df19f70d81588ae73420e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55},{\"assetId\":\"3696356a03a8d938318876a593572843\",\"name\":\"costume2\",\"bitmapResolution\":1,\"md5ext\":\"3696356a03a8d938318876a593572843.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"Meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":22050,\"sampleCount\":18688,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}],\"visible\":true,\"x\":0,\"y\":0,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"}],\"meta\":{\"semver\":\"3.0.0\",\"vm\":\"0.1.0-prerelease.1522355889-prerelease.1522355906\",\"agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\"}}\"",
  187. "activity_number": null,
  188. "works": "",
  189. "images": "",
  190. "html": null,
  191. "js": null,
  192. "css": null,
  193. "top": false,
  194. "work_type": "scratch3",
  195. "status": 0,
  196. "status_display": "待核审",
  197. "create_time": "2018-07-10T11:13:22",
  198. "isowner": true,
  199. "video": null,
  200. "gif_photos": null
  201. },
  202. {
  203. "pk": 792,
  204. "student": {
  205. "name": "勿问情殇",
  206. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  207. "user": "15201052252",
  208. "nickname": "chen",
  209. "user_id": 367,
  210. "community": {
  211. "post_count": 12,
  212. "work_count": 6
  213. }
  214. },
  215. "live_classroom": null,
  216. "live_academic_record": null,
  217. "name": "ccc",
  218. "other": null,
  219. "islike": false,
  220. "likes": 0,
  221. "content": "\"{\"targets\":[{\"isStage\":true,\"name\":\"Stage\",\"variables\":{\"`jEk@4|i[#Fk?(8x)AV.-my variable\":{\"id\":\"`jEk@4|i[#Fk?(8x)AV.-my variable\",\"name\":\"my variable\",\"type\":\"\",\"value\":0}},\"blocks\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"739b5e2a2435f6e1ec2993791b423146\",\"name\":\"backdrop1\",\"bitmapResolution\":1,\"md5ext\":\"739b5e2a2435f6e1ec2993791b423146.png\",\"dataFormat\":\"png\",\"rotationCenterX\":240,\"rotationCenterY\":180}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":11025,\"sampleCount\":258,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]},{\"isStage\":false,\"name\":\"Sprite1\",\"variables\":{},\"blocks\":{\"=BehVc:hDA{/h3]O#i%]\":{\"id\":\"=BehVc:hDA{/h3]O#i%]\",\"opcode\":\"motion_movesteps\",\"next\":\"G$B|n==$4nqam`C12.RM\",\"parent\":null,\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"ziao5u2Qg]G@b}ROC?vq\",\"shadow\":\"ziao5u2Qg]G@b}ROC?vq\"}},\"fields\":{},\"topLevel\":true,\"shadow\":false,\"x\":185,\"y\":61},\"ziao5u2Qg]G@b}ROC?vq\":{\"id\":\"ziao5u2Qg]G@b}ROC?vq\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"=BehVc:hDA{/h3]O#i%]\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true},\"G$B|n==$4nqam`C12.RM\":{\"id\":\"G$B|n==$4nqam`C12.RM\",\"opcode\":\"motion_movesteps\",\"next\":\"#Mi)]fWnAWrB{dAVXV~]\",\"parent\":\"=BehVc:hDA{/h3]O#i%]\",\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"ToimBb+9]%*.G;nYlK)(\",\"shadow\":\"ToimBb+9]%*.G;nYlK)(\"}},\"fields\":{},\"topLevel\":false,\"shadow\":false},\"ToimBb+9]%*.G;nYlK)(\":{\"id\":\"ToimBb+9]%*.G;nYlK)(\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"G$B|n==$4nqam`C12.RM\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true},\"#Mi)]fWnAWrB{dAVXV~]\":{\"id\":\"#Mi)]fWnAWrB{dAVXV~]\",\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"G$B|n==$4nqam`C12.RM\",\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"=.E=Y8UBs(~4~=F,U({s\",\"shadow\":\"=.E=Y8UBs(~4~=F,U({s\"}},\"fields\":{},\"topLevel\":false,\"shadow\":false},\"=.E=Y8UBs(~4~=F,U({s\":{\"id\":\"=.E=Y8UBs(~4~=F,U({s\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"#Mi)]fWnAWrB{dAVXV~]\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true}},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"09dc888b0b7df19f70d81588ae73420e\",\"name\":\"costume1\",\"bitmapResolution\":1,\"md5ext\":\"09dc888b0b7df19f70d81588ae73420e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55},{\"assetId\":\"3696356a03a8d938318876a593572843\",\"name\":\"costume2\",\"bitmapResolution\":1,\"md5ext\":\"3696356a03a8d938318876a593572843.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"Meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":22050,\"sampleCount\":18688,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}],\"visible\":true,\"x\":0,\"y\":0,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"}],\"meta\":{\"semver\":\"3.0.0\",\"vm\":\"0.1.0-prerelease.1522355889-prerelease.1522355906\",\"agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\"}}\"",
  222. "activity_number": null,
  223. "works": "",
  224. "images": "",
  225. "html": null,
  226. "js": null,
  227. "css": null,
  228. "top": false,
  229. "work_type": "scratch3",
  230. "status": 0,
  231. "status_display": "待核审",
  232. "create_time": "2018-07-10T11:13:10",
  233. "isowner": true,
  234. "video": null,
  235. "gif_photos": null
  236. },
  237. {
  238. "pk": 789,
  239. "student": {
  240. "name": "勿问情殇",
  241. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  242. "user": "15201052252",
  243. "nickname": "chen",
  244. "user_id": 367,
  245. "community": {
  246. "post_count": 12,
  247. "work_count": 6
  248. }
  249. },
  250. "live_classroom": null,
  251. "live_academic_record": null,
  252. "name": "ccc",
  253. "other": null,
  254. "islike": false,
  255. "likes": 0,
  256. "content": "\"{\"targets\":[{\"isStage\":true,\"name\":\"Stage\",\"variables\":{\"`jEk@4|i[#Fk?(8x)AV.-my variable\":{\"id\":\"`jEk@4|i[#Fk?(8x)AV.-my variable\",\"name\":\"my variable\",\"type\":\"\",\"value\":0}},\"blocks\":{},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"739b5e2a2435f6e1ec2993791b423146\",\"name\":\"backdrop1\",\"bitmapResolution\":1,\"md5ext\":\"739b5e2a2435f6e1ec2993791b423146.png\",\"dataFormat\":\"png\",\"rotationCenterX\":240,\"rotationCenterY\":180}],\"sounds\":[{\"assetId\":\"83a9787d4cb6f3b7632b4ddfebf74367\",\"name\":\"pop\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":11025,\"sampleCount\":258,\"md5ext\":\"83a9787d4cb6f3b7632b4ddfebf74367.wav\"}]},{\"isStage\":false,\"name\":\"Sprite1\",\"variables\":{},\"blocks\":{\"=BehVc:hDA{/h3]O#i%]\":{\"id\":\"=BehVc:hDA{/h3]O#i%]\",\"opcode\":\"motion_movesteps\",\"next\":\"G$B|n==$4nqam`C12.RM\",\"parent\":null,\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"ziao5u2Qg]G@b}ROC?vq\",\"shadow\":\"ziao5u2Qg]G@b}ROC?vq\"}},\"fields\":{},\"topLevel\":true,\"shadow\":false,\"x\":185,\"y\":61},\"ziao5u2Qg]G@b}ROC?vq\":{\"id\":\"ziao5u2Qg]G@b}ROC?vq\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"=BehVc:hDA{/h3]O#i%]\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true},\"G$B|n==$4nqam`C12.RM\":{\"id\":\"G$B|n==$4nqam`C12.RM\",\"opcode\":\"motion_movesteps\",\"next\":\"#Mi)]fWnAWrB{dAVXV~]\",\"parent\":\"=BehVc:hDA{/h3]O#i%]\",\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"ToimBb+9]%*.G;nYlK)(\",\"shadow\":\"ToimBb+9]%*.G;nYlK)(\"}},\"fields\":{},\"topLevel\":false,\"shadow\":false},\"ToimBb+9]%*.G;nYlK)(\":{\"id\":\"ToimBb+9]%*.G;nYlK)(\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"G$B|n==$4nqam`C12.RM\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true},\"#Mi)]fWnAWrB{dAVXV~]\":{\"id\":\"#Mi)]fWnAWrB{dAVXV~]\",\"opcode\":\"motion_movesteps\",\"next\":null,\"parent\":\"G$B|n==$4nqam`C12.RM\",\"inputs\":{\"STEPS\":{\"name\":\"STEPS\",\"block\":\"=.E=Y8UBs(~4~=F,U({s\",\"shadow\":\"=.E=Y8UBs(~4~=F,U({s\"}},\"fields\":{},\"topLevel\":false,\"shadow\":false},\"=.E=Y8UBs(~4~=F,U({s\":{\"id\":\"=.E=Y8UBs(~4~=F,U({s\",\"opcode\":\"math_number\",\"next\":null,\"parent\":\"#Mi)]fWnAWrB{dAVXV~]\",\"inputs\":{},\"fields\":{\"NUM\":{\"name\":\"NUM\",\"value\":\"10\"}},\"topLevel\":false,\"shadow\":true}},\"currentCostume\":0,\"costumes\":[{\"assetId\":\"09dc888b0b7df19f70d81588ae73420e\",\"name\":\"costume1\",\"bitmapResolution\":1,\"md5ext\":\"09dc888b0b7df19f70d81588ae73420e.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55},{\"assetId\":\"3696356a03a8d938318876a593572843\",\"name\":\"costume2\",\"bitmapResolution\":1,\"md5ext\":\"3696356a03a8d938318876a593572843.svg\",\"dataFormat\":\"svg\",\"rotationCenterX\":47,\"rotationCenterY\":55}],\"sounds\":[{\"assetId\":\"83c36d806dc92327b9e7049a565c6bff\",\"name\":\"Meow\",\"dataFormat\":\"wav\",\"format\":\"\",\"rate\":22050,\"sampleCount\":18688,\"md5ext\":\"83c36d806dc92327b9e7049a565c6bff.wav\"}],\"visible\":true,\"x\":0,\"y\":0,\"size\":100,\"direction\":90,\"draggable\":false,\"rotationStyle\":\"all around\"}],\"meta\":{\"semver\":\"3.0.0\",\"vm\":\"0.1.0-prerelease.1522355889-prerelease.1522355906\",\"agent\":\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36\"}}\"",
  257. "activity_number": null,
  258. "works": "",
  259. "images": "",
  260. "html": null,
  261. "js": null,
  262. "css": null,
  263. "top": false,
  264. "work_type": "scratch3",
  265. "status": 0,
  266. "status_display": "待核审",
  267. "create_time": "2018-07-10T11:12:19",
  268. "isowner": true,
  269. "video": null,
  270. "gif_photos": null
  271. }
  272. ]
  273. }

修改作品秀

Method and URL Structure

Method Method Resource URL Descriptions Authentications Required
PUT /server/job_management/update_showwork/${pk}/ 修改作品秀 YES

Request Parameters

Name Description Required Default
name 作品名称 NO
content 内容 NO
other 其他 NO
works 作品链接 NO
images 图片 NO
top 是否精选 NO False
status 作品状态 NO
work_type 类型 NO
html html NO
likes 喜欢数 NO 0
activity_number 活动号 NO
live_classroom 直播教室 pk NO
team 班级 pk NO

status: 0(待审核)、1(已通过)、2(未通过)、3(待申请)
work_type: scratch2scratch3htmlapplabgamelab
live_classroom: 给作品归纳班级 , team:用来获取某个班级某个作者某个教室的直播课学情表

Request Data

  1. {
  2. "name":"作品名称",
  3. "content":"作品说明",
  4. "other":"操作说明",
  5. "status":0,
  6. "top":true,
  7. "works":"",
  8. "images":"",
  9. "work_type":"scratch2",
  10. "html":"",
  11. "css":"",
  12. "js":"",
  13. "likes":20,
  14. "activity_number":"",
  15. "live_classroom":139,
  16. "team":13
  17. }

Response

  1. {
  2. "pk": 832,
  3. "student": {
  4. "name": "勿问情殇",
  5. "avatar": "https://static1.bcjiaoyu.com/5a7ede147308f194ed9b108f98589a07_v.jpg-1080x1920",
  6. "user": "15201052252",
  7. "nickname": "chen",
  8. "user_id": 367,
  9. "community": {
  10. "post_count": 13,
  11. "work_count": 6
  12. }
  13. },
  14. "live_classroom": {
  15. "pk": 139,
  16. "title": "先导课3"
  17. },
  18. "live_academic_record": {
  19. "pk": 664,
  20. "owner": "15201052252",
  21. "name": "勿问情殇",
  22. "team": "先导课3",
  23. "team_id": 13,
  24. "live_classroom": "先导课3",
  25. "live_classroom_id": 139,
  26. "is_classroom": false,
  27. "not_reason": "回复哈哈哈服",
  28. "is_leave": false,
  29. "is_look": false,
  30. "is_submit": false,
  31. "right_num": 5,
  32. "answer_num": 8,
  33. "total_num": 10,
  34. "classroom_activity": 5,
  35. "project_completion": 5,
  36. "project_innovation": 5,
  37. "knowledge_use": 0,
  38. "answer_speed": 0,
  39. "frustration_ability": 0,
  40. "remark": "分解机撒可富",
  41. "answer_rate": "80%",
  42. "right_rate": "62%"
  43. },
  44. "name": "测试服scratch3",
  45. "other": null,
  46. "islike": false,
  47. "likes": 0,
  48. "content": "上下左右",
  49. "activity_number": null,
  50. "works": "https://static1.bcjiaoyu.com/334285109b77e07b4d8a3bb999888cc3_w.zip",
  51. "images": "https://static1.bcjiaoyu.com/6c999aa9f2ad4a9d5331d49048de39d7_i.jpg-580x319",
  52. "html": null,
  53. "js": null,
  54. "css": null,
  55. "top": false,
  56. "work_type": "scratch3",
  57. "status": 0,
  58. "status_display": "待核审",
  59. "create_time": "2019-03-18T10:20:49",
  60. "isowner": true,
  61. "video": null
  62. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注