25 lines
841 B
Markdown
25 lines
841 B
Markdown
---
|
|
name: tjwater-action-business-identity-access-auth
|
|
description: business/identity-access 下 auth 操作技能。
|
|
version: 3.0.0
|
|
---
|
|
|
|
# auth Action Skill
|
|
|
|
## 简介
|
|
负责 `business/identity-access` 场景下 `auth` 的具体接口调用。
|
|
|
|
## 子模块索引 (渐进式引导)
|
|
- 当前为叶子节点,直接使用下方接口目录。
|
|
|
|
## 接口目录
|
|
| Method | Path | Summary | Required Params | Optional Params |
|
|
|---|---|---|---|---|
|
|
| POST | `/api/v1/auth/login` | login | form_data (body) | - |
|
|
| POST | `/api/v1/auth/login/simple` | login_simple | username (query), password (query) | - |
|
|
| GET | `/api/v1/auth/me` | get_current_user_info | - | - |
|
|
| POST | `/api/v1/auth/refresh` | refresh_token | refresh_token (query) | - |
|
|
| POST | `/api/v1/auth/register` | register | user_data (body) | - |
|
|
|
|
- 覆盖方法:`GET, POST`
|