openapi: '3.0.2' | |
info: | |
title: API Title | |
version: '1.0' | |
servers: | |
- url: https://api.server.test/api | |
paths: | |
/consume/qrcode/init: | |
$ref: consumeapi.yaml#/components/paths/qrcodePayInit | |
/consume/qrcode/confirm: | |
$ref: consumeapi.yaml#/components/paths/qrcodePayConfirm | |
/consume/qrcode/query/{refno}: | |
$ref: consumeapi.yaml#/components/paths/qrcodePayQuery |