Merge branch 'master' of http://gitlab.fjmaimaimai.com/allied-creation/document
正在显示
100 个修改的文件
包含
120 行增加
和
26 行删除
不能预览此文件类型
allied-creation-cooperation/.DS_Store
0 → 100644
不能预览此文件类型
1 | +version: v1 | ||
2 | +kind: HttpApi | ||
3 | +metadata: | ||
4 | + service: cooperationMode | ||
5 | + path: /cooperation-modes | ||
6 | + endpoints: | ||
7 | + - method: createCooperationMode | ||
8 | + route: | ||
9 | + post: / | ||
10 | + - method: updateCooperationMode | ||
11 | + route: | ||
12 | + put: /{cooperationModeId} | ||
13 | + - method: getCooperationMode | ||
14 | + route: | ||
15 | + get: /{cooperationModeId} | ||
16 | + - method: removeCooperationMode | ||
17 | + route: | ||
18 | + delete: /{cooperationModeId} | ||
19 | + - method: listCooperationMode | ||
20 | + route: | ||
21 | + get: / | ||
22 | + params: | ||
23 | + - name: offset | ||
24 | + - name: limit |
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
不能预览此文件类型
1 | version: v1 | 1 | version: v1 |
2 | kind: Attribute | 2 | kind: Attribute |
3 | metadata: | 3 | metadata: |
4 | - name: creationProjectUndertakerType | ||
5 | - description: 共创项目承接对象,1员工,2共创用户 | 4 | + name: cooperationProjectUndertakerType |
5 | + description: 共创项目承接对象,1员工,2共创用户,3公开 | ||
6 | type: | 6 | type: |
7 | primitive: int32 | 7 | primitive: int32 |
1 | version: v1 | 1 | version: v1 |
2 | kind: Project | 2 | kind: Project |
3 | metadata: | 3 | metadata: |
4 | - name: allied-creation-cochron | 4 | + name: allied-creation-cooperation |
5 | description: 天联共创 | 5 | description: 天联共创 |
6 | version: 1.0.0 | 6 | version: 1.0.0 |
7 | - repository: gitlab.fjmaimaimai.com/allied-creation/allied-creation-cochron | 7 | + repository: gitlab.fjmaimaimai.com/allied-creation/allied-creation-cooperation |
8 | contact: | 8 | contact: |
9 | name: 陈志颖 | 9 | name: 陈志颖 |
10 | email: steve.d.chan@qq.com | 10 | email: steve.d.chan@qq.com |
-
请 注册 或 登录 后发表评论