Showing
1 changed file
with
4 additions
and
1 deletions
@@ -10,6 +10,8 @@ | @@ -10,6 +10,8 @@ | ||
10 | # 登录接口 | 10 | # 登录接口 |
11 | 11 | ||
12 | ## 请求参数 | 12 | ## 请求参数 |
13 | +`/login/auth` | ||
14 | + | ||
13 | <table> | 15 | <table> |
14 | <tr> | 16 | <tr> |
15 | <td>参数名</td> <td>参数说明</td> | 17 | <td>参数名</td> <td>参数说明</td> |
@@ -52,6 +54,8 @@ token信息需要写入HTTP请求的header中, header name为 `auth_fish_token` | @@ -52,6 +54,8 @@ token信息需要写入HTTP请求的header中, header name为 `auth_fish_token` | ||
52 | # 查询教师VIP权限信息 | 54 | # 查询教师VIP权限信息 |
53 | 55 | ||
54 | ## 请求参数 | 56 | ## 请求参数 |
57 | +`/vip/verification` | ||
58 | + | ||
55 | <table> | 59 | <table> |
56 | <tr> | 60 | <tr> |
57 | <td>参数名称</td> <td>参数说明</td> | 61 | <td>参数名称</td> <td>参数说明</td> |
@@ -122,4 +126,3 @@ token信息需要写入HTTP请求的header中, header name为 `auth_fish_token` | @@ -122,4 +126,3 @@ token信息需要写入HTTP请求的header中, header name为 `auth_fish_token` | ||
122 | 126 | ||
123 | 127 | ||
124 | 128 | ||
125 | - |
-
Please register or login to post a comment