mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 09:35:22 +00:00
BJ-613 Alipay and Wechat. QR code user interaction
This commit is contained in:
parent
cb16c797dc
commit
b2cf429c09
@ -1,4 +1,6 @@
|
||||
description: Провайдер терминальной сети
|
||||
type: string
|
||||
enum:
|
||||
- euroset
|
||||
- euroset
|
||||
- wechat
|
||||
- alipay
|
||||
|
11
spec/definitions/QrCodeShowRequest.yaml
Normal file
11
spec/definitions/QrCodeShowRequest.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
type: object
|
||||
allOf:
|
||||
- $ref: '#/definitions/UserInteraction'
|
||||
- type: object
|
||||
required:
|
||||
- qrCode
|
||||
properties:
|
||||
qrCode:
|
||||
description: Содержимое QR-кода, записанное в виде потока байт
|
||||
type: string
|
||||
format: binary
|
Loading…
Reference in New Issue
Block a user