cooperationContract.yaml
488 字节
version: v1
kind: HttpApi
metadata:
service: cooperationContract
path: /web/cooperation-contracts
endpoints:
- method: createCooperationContract
route:
post: /
- method: updateCooperationContract
route:
put: /{contractId}
- method: getCooperationContract
route:
get: /{contractId}
- method: listCooperationContract
route:
post: /search
- method: enableCooperationContract
route:
put: /enable