blob: fea5324f296f67fad794f43900f39817f6cb4879 [file] [log] [blame]
Tang Chengcc4299d2020-03-12 15:55:12 +08001components:
2 headers:
3 TenantId:
4 name: X-Tenant-Id
5 in: header
6 description: 租户ID
7 required: true
8 schema:
9 type: string
10
11
12 schemas:
13 TransDate:
14 type: string
15 title: 交易日期
16 minLength: 8
17 maxLength: 8
18 pattern: '[0-9]*'
19 TransTime:
20 type: string
21 title: 交易时间
22 minLength: 6
23 maxLength: 6
24 pattern: '[0-9]*'
25 ShopAccNo:
26 type: string
27 title: 商户号
28 pattern: '[0-9]*'
29 Refno:
30 type: string
31 title: 交易号
32 minLength: 16
33 pattern: '[0-9]*'
34 QrcodeFormat:
35 type: string
36 title: Qrcode格式
37 enum:
38 - plain
39 - base64
40 - hex