service-2.yaml 354 B

123456789101112131415161718192021
  1. ---
  2. version: '2.0'
  3. metadata:
  4. apiVersion: '2018-06-01'
  5. endpointPrefix: bill
  6. jsonVersion: '1.1'
  7. serviceFullName: Bill Service
  8. signatureVersion: v4
  9. targetPrefix: bill
  10. protocol: query-json
  11. operations:
  12. GetMonthBill:
  13. http:
  14. method: GET
  15. GetPostpayDetailBill:
  16. http:
  17. method: GET
  18. GetProductCode:
  19. http:
  20. method: GET