feat: 增加了 openapi spec
diff --git a/payapi-spec/payapi-spec.yaml b/payapi-spec/payapi-spec.yaml
new file mode 100644
index 0000000..1b432bc
--- /dev/null
+++ b/payapi-spec/payapi-spec.yaml
@@ -0,0 +1,13 @@
+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