Tang Cheng | cc4299d | 2020-03-12 15:55:12 +0800 | [diff] [blame] | 1 | openapi: '3.0.2' |
| 2 | info: |
| 3 | title: API Title |
| 4 | version: '1.0' |
| 5 | servers: |
| 6 | - url: https://api.server.test/api |
| 7 | paths: |
| 8 | /consume/qrcode/init: |
| 9 | $ref: consumeapi.yaml#/components/paths/qrcodePayInit |
| 10 | /consume/qrcode/confirm: |
| 11 | $ref: consumeapi.yaml#/components/paths/qrcodePayConfirm |
| 12 | /consume/qrcode/query/{refno}: |
| 13 | $ref: consumeapi.yaml#/components/paths/qrcodePayQuery |
Tang Cheng | 3b2c820 | 2020-03-17 08:45:40 +0800 | [diff] [blame] | 14 | /consume/refund: |
| 15 | $ref: consumeapi.yaml#/components/paths/refund |
| 16 | /consume/refund/query/{billno}: |
| 17 | $ref: consumeapi.yaml#/components/paths/refundQuery |