@antchain/realperson 1.13.2 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/client.d.ts CHANGED
@@ -314,6 +314,7 @@ export declare class CheckIndividualidFourmetaRequest extends $tea.Model {
314
314
  mobile: string;
315
315
  bankCard: string;
316
316
  externParam?: string;
317
+ certType?: string;
317
318
  static names(): {
318
319
  [key: string]: string;
319
320
  };
@@ -782,6 +783,7 @@ export declare class CheckThreemetaBankcardRequest extends $tea.Model {
782
783
  certNo: string;
783
784
  bankCard: string;
784
785
  externParam?: string;
786
+ certType?: string;
785
787
  static names(): {
786
788
  [key: string]: string;
787
789
  };
@@ -984,6 +986,179 @@ export declare class QueryEducationInfoResponse extends $tea.Model {
984
986
  [key: string]: any;
985
987
  });
986
988
  }
989
+ export declare class QueryDemoInfoRequest extends $tea.Model {
990
+ authToken?: string;
991
+ productInstanceId?: string;
992
+ token: string;
993
+ static names(): {
994
+ [key: string]: string;
995
+ };
996
+ static types(): {
997
+ [key: string]: any;
998
+ };
999
+ constructor(map?: {
1000
+ [key: string]: any;
1001
+ });
1002
+ }
1003
+ export declare class QueryDemoInfoResponse extends $tea.Model {
1004
+ reqMsgId?: string;
1005
+ resultCode?: string;
1006
+ resultMsg?: string;
1007
+ record?: string;
1008
+ static names(): {
1009
+ [key: string]: string;
1010
+ };
1011
+ static types(): {
1012
+ [key: string]: any;
1013
+ };
1014
+ constructor(map?: {
1015
+ [key: string]: any;
1016
+ });
1017
+ }
1018
+ export declare class CheckBankcardTwometaRequest extends $tea.Model {
1019
+ authToken?: string;
1020
+ productInstanceId?: string;
1021
+ outerOrderNo: string;
1022
+ metaMode: string;
1023
+ certType?: string;
1024
+ bankCard: string;
1025
+ mobile?: string;
1026
+ certName?: string;
1027
+ certNo?: string;
1028
+ externParam?: string;
1029
+ static names(): {
1030
+ [key: string]: string;
1031
+ };
1032
+ static types(): {
1033
+ [key: string]: any;
1034
+ };
1035
+ constructor(map?: {
1036
+ [key: string]: any;
1037
+ });
1038
+ }
1039
+ export declare class CheckBankcardTwometaResponse extends $tea.Model {
1040
+ reqMsgId?: string;
1041
+ resultCode?: string;
1042
+ resultMsg?: string;
1043
+ externInfo?: string;
1044
+ static names(): {
1045
+ [key: string]: string;
1046
+ };
1047
+ static types(): {
1048
+ [key: string]: any;
1049
+ };
1050
+ constructor(map?: {
1051
+ [key: string]: any;
1052
+ });
1053
+ }
1054
+ export declare class CheckCarrierTwometaRequest extends $tea.Model {
1055
+ authToken?: string;
1056
+ productInstanceId?: string;
1057
+ outerOrderNo: string;
1058
+ metaMode: string;
1059
+ mobile: string;
1060
+ certName?: string;
1061
+ certNo?: string;
1062
+ carrier?: string;
1063
+ externParam: string;
1064
+ static names(): {
1065
+ [key: string]: string;
1066
+ };
1067
+ static types(): {
1068
+ [key: string]: any;
1069
+ };
1070
+ constructor(map?: {
1071
+ [key: string]: any;
1072
+ });
1073
+ }
1074
+ export declare class CheckCarrierTwometaResponse extends $tea.Model {
1075
+ reqMsgId?: string;
1076
+ resultCode?: string;
1077
+ resultMsg?: string;
1078
+ externInfo?: string;
1079
+ static names(): {
1080
+ [key: string]: string;
1081
+ };
1082
+ static types(): {
1083
+ [key: string]: any;
1084
+ };
1085
+ constructor(map?: {
1086
+ [key: string]: any;
1087
+ });
1088
+ }
1089
+ export declare class CreateNfcServerRequest extends $tea.Model {
1090
+ authToken?: string;
1091
+ productInstanceId?: string;
1092
+ certType: string;
1093
+ certNo?: string;
1094
+ certName?: string;
1095
+ birthday?: string;
1096
+ validateDate?: string;
1097
+ mode?: string;
1098
+ externParam?: string;
1099
+ metaInfo: string;
1100
+ outerOrderNo: string;
1101
+ sceneId: string;
1102
+ userId?: string;
1103
+ static names(): {
1104
+ [key: string]: string;
1105
+ };
1106
+ static types(): {
1107
+ [key: string]: any;
1108
+ };
1109
+ constructor(map?: {
1110
+ [key: string]: any;
1111
+ });
1112
+ }
1113
+ export declare class CreateNfcServerResponse extends $tea.Model {
1114
+ reqMsgId?: string;
1115
+ resultCode?: string;
1116
+ resultMsg?: string;
1117
+ certifyId?: string;
1118
+ static names(): {
1119
+ [key: string]: string;
1120
+ };
1121
+ static types(): {
1122
+ [key: string]: any;
1123
+ };
1124
+ constructor(map?: {
1125
+ [key: string]: any;
1126
+ });
1127
+ }
1128
+ export declare class QueryNfcServerRequest extends $tea.Model {
1129
+ authToken?: string;
1130
+ productInstanceId?: string;
1131
+ certifyId: string;
1132
+ externParam?: string;
1133
+ outerOrderNo: string;
1134
+ sceneId: string;
1135
+ static names(): {
1136
+ [key: string]: string;
1137
+ };
1138
+ static types(): {
1139
+ [key: string]: any;
1140
+ };
1141
+ constructor(map?: {
1142
+ [key: string]: any;
1143
+ });
1144
+ }
1145
+ export declare class QueryNfcServerResponse extends $tea.Model {
1146
+ reqMsgId?: string;
1147
+ resultCode?: string;
1148
+ resultMsg?: string;
1149
+ passed?: string;
1150
+ reason?: string;
1151
+ materialInfo?: string;
1152
+ static names(): {
1153
+ [key: string]: string;
1154
+ };
1155
+ static types(): {
1156
+ [key: string]: any;
1157
+ };
1158
+ constructor(map?: {
1159
+ [key: string]: any;
1160
+ });
1161
+ }
987
1162
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
988
1163
  authToken?: string;
989
1164
  apiCode: string;
@@ -1362,6 +1537,66 @@ export default class Client {
1362
1537
  queryEducationInfoEx(request: QueryEducationInfoRequest, headers: {
1363
1538
  [key: string]: string;
1364
1539
  }, runtime: $Util.RuntimeOptions): Promise<QueryEducationInfoResponse>;
1540
+ /**
1541
+ * Description: demo用记录查询
1542
+ * Summary: demo用记录查询
1543
+ */
1544
+ queryDemoInfo(request: QueryDemoInfoRequest): Promise<QueryDemoInfoResponse>;
1545
+ /**
1546
+ * Description: demo用记录查询
1547
+ * Summary: demo用记录查询
1548
+ */
1549
+ queryDemoInfoEx(request: QueryDemoInfoRequest, headers: {
1550
+ [key: string]: string;
1551
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDemoInfoResponse>;
1552
+ /**
1553
+ * Description: 个人银行卡二要素
1554
+ * Summary: 个人银行卡二要素
1555
+ */
1556
+ checkBankcardTwometa(request: CheckBankcardTwometaRequest): Promise<CheckBankcardTwometaResponse>;
1557
+ /**
1558
+ * Description: 个人银行卡二要素
1559
+ * Summary: 个人银行卡二要素
1560
+ */
1561
+ checkBankcardTwometaEx(request: CheckBankcardTwometaRequest, headers: {
1562
+ [key: string]: string;
1563
+ }, runtime: $Util.RuntimeOptions): Promise<CheckBankcardTwometaResponse>;
1564
+ /**
1565
+ * Description: 个人运营商二要素
1566
+ * Summary: 个人运营商二要素
1567
+ */
1568
+ checkCarrierTwometa(request: CheckCarrierTwometaRequest): Promise<CheckCarrierTwometaResponse>;
1569
+ /**
1570
+ * Description: 个人运营商二要素
1571
+ * Summary: 个人运营商二要素
1572
+ */
1573
+ checkCarrierTwometaEx(request: CheckCarrierTwometaRequest, headers: {
1574
+ [key: string]: string;
1575
+ }, runtime: $Util.RuntimeOptions): Promise<CheckCarrierTwometaResponse>;
1576
+ /**
1577
+ * Description: NFC实证
1578
+ * Summary: NFC实证
1579
+ */
1580
+ createNfcServer(request: CreateNfcServerRequest): Promise<CreateNfcServerResponse>;
1581
+ /**
1582
+ * Description: NFC实证
1583
+ * Summary: NFC实证
1584
+ */
1585
+ createNfcServerEx(request: CreateNfcServerRequest, headers: {
1586
+ [key: string]: string;
1587
+ }, runtime: $Util.RuntimeOptions): Promise<CreateNfcServerResponse>;
1588
+ /**
1589
+ * Description: NFC实证
1590
+ * Summary: NFC实证
1591
+ */
1592
+ queryNfcServer(request: QueryNfcServerRequest): Promise<QueryNfcServerResponse>;
1593
+ /**
1594
+ * Description: NFC实证
1595
+ * Summary: NFC实证
1596
+ */
1597
+ queryNfcServerEx(request: QueryNfcServerRequest, headers: {
1598
+ [key: string]: string;
1599
+ }, runtime: $Util.RuntimeOptions): Promise<QueryNfcServerResponse>;
1365
1600
  /**
1366
1601
  * Description: 创建HTTP PUT提交的文件上传
1367
1602
  * Summary: 文件上传创建
package/dist/client.js CHANGED
@@ -507,6 +507,7 @@ class CheckIndividualidFourmetaRequest extends $tea.Model {
507
507
  mobile: 'mobile',
508
508
  bankCard: 'bank_card',
509
509
  externParam: 'extern_param',
510
+ certType: 'cert_type',
510
511
  };
511
512
  }
512
513
  static types() {
@@ -519,6 +520,7 @@ class CheckIndividualidFourmetaRequest extends $tea.Model {
519
520
  mobile: 'string',
520
521
  bankCard: 'string',
521
522
  externParam: 'string',
523
+ certType: 'string',
522
524
  };
523
525
  }
524
526
  }
@@ -1236,6 +1238,7 @@ class CheckThreemetaBankcardRequest extends $tea.Model {
1236
1238
  certNo: 'cert_no',
1237
1239
  bankCard: 'bank_card',
1238
1240
  externParam: 'extern_param',
1241
+ certType: 'cert_type',
1239
1242
  };
1240
1243
  }
1241
1244
  static types() {
@@ -1247,6 +1250,7 @@ class CheckThreemetaBankcardRequest extends $tea.Model {
1247
1250
  certNo: 'string',
1248
1251
  bankCard: 'string',
1249
1252
  externParam: 'string',
1253
+ certType: 'string',
1250
1254
  };
1251
1255
  }
1252
1256
  }
@@ -1547,6 +1551,272 @@ class QueryEducationInfoResponse extends $tea.Model {
1547
1551
  }
1548
1552
  }
1549
1553
  exports.QueryEducationInfoResponse = QueryEducationInfoResponse;
1554
+ class QueryDemoInfoRequest extends $tea.Model {
1555
+ constructor(map) {
1556
+ super(map);
1557
+ }
1558
+ static names() {
1559
+ return {
1560
+ authToken: 'auth_token',
1561
+ productInstanceId: 'product_instance_id',
1562
+ token: 'token',
1563
+ };
1564
+ }
1565
+ static types() {
1566
+ return {
1567
+ authToken: 'string',
1568
+ productInstanceId: 'string',
1569
+ token: 'string',
1570
+ };
1571
+ }
1572
+ }
1573
+ exports.QueryDemoInfoRequest = QueryDemoInfoRequest;
1574
+ class QueryDemoInfoResponse extends $tea.Model {
1575
+ constructor(map) {
1576
+ super(map);
1577
+ }
1578
+ static names() {
1579
+ return {
1580
+ reqMsgId: 'req_msg_id',
1581
+ resultCode: 'result_code',
1582
+ resultMsg: 'result_msg',
1583
+ record: 'record',
1584
+ };
1585
+ }
1586
+ static types() {
1587
+ return {
1588
+ reqMsgId: 'string',
1589
+ resultCode: 'string',
1590
+ resultMsg: 'string',
1591
+ record: 'string',
1592
+ };
1593
+ }
1594
+ }
1595
+ exports.QueryDemoInfoResponse = QueryDemoInfoResponse;
1596
+ class CheckBankcardTwometaRequest extends $tea.Model {
1597
+ constructor(map) {
1598
+ super(map);
1599
+ }
1600
+ static names() {
1601
+ return {
1602
+ authToken: 'auth_token',
1603
+ productInstanceId: 'product_instance_id',
1604
+ outerOrderNo: 'outer_order_no',
1605
+ metaMode: 'meta_mode',
1606
+ certType: 'cert_type',
1607
+ bankCard: 'bank_card',
1608
+ mobile: 'mobile',
1609
+ certName: 'cert_name',
1610
+ certNo: 'cert_no',
1611
+ externParam: 'extern_param',
1612
+ };
1613
+ }
1614
+ static types() {
1615
+ return {
1616
+ authToken: 'string',
1617
+ productInstanceId: 'string',
1618
+ outerOrderNo: 'string',
1619
+ metaMode: 'string',
1620
+ certType: 'string',
1621
+ bankCard: 'string',
1622
+ mobile: 'string',
1623
+ certName: 'string',
1624
+ certNo: 'string',
1625
+ externParam: 'string',
1626
+ };
1627
+ }
1628
+ }
1629
+ exports.CheckBankcardTwometaRequest = CheckBankcardTwometaRequest;
1630
+ class CheckBankcardTwometaResponse extends $tea.Model {
1631
+ constructor(map) {
1632
+ super(map);
1633
+ }
1634
+ static names() {
1635
+ return {
1636
+ reqMsgId: 'req_msg_id',
1637
+ resultCode: 'result_code',
1638
+ resultMsg: 'result_msg',
1639
+ externInfo: 'extern_info',
1640
+ };
1641
+ }
1642
+ static types() {
1643
+ return {
1644
+ reqMsgId: 'string',
1645
+ resultCode: 'string',
1646
+ resultMsg: 'string',
1647
+ externInfo: 'string',
1648
+ };
1649
+ }
1650
+ }
1651
+ exports.CheckBankcardTwometaResponse = CheckBankcardTwometaResponse;
1652
+ class CheckCarrierTwometaRequest extends $tea.Model {
1653
+ constructor(map) {
1654
+ super(map);
1655
+ }
1656
+ static names() {
1657
+ return {
1658
+ authToken: 'auth_token',
1659
+ productInstanceId: 'product_instance_id',
1660
+ outerOrderNo: 'outer_order_no',
1661
+ metaMode: 'meta_mode',
1662
+ mobile: 'mobile',
1663
+ certName: 'cert_name',
1664
+ certNo: 'cert_no',
1665
+ carrier: 'carrier',
1666
+ externParam: 'extern_param',
1667
+ };
1668
+ }
1669
+ static types() {
1670
+ return {
1671
+ authToken: 'string',
1672
+ productInstanceId: 'string',
1673
+ outerOrderNo: 'string',
1674
+ metaMode: 'string',
1675
+ mobile: 'string',
1676
+ certName: 'string',
1677
+ certNo: 'string',
1678
+ carrier: 'string',
1679
+ externParam: 'string',
1680
+ };
1681
+ }
1682
+ }
1683
+ exports.CheckCarrierTwometaRequest = CheckCarrierTwometaRequest;
1684
+ class CheckCarrierTwometaResponse extends $tea.Model {
1685
+ constructor(map) {
1686
+ super(map);
1687
+ }
1688
+ static names() {
1689
+ return {
1690
+ reqMsgId: 'req_msg_id',
1691
+ resultCode: 'result_code',
1692
+ resultMsg: 'result_msg',
1693
+ externInfo: 'extern_info',
1694
+ };
1695
+ }
1696
+ static types() {
1697
+ return {
1698
+ reqMsgId: 'string',
1699
+ resultCode: 'string',
1700
+ resultMsg: 'string',
1701
+ externInfo: 'string',
1702
+ };
1703
+ }
1704
+ }
1705
+ exports.CheckCarrierTwometaResponse = CheckCarrierTwometaResponse;
1706
+ class CreateNfcServerRequest extends $tea.Model {
1707
+ constructor(map) {
1708
+ super(map);
1709
+ }
1710
+ static names() {
1711
+ return {
1712
+ authToken: 'auth_token',
1713
+ productInstanceId: 'product_instance_id',
1714
+ certType: 'cert_type',
1715
+ certNo: 'cert_no',
1716
+ certName: 'cert_name',
1717
+ birthday: 'birthday',
1718
+ validateDate: 'validate_date',
1719
+ mode: 'mode',
1720
+ externParam: 'extern_param',
1721
+ metaInfo: 'meta_info',
1722
+ outerOrderNo: 'outer_order_no',
1723
+ sceneId: 'scene_id',
1724
+ userId: 'user_id',
1725
+ };
1726
+ }
1727
+ static types() {
1728
+ return {
1729
+ authToken: 'string',
1730
+ productInstanceId: 'string',
1731
+ certType: 'string',
1732
+ certNo: 'string',
1733
+ certName: 'string',
1734
+ birthday: 'string',
1735
+ validateDate: 'string',
1736
+ mode: 'string',
1737
+ externParam: 'string',
1738
+ metaInfo: 'string',
1739
+ outerOrderNo: 'string',
1740
+ sceneId: 'string',
1741
+ userId: 'string',
1742
+ };
1743
+ }
1744
+ }
1745
+ exports.CreateNfcServerRequest = CreateNfcServerRequest;
1746
+ class CreateNfcServerResponse extends $tea.Model {
1747
+ constructor(map) {
1748
+ super(map);
1749
+ }
1750
+ static names() {
1751
+ return {
1752
+ reqMsgId: 'req_msg_id',
1753
+ resultCode: 'result_code',
1754
+ resultMsg: 'result_msg',
1755
+ certifyId: 'certify_id',
1756
+ };
1757
+ }
1758
+ static types() {
1759
+ return {
1760
+ reqMsgId: 'string',
1761
+ resultCode: 'string',
1762
+ resultMsg: 'string',
1763
+ certifyId: 'string',
1764
+ };
1765
+ }
1766
+ }
1767
+ exports.CreateNfcServerResponse = CreateNfcServerResponse;
1768
+ class QueryNfcServerRequest extends $tea.Model {
1769
+ constructor(map) {
1770
+ super(map);
1771
+ }
1772
+ static names() {
1773
+ return {
1774
+ authToken: 'auth_token',
1775
+ productInstanceId: 'product_instance_id',
1776
+ certifyId: 'certify_id',
1777
+ externParam: 'extern_param',
1778
+ outerOrderNo: 'outer_order_no',
1779
+ sceneId: 'scene_id',
1780
+ };
1781
+ }
1782
+ static types() {
1783
+ return {
1784
+ authToken: 'string',
1785
+ productInstanceId: 'string',
1786
+ certifyId: 'string',
1787
+ externParam: 'string',
1788
+ outerOrderNo: 'string',
1789
+ sceneId: 'string',
1790
+ };
1791
+ }
1792
+ }
1793
+ exports.QueryNfcServerRequest = QueryNfcServerRequest;
1794
+ class QueryNfcServerResponse extends $tea.Model {
1795
+ constructor(map) {
1796
+ super(map);
1797
+ }
1798
+ static names() {
1799
+ return {
1800
+ reqMsgId: 'req_msg_id',
1801
+ resultCode: 'result_code',
1802
+ resultMsg: 'result_msg',
1803
+ passed: 'passed',
1804
+ reason: 'reason',
1805
+ materialInfo: 'material_info',
1806
+ };
1807
+ }
1808
+ static types() {
1809
+ return {
1810
+ reqMsgId: 'string',
1811
+ resultCode: 'string',
1812
+ resultMsg: 'string',
1813
+ passed: 'string',
1814
+ reason: 'string',
1815
+ materialInfo: 'string',
1816
+ };
1817
+ }
1818
+ }
1819
+ exports.QueryNfcServerResponse = QueryNfcServerResponse;
1550
1820
  class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
1551
1821
  constructor(map) {
1552
1822
  super(map);
@@ -1691,7 +1961,7 @@ class Client {
1691
1961
  req_msg_id: alipay_util_1.default.getNonce(),
1692
1962
  access_key: this._accessKeyId,
1693
1963
  base_sdk_version: "TeaSDK-2.0",
1694
- sdk_version: "1.13.2",
1964
+ sdk_version: "1.15.0",
1695
1965
  _prod_code: "REALPERSON",
1696
1966
  _prod_channel: "undefined",
1697
1967
  };
@@ -2172,6 +2442,91 @@ class Client {
2172
2442
  tea_util_1.default.validateModel(request);
2173
2443
  return $tea.cast(await this.doRequest("1.0", "di.realperson.education.info.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryEducationInfoResponse({}));
2174
2444
  }
2445
+ /**
2446
+ * Description: demo用记录查询
2447
+ * Summary: demo用记录查询
2448
+ */
2449
+ async queryDemoInfo(request) {
2450
+ let runtime = new $Util.RuntimeOptions({});
2451
+ let headers = {};
2452
+ return await this.queryDemoInfoEx(request, headers, runtime);
2453
+ }
2454
+ /**
2455
+ * Description: demo用记录查询
2456
+ * Summary: demo用记录查询
2457
+ */
2458
+ async queryDemoInfoEx(request, headers, runtime) {
2459
+ tea_util_1.default.validateModel(request);
2460
+ return $tea.cast(await this.doRequest("1.0", "di.realperson.demo.info.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryDemoInfoResponse({}));
2461
+ }
2462
+ /**
2463
+ * Description: 个人银行卡二要素
2464
+ * Summary: 个人银行卡二要素
2465
+ */
2466
+ async checkBankcardTwometa(request) {
2467
+ let runtime = new $Util.RuntimeOptions({});
2468
+ let headers = {};
2469
+ return await this.checkBankcardTwometaEx(request, headers, runtime);
2470
+ }
2471
+ /**
2472
+ * Description: 个人银行卡二要素
2473
+ * Summary: 个人银行卡二要素
2474
+ */
2475
+ async checkBankcardTwometaEx(request, headers, runtime) {
2476
+ tea_util_1.default.validateModel(request);
2477
+ return $tea.cast(await this.doRequest("1.0", "di.realperson.bankcard.twometa.check", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CheckBankcardTwometaResponse({}));
2478
+ }
2479
+ /**
2480
+ * Description: 个人运营商二要素
2481
+ * Summary: 个人运营商二要素
2482
+ */
2483
+ async checkCarrierTwometa(request) {
2484
+ let runtime = new $Util.RuntimeOptions({});
2485
+ let headers = {};
2486
+ return await this.checkCarrierTwometaEx(request, headers, runtime);
2487
+ }
2488
+ /**
2489
+ * Description: 个人运营商二要素
2490
+ * Summary: 个人运营商二要素
2491
+ */
2492
+ async checkCarrierTwometaEx(request, headers, runtime) {
2493
+ tea_util_1.default.validateModel(request);
2494
+ return $tea.cast(await this.doRequest("1.0", "di.realperson.carrier.twometa.check", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CheckCarrierTwometaResponse({}));
2495
+ }
2496
+ /**
2497
+ * Description: NFC实证
2498
+ * Summary: NFC实证
2499
+ */
2500
+ async createNfcServer(request) {
2501
+ let runtime = new $Util.RuntimeOptions({});
2502
+ let headers = {};
2503
+ return await this.createNfcServerEx(request, headers, runtime);
2504
+ }
2505
+ /**
2506
+ * Description: NFC实证
2507
+ * Summary: NFC实证
2508
+ */
2509
+ async createNfcServerEx(request, headers, runtime) {
2510
+ tea_util_1.default.validateModel(request);
2511
+ return $tea.cast(await this.doRequest("1.0", "di.realperson.nfc.server.create", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CreateNfcServerResponse({}));
2512
+ }
2513
+ /**
2514
+ * Description: NFC实证
2515
+ * Summary: NFC实证
2516
+ */
2517
+ async queryNfcServer(request) {
2518
+ let runtime = new $Util.RuntimeOptions({});
2519
+ let headers = {};
2520
+ return await this.queryNfcServerEx(request, headers, runtime);
2521
+ }
2522
+ /**
2523
+ * Description: NFC实证
2524
+ * Summary: NFC实证
2525
+ */
2526
+ async queryNfcServerEx(request, headers, runtime) {
2527
+ tea_util_1.default.validateModel(request);
2528
+ return $tea.cast(await this.doRequest("1.0", "di.realperson.nfc.server.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryNfcServerResponse({}));
2529
+ }
2175
2530
  /**
2176
2531
  * Description: 创建HTTP PUT提交的文件上传
2177
2532
  * Summary: 文件上传创建