Files
InfoGenie/api-docs/infogenie-api-apifox/认证/登录态检查.http.yaml
2026-05-16 19:03:09 +08:00

9 lines
233 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
method: get
url: "{{baseUrl}}/api/auth/check"
name: 登录态检查
description: 携带 JWT后端向认证中心校验与前端会话一致。
parameters:
header:
- name: Authorization
value: Bearer {{bearerToken}}