blob: 6a617afc365f098b2be2e8791b06e6135ab50268 [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
Tang Cheng3b2c8202020-03-17 08:45:40 +080014 /consume/refund:
15 $ref: consumeapi.yaml#/components/paths/refund
sijun.li925a8342020-03-20 17:38:41 +080016 /consume/refund/query/{refno}:
Tang Cheng3b2c8202020-03-17 08:45:40 +080017 $ref: consumeapi.yaml#/components/paths/refundQuery
Tang Chengc1b76582020-03-20 15:44:40 +080018 /account/query:
19 $ref: accountapi.yaml#/components/paths/accountQuery
Tang Chengd500f8b2020-03-24 11:33:30 +080020 /account/pay:
Tang Chengc1b76582020-03-20 15:44:40 +080021 $ref: accountapi.yaml#/components/paths/accountPay
Tang Chengd500f8b2020-03-24 11:33:30 +080022 /account/subaccPay:
23 $ref: accountapi.yaml#/components/paths/subaccPay
Tang Chengc1b76582020-03-20 15:44:40 +080024 /account/preAuthorizedDebit:
25 $ref: accountapi.yaml#/components/paths/accountPreAuthorizedDebit
26 /account/preAuthorizedSettle:
27 $ref: accountapi.yaml#/components/paths/accountPreAuthorizedSettle
Tang Chengd500f8b2020-03-24 11:33:30 +080028 /account/subaccountMetadata:
29 $ref: accountapi.yaml#/components/paths/querySubAccountMetadata