正在显示
6 个修改的文件
包含
6 行增加
和
16 行删除
@@ -13,11 +13,11 @@ metadata: | @@ -13,11 +13,11 @@ metadata: | ||
13 | - name: phoneAuth | 13 | - name: phoneAuth |
14 | description: 手机认证 | 14 | description: 手机认证 |
15 | type: | 15 | type: |
16 | - schemal: phoneAuth | 16 | + schema: phoneAuth |
17 | - name: im | 17 | - name: im |
18 | description: IM信息 | 18 | description: IM信息 |
19 | type: | 19 | type: |
20 | - schemal: im | 20 | + schema: im |
21 | - name: relatedUsers | 21 | - name: relatedUsers |
22 | description: 关联的用户 (冗余) | 22 | description: 关联的用户 (冗余) |
23 | type: | 23 | type: |
@@ -5,14 +5,8 @@ metadata: | @@ -5,14 +5,8 @@ metadata: | ||
5 | type: command | 5 | type: command |
6 | description: 创建 | 6 | description: 创建 |
7 | payload: | 7 | payload: |
8 | - - name: name | ||
9 | - description: 用户信息 | ||
10 | - type: | ||
11 | - primitive: string | ||
12 | - - name: phoneAuth | ||
13 | - description: 手机认证 | ||
14 | - type: | ||
15 | - schemal: phoneAuth | 8 | + - ref: usersBaseId |
9 | + required: true | ||
16 | result: | 10 | result: |
17 | - name: usersBase | 11 | - name: usersBase |
18 | type: | 12 | type: |
-
请 注册 或 登录 后发表评论