user表role改为role_id;后台管理用户增删改查封装成component
This commit is contained in:
@@ -130,6 +130,49 @@
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "[微服务] 管理后台 获取用户列表",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "http://localhost:8001/user/manage/getUserList",
|
||||
"protocol": "http",
|
||||
"host": [
|
||||
"localhost"
|
||||
],
|
||||
"port": "8001",
|
||||
"path": [
|
||||
"user",
|
||||
"manage",
|
||||
"getUserList"
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
},
|
||||
{
|
||||
"name": "[线上] 管理后台 获取用户列表",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"header": [],
|
||||
"url": {
|
||||
"raw": "http://epp.only4.work/user/manage/getUserList",
|
||||
"protocol": "http",
|
||||
"host": [
|
||||
"epp",
|
||||
"only4",
|
||||
"work"
|
||||
],
|
||||
"path": [
|
||||
"user",
|
||||
"manage",
|
||||
"getUserList"
|
||||
]
|
||||
}
|
||||
},
|
||||
"response": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user