list_1.json 518 字节
Newer Older
W
wenguang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
{
  "code": 200,
  "msg": "ok",
  "data": [
    {
      "id": "1_1",
      "name": "xxx",
      "state": 0,
      "createTime": "2019/11/18 10:44:00",
      "haveChild": true,
      "cid": "1"
    },
    {
      "id": "1_2",
      "name": "xxx",
      "state": 0,
      "createTime": "2019/11/18 10:44:00",
      "haveChild": false,
      "cid": "1"
    },
    {
      "id": "1_3",
      "name": "xxx",
      "state": 0,
      "createTime": "2019/11/18 10:44:00",
      "haveChild": false,
      "cid": "1"
    }
  ]
}