ludu-cloud/admin-web/mock/geographic/role-query.json

20 lines
302 B
JSON
Raw Normal View History

2019-03-06 20:08:39 +08:00
{
"code": 0,
"data": {
"count": 2,
"roles": [
{
"id": 1,
"name": "系统管理员",
"createTime": 1551332076000
},
{
"id": 2,
"name": "系统管理员",
"createTime": 1551332076000
}
]
},
"message": "string"
}