1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

调试快速登录

This commit is contained in:
2023-03-28 13:14:40 +08:00
parent 76ad164d4e
commit 614e04ed1b
9 changed files with 446 additions and 36 deletions

View File

@@ -15,7 +15,7 @@
"method": "POST",
"header": [],
"url": {
"raw": "http://localhost:8001/user/login?username=root&password=63a9f0ea7bb98050796b649e85481845",
"raw": "http://localhost:8001/user/login?username=root&password=root",
"protocol": "http",
"host": [
"localhost"
@@ -32,12 +32,104 @@
},
{
"key": "password",
"value": "63a9f0ea7bb98050796b649e85481845"
"value": "root"
}
]
}
},
"response": []
},
{
"name": "[线上] 用户登录",
"request": {
"method": "POST",
"header": [],
"url": {
"raw": "http://epp.only4.work/user/login?username=root&password=root",
"protocol": "http",
"host": [
"epp",
"only4",
"work"
],
"path": [
"user",
"login"
],
"query": [
{
"key": "username",
"value": "root"
},
{
"key": "password",
"value": "root"
}
]
}
},
"response": []
},
{
"name": "[微服务] 用户登录 OPTIONS",
"request": {
"method": "OPTIONS",
"header": [],
"url": {
"raw": "http://localhost:8001/user/login",
"protocol": "http",
"host": [
"localhost"
],
"port": "8001",
"path": [
"user",
"login"
]
}
},
"response": []
},
{
"name": "[Gateway] 用户登录 OPTIONS",
"request": {
"method": "OPTIONS",
"header": [],
"url": {
"raw": "http://localhost:80/user/login",
"protocol": "http",
"host": [
"localhost"
],
"port": "80",
"path": [
"user",
"login"
]
}
},
"response": []
},
{
"name": "[线上] 用户登录 OPTIONS",
"request": {
"method": "OPTIONS",
"header": [],
"url": {
"raw": "https://epp.only4.work/user/login",
"protocol": "https",
"host": [
"epp",
"only4",
"work"
],
"path": [
"user",
"login"
]
}
},
"response": []
}
]
},