正在显示
4 个修改的文件
包含
4 行增加
和
4 行删除
@@ -44,6 +44,6 @@ metadata: | @@ -44,6 +44,6 @@ metadata: | ||
44 | - method: batchResetPassword | 44 | - method: batchResetPassword |
45 | route: | 45 | route: |
46 | post: /batch-reset-password | 46 | post: /batch-reset-password |
47 | - - method: phoneAuth | 47 | + - method: updateUsersPhoneAuth |
48 | route: | 48 | route: |
49 | put: /{usersId}/phone-auth | 49 | put: /{usersId}/phone-auth |
@@ -5,7 +5,7 @@ metadata: | @@ -5,7 +5,7 @@ metadata: | ||
5 | type: query | 5 | type: query |
6 | description: 返回用户有权限的菜单 | 6 | description: 返回用户有权限的菜单 |
7 | payload: | 7 | payload: |
8 | - - ref: userId | 8 | + - ref: usersId |
9 | required: true | 9 | required: true |
10 | - name: menuCategory | 10 | - name: menuCategory |
11 | description: 菜单类别 web app | 11 | description: 菜单类别 web app |
-
请 注册 或 登录 后发表评论