blob: 0c8efe90a7d473340648cb66b736533e160c98fd [file] [log] [blame]
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
/consume/refund:
$ref: consumeapi.yaml#/components/paths/refund
/consume/refund/query/{billno}:
$ref: consumeapi.yaml#/components/paths/refundQuery