@antchain/riskplus 1.26.5 → 1.26.6

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
@@ -651,6 +651,35 @@ export declare class RiskLabelInfo extends $tea.Model {
651
651
  [key: string]: any;
652
652
  });
653
653
  }
654
+ export declare class SubMerchantOrder extends $tea.Model {
655
+ appPreAuth?: string;
656
+ applyTime: string;
657
+ applyType: string;
658
+ cardAliasNo?: string;
659
+ externalId: string;
660
+ facePreAuth?: string;
661
+ fkAudit?: string;
662
+ fkAuditMemo?: string;
663
+ isFaceLimit?: string;
664
+ kzAudit?: string;
665
+ kzAuditMemo?: string;
666
+ merchantName?: string;
667
+ orderId: string;
668
+ reason?: string;
669
+ safeBindingLogonId?: string;
670
+ smid?: string;
671
+ status: string;
672
+ subConfirm?: string;
673
+ static names(): {
674
+ [key: string]: string;
675
+ };
676
+ static types(): {
677
+ [key: string]: any;
678
+ };
679
+ constructor(map?: {
680
+ [key: string]: any;
681
+ });
682
+ }
654
683
  export declare class RtopCompanyFeedback extends $tea.Model {
655
684
  id: number;
656
685
  companyId: string;
@@ -1711,12 +1740,16 @@ export declare class DefinInnerChannelNotifyResult extends $tea.Model {
1711
1740
  }
1712
1741
  export declare class StoreInfo extends $tea.Model {
1713
1742
  storeBrand: string;
1743
+ trafficPlatform?: string;
1714
1744
  storeId: string;
1715
1745
  storeName: string;
1716
1746
  usci: string;
1717
1747
  province: string;
1748
+ provinceCode?: string;
1718
1749
  city: string;
1750
+ cityCode?: string;
1719
1751
  district: string;
1752
+ districtCode?: string;
1720
1753
  address: string;
1721
1754
  storeStartDate: string;
1722
1755
  storeEndDate: string;
@@ -1736,6 +1769,9 @@ export declare class StoreInfo extends $tea.Model {
1736
1769
  payeeBankName?: string;
1737
1770
  loginTenant?: string;
1738
1771
  loginDate?: string;
1772
+ alipayLogonId?: string;
1773
+ infoSourceOpenId?: string;
1774
+ bindingAlipayLogonId?: string;
1739
1775
  static names(): {
1740
1776
  [key: string]: string;
1741
1777
  };
@@ -5149,6 +5185,136 @@ export declare class QueryDubbridgeInstallmentTrialResponse extends $tea.Model {
5149
5185
  [key: string]: any;
5150
5186
  });
5151
5187
  }
5188
+ export declare class UploadDubbridgeAlipayImageRequest extends $tea.Model {
5189
+ authToken?: string;
5190
+ productInstanceId?: string;
5191
+ orderNo: string;
5192
+ storeId: string;
5193
+ trafficPlatform: string;
5194
+ imageCategory: string;
5195
+ imageContent?: string;
5196
+ imagePath?: string;
5197
+ imageType: string;
5198
+ static names(): {
5199
+ [key: string]: string;
5200
+ };
5201
+ static types(): {
5202
+ [key: string]: any;
5203
+ };
5204
+ constructor(map?: {
5205
+ [key: string]: any;
5206
+ });
5207
+ }
5208
+ export declare class UploadDubbridgeAlipayImageResponse extends $tea.Model {
5209
+ reqMsgId?: string;
5210
+ resultCode?: string;
5211
+ resultMsg?: string;
5212
+ imageId?: string;
5213
+ static names(): {
5214
+ [key: string]: string;
5215
+ };
5216
+ static types(): {
5217
+ [key: string]: any;
5218
+ };
5219
+ constructor(map?: {
5220
+ [key: string]: any;
5221
+ });
5222
+ }
5223
+ export declare class CreateDubbridgeAlipayMerchantRequest extends $tea.Model {
5224
+ authToken?: string;
5225
+ productInstanceId?: string;
5226
+ orderNo: string;
5227
+ storeInfo: StoreInfo;
5228
+ static names(): {
5229
+ [key: string]: string;
5230
+ };
5231
+ static types(): {
5232
+ [key: string]: any;
5233
+ };
5234
+ constructor(map?: {
5235
+ [key: string]: any;
5236
+ });
5237
+ }
5238
+ export declare class CreateDubbridgeAlipayMerchantResponse extends $tea.Model {
5239
+ reqMsgId?: string;
5240
+ resultCode?: string;
5241
+ resultMsg?: string;
5242
+ orderId?: string;
5243
+ static names(): {
5244
+ [key: string]: string;
5245
+ };
5246
+ static types(): {
5247
+ [key: string]: any;
5248
+ };
5249
+ constructor(map?: {
5250
+ [key: string]: any;
5251
+ });
5252
+ }
5253
+ export declare class QueryDubbridgeAlipayMerchantRequest extends $tea.Model {
5254
+ authToken?: string;
5255
+ productInstanceId?: string;
5256
+ orderNo: string;
5257
+ storeId: string;
5258
+ orderId: string;
5259
+ static names(): {
5260
+ [key: string]: string;
5261
+ };
5262
+ static types(): {
5263
+ [key: string]: any;
5264
+ };
5265
+ constructor(map?: {
5266
+ [key: string]: any;
5267
+ });
5268
+ }
5269
+ export declare class QueryDubbridgeAlipayMerchantResponse extends $tea.Model {
5270
+ reqMsgId?: string;
5271
+ resultCode?: string;
5272
+ resultMsg?: string;
5273
+ subMerchantOrder?: SubMerchantOrder;
5274
+ static names(): {
5275
+ [key: string]: string;
5276
+ };
5277
+ static types(): {
5278
+ [key: string]: any;
5279
+ };
5280
+ constructor(map?: {
5281
+ [key: string]: any;
5282
+ });
5283
+ }
5284
+ export declare class CreateDubbridgeAlipayTradeRequest extends $tea.Model {
5285
+ authToken?: string;
5286
+ productInstanceId?: string;
5287
+ orderNo: string;
5288
+ storeId: string;
5289
+ vehicleInfo: VehicleInfo;
5290
+ timeExpire?: string;
5291
+ timeoutExpress?: string;
5292
+ static names(): {
5293
+ [key: string]: string;
5294
+ };
5295
+ static types(): {
5296
+ [key: string]: any;
5297
+ };
5298
+ constructor(map?: {
5299
+ [key: string]: any;
5300
+ });
5301
+ }
5302
+ export declare class CreateDubbridgeAlipayTradeResponse extends $tea.Model {
5303
+ reqMsgId?: string;
5304
+ resultCode?: string;
5305
+ resultMsg?: string;
5306
+ bizOrderNo?: string;
5307
+ qrCode?: string;
5308
+ static names(): {
5309
+ [key: string]: string;
5310
+ };
5311
+ static types(): {
5312
+ [key: string]: any;
5313
+ };
5314
+ constructor(map?: {
5315
+ [key: string]: any;
5316
+ });
5317
+ }
5152
5318
  export declare class VerifyFinserviceZhimaIdentifyRequest extends $tea.Model {
5153
5319
  authToken?: string;
5154
5320
  productInstanceId?: string;
@@ -11434,6 +11600,54 @@ export default class Client {
11434
11600
  queryDubbridgeInstallmentTrialEx(request: QueryDubbridgeInstallmentTrialRequest, headers: {
11435
11601
  [key: string]: string;
11436
11602
  }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeInstallmentTrialResponse>;
11603
+ /**
11604
+ * Description: 天枢系统二级商户入驻图片上传-分期付
11605
+ * Summary: 天枢系统二级商户入驻图片上传-分期付
11606
+ */
11607
+ uploadDubbridgeAlipayImage(request: UploadDubbridgeAlipayImageRequest): Promise<UploadDubbridgeAlipayImageResponse>;
11608
+ /**
11609
+ * Description: 天枢系统二级商户入驻图片上传-分期付
11610
+ * Summary: 天枢系统二级商户入驻图片上传-分期付
11611
+ */
11612
+ uploadDubbridgeAlipayImageEx(request: UploadDubbridgeAlipayImageRequest, headers: {
11613
+ [key: string]: string;
11614
+ }, runtime: $Util.RuntimeOptions): Promise<UploadDubbridgeAlipayImageResponse>;
11615
+ /**
11616
+ * Description: 天枢系统二级商户入驻-分期付
11617
+ * Summary: 天枢系统二级商户入驻-分期付
11618
+ */
11619
+ createDubbridgeAlipayMerchant(request: CreateDubbridgeAlipayMerchantRequest): Promise<CreateDubbridgeAlipayMerchantResponse>;
11620
+ /**
11621
+ * Description: 天枢系统二级商户入驻-分期付
11622
+ * Summary: 天枢系统二级商户入驻-分期付
11623
+ */
11624
+ createDubbridgeAlipayMerchantEx(request: CreateDubbridgeAlipayMerchantRequest, headers: {
11625
+ [key: string]: string;
11626
+ }, runtime: $Util.RuntimeOptions): Promise<CreateDubbridgeAlipayMerchantResponse>;
11627
+ /**
11628
+ * Description: 天枢系统二级商户入驻结果查询-分期付
11629
+ * Summary: 天枢系统二级商户入驻结果查询-分期付
11630
+ */
11631
+ queryDubbridgeAlipayMerchant(request: QueryDubbridgeAlipayMerchantRequest): Promise<QueryDubbridgeAlipayMerchantResponse>;
11632
+ /**
11633
+ * Description: 天枢系统二级商户入驻结果查询-分期付
11634
+ * Summary: 天枢系统二级商户入驻结果查询-分期付
11635
+ */
11636
+ queryDubbridgeAlipayMerchantEx(request: QueryDubbridgeAlipayMerchantRequest, headers: {
11637
+ [key: string]: string;
11638
+ }, runtime: $Util.RuntimeOptions): Promise<QueryDubbridgeAlipayMerchantResponse>;
11639
+ /**
11640
+ * Description: 天枢系统二级商户支付宝订单码创建-分期付
11641
+ * Summary: 天枢系统二级商户支付宝订单码创建-分期付
11642
+ */
11643
+ createDubbridgeAlipayTrade(request: CreateDubbridgeAlipayTradeRequest): Promise<CreateDubbridgeAlipayTradeResponse>;
11644
+ /**
11645
+ * Description: 天枢系统二级商户支付宝订单码创建-分期付
11646
+ * Summary: 天枢系统二级商户支付宝订单码创建-分期付
11647
+ */
11648
+ createDubbridgeAlipayTradeEx(request: CreateDubbridgeAlipayTradeRequest, headers: {
11649
+ [key: string]: string;
11650
+ }, runtime: $Util.RuntimeOptions): Promise<CreateDubbridgeAlipayTradeResponse>;
11437
11651
  /**
11438
11652
  * Description: 四要素认证首先调用此接口
11439
11653
  * Summary: 芝麻四要素接口