Commit 9eb354601dd0dfef427bc27dab6ee8674b067d7e

Authored by 李志鑫
1 parent e2726299

fix

Showing 1 changed file with 2 additions and 2 deletions
01.点播云/interface
... ... @@ -24,7 +24,7 @@ json
24 24 {
25 25 "errorMessage": "获取成功",
26 26 "errorCode": "0",
27   - "list":"[{
  27 + "list":"{
28 28 "appId":"60_j4rzqads62",
29 29 "createTime":"",
30 30 "description":"",
... ... @@ -36,6 +36,6 @@ json
36 36 "status":"2",
37 37 "updateTime":"",
38 38 "videoId":"60_a3d418b251524f2389676ecdfd2252c8"
39   - },...]"
  39 + }"
40 40 }
41 41 ```
42 42 \ No newline at end of file
... ...