Skip to content

Commit

Permalink
ADD: fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
seandong committed Aug 27, 2017
1 parent 22b9d80 commit cb77acb
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions mock_responses/department/list.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"errcode": 0,
"errmsg": "ok",
"department": [
{
"id": 1,
"name": "杭州知人",
"parentid": 0,
"order": 10
},
{
"id": 2,
"name": "广州研发中心",
"parentid": 1,
"order": 11
},
{
"id": 3,
"name": "邮箱产品部",
"parentid": 2,
"order": 12
}
]
}

0 comments on commit cb77acb

Please sign in to comment.