cooperationContract.yaml 491 字节
version: v1
kind: HttpApi
metadata:
  service: cooperationContract
  path: /v1/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