正在显示
3 个修改的文件
包含
34 行增加
和
0 行删除
| @@ -19,6 +19,9 @@ metadata: | @@ -19,6 +19,9 @@ metadata: | ||
| 19 | - method: searchCooperationContract | 19 | - method: searchCooperationContract |
| 20 | route: | 20 | route: |
| 21 | post: /search | 21 | post: /search |
| 22 | + - method: searchCooperationContractByUndertaker | ||
| 23 | + route: | ||
| 24 | + post: /search-by-undertaker | ||
| 22 | - method: listCooperationContract | 25 | - method: listCooperationContract |
| 23 | route: | 26 | route: |
| 24 | get: / | 27 | get: / |
| 1 | +version: v1 | ||
| 2 | +kind: HttpApi | ||
| 3 | +metadata: | ||
| 4 | + service: creditAccount | ||
| 5 | + path: /credit-accounts | ||
| 6 | + endpoints: | ||
| 7 | + - method: createCreditAccount | ||
| 8 | + route: | ||
| 9 | + post: / | ||
| 10 | + - method: updateCreditAccount | ||
| 11 | + route: | ||
| 12 | + put: /{creditAccountId} | ||
| 13 | + - method: getCreditAccount | ||
| 14 | + route: | ||
| 15 | + get: /{creditAccountId} | ||
| 16 | + - method: removeCreditAccount | ||
| 17 | + route: | ||
| 18 | + delete: /{creditAccountId} | ||
| 19 | + - method: searchCreditAccount | ||
| 20 | + route: | ||
| 21 | + post: /search | ||
| 22 | + - method: payCreditAccount | ||
| 23 | + route: | ||
| 24 | + post: /pay | ||
| 25 | + - method: listCreditAccount | ||
| 26 | + route: | ||
| 27 | + get: / | ||
| 28 | + params: | ||
| 29 | + - name: offset | ||
| 30 | + - name: limit |
| @@ -11,6 +11,7 @@ metadata: | @@ -11,6 +11,7 @@ metadata: | ||
| 11 | - ref: creditAccountOrderNum | 11 | - ref: creditAccountOrderNum |
| 12 | required: true | 12 | required: true |
| 13 | - ref: paymentStatus | 13 | - ref: paymentStatus |
| 14 | + description: 账期结算支付状态,1待支付,2已支付 | ||
| 14 | required: true | 15 | required: true |
| 15 | - ref: paymentTime | 16 | - ref: paymentTime |
| 16 | required: true | 17 | required: true |
-
请 注册 或 登录 后发表评论