正在显示
8 个修改的文件
包含
23 行增加
和
12 行删除
| @@ -22,6 +22,9 @@ metadata: | @@ -22,6 +22,9 @@ metadata: | ||
| 22 | - method: searchCooperationProject | 22 | - method: searchCooperationProject |
| 23 | route: | 23 | route: |
| 24 | post: /search | 24 | post: /search |
| 25 | + - method: checkUndertaker | ||
| 26 | + route: | ||
| 27 | + post: /check | ||
| 25 | - method: listCooperationProject | 28 | - method: listCooperationProject |
| 26 | route: | 29 | route: |
| 27 | get: / | 30 | get: / |
| 1 | +version: v1 | ||
| 2 | +kind: Method | ||
| 3 | +metadata: | ||
| 4 | + name: checkUndertaker | ||
| 5 | + type: query | ||
| 6 | + description: 判断当前勾选的承接对象是否存在用户 | ||
| 7 | + payload: | ||
| 8 | + - ref: cooperationProjectUndertakerType | ||
| 9 | + required: true | ||
| 10 | + - ref: cooperationProjectId | ||
| 11 | + required: true | ||
| 12 | + result: | ||
| 13 | + - name: cooperationProject | ||
| 14 | + type: | ||
| 15 | + schema: cooperationProject | ||
| 16 | + required: true |
-
请 注册 或 登录 后发表评论