潘志宝
2024-12-16 df99e46312fdd5ee830f1451e478f6658e09f9ed
提交 | 用户 | 时间
e7c126 1 ### 请求 /login 接口 => 成功
H 2 POST {{baseUrl}}/system/auth/login
3 Content-Type: application/json
4 tenant-id: {{adminTenentId}}
5 tag: Yunai.local
6
7 {
8   "username": "admin",
9   "password": "admin123",
10   "uuid": "3acd87a09a4f48fb9118333780e94883",
11   "code": "1024"
12 }
13
14 ### 请求 /login 接口 => 成功(无验证码)
15 POST {{baseUrl}}/system/auth/login
16 Content-Type: application/json
17 tenant-id: {{adminTenentId}}
18
19 {
20   "username": "admin",
21   "password": "admin123"
22 }
23
24 ### 请求 /get-permission-info 接口 => 成功
25 GET {{baseUrl}}/system/auth/get-permission-info
26 Authorization: Bearer {{token}}
27 tenant-id: {{adminTenentId}}
28
29 ### 请求 /list-menus 接口 => 成功
30 GET {{baseUrl}}/system/list-menus
31 Authorization: Bearer {{token}}
32 #Authorization: Bearer a6aa7714a2e44c95aaa8a2c5adc2a67a
33 tenant-id: {{adminTenentId}}