blob: 1b432bc90f5d9b77a9cf4729d02b07b5d149ba1a [file] [log] [blame]
Tang Chengcc4299d2020-03-12 15:55:12 +08001openapi: '3.0.2'
2info:
3 title: API Title
4 version: '1.0'
5servers:
6 - url: https://api.server.test/api
7paths:
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