chore: sync local updates
This commit is contained in:
1
api-docs/infogenie-api-apifox/认证/apifox.folder.json
Normal file
1
api-docs/infogenie-api-apifox/认证/apifox.folder.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
8
api-docs/infogenie-api-apifox/认证/登录态检查.http.yaml
Normal file
8
api-docs/infogenie-api-apifox/认证/登录态检查.http.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
method: get
|
||||
url: "{{baseUrl}}/api/auth/check"
|
||||
name: 登录态检查
|
||||
description: 携带 JWT;后端向认证中心校验,与前端会话一致。
|
||||
parameters:
|
||||
header:
|
||||
- name: Authorization
|
||||
value: Bearer {{bearerToken}}
|
||||
4
api-docs/infogenie-api-apifox/认证/登录态检查(匿名).http.yaml
Normal file
4
api-docs/infogenie-api-apifox/认证/登录态检查(匿名).http.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
method: get
|
||||
url: "{{baseUrl}}/api/auth/check"
|
||||
name: 登录态检查(无 Token)
|
||||
description: 可选;不带 Authorization 时由 OptionalJWTAuth 放行,用于对比未登录响应。
|
||||
Reference in New Issue
Block a user