@antchain/ato 1.14.41 → 1.15.23

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
@@ -61,6 +61,19 @@ export declare class ScalperQueryOrderItem extends $tea.Model {
61
61
  [key: string]: any;
62
62
  });
63
63
  }
64
+ export declare class SingleTermDetail extends $tea.Model {
65
+ periodNum: number;
66
+ payAmount: number;
67
+ static names(): {
68
+ [key: string]: string;
69
+ };
70
+ static types(): {
71
+ [key: string]: any;
72
+ };
73
+ constructor(map?: {
74
+ [key: string]: any;
75
+ });
76
+ }
64
77
  export declare class OperationDivideTransInDetailInfo extends $tea.Model {
65
78
  transInName?: string;
66
79
  transInUserId?: string;
@@ -409,6 +422,30 @@ export declare class OperationDivideTransInModel extends $tea.Model {
409
422
  [key: string]: any;
410
423
  });
411
424
  }
425
+ export declare class MerchantBaseInfo extends $tea.Model {
426
+ tenantId?: string;
427
+ brandName?: string;
428
+ brandLogo?: string;
429
+ merchantAppLink?: string;
430
+ merchantPhone?: string;
431
+ submitTime?: string;
432
+ status?: string;
433
+ brandNameSnapshot?: string;
434
+ brandLogoSnapshot?: string;
435
+ merchantAppLinkSnapshot?: string;
436
+ merchantPhoneSnapshot?: string;
437
+ submitTimeSnapshot?: string;
438
+ refuseReasonSnapshot?: string;
439
+ static names(): {
440
+ [key: string]: string;
441
+ };
442
+ static types(): {
443
+ [key: string]: any;
444
+ };
445
+ constructor(map?: {
446
+ [key: string]: any;
447
+ });
448
+ }
412
449
  export declare class AssetPackageOrderInfo extends $tea.Model {
413
450
  orderId: string;
414
451
  status: string;
@@ -539,6 +576,20 @@ export declare class CompanyInfoUpdate extends $tea.Model {
539
576
  [key: string]: any;
540
577
  });
541
578
  }
579
+ export declare class SalesChannel extends $tea.Model {
580
+ channelCode: string;
581
+ channelName: string;
582
+ channelLevel: number;
583
+ static names(): {
584
+ [key: string]: string;
585
+ };
586
+ static types(): {
587
+ [key: string]: any;
588
+ };
589
+ constructor(map?: {
590
+ [key: string]: any;
591
+ });
592
+ }
542
593
  export declare class CompanySummaryInfo extends $tea.Model {
543
594
  merchantId?: string;
544
595
  merchantName?: string;
@@ -644,6 +695,8 @@ export declare class RiskModel extends $tea.Model {
644
695
  riskAdvice?: string;
645
696
  riskRank?: string;
646
697
  flowId: string;
698
+ mobThreeScore?: string;
699
+ fpdThirtyScore?: string;
647
700
  static names(): {
648
701
  [key: string]: string;
649
702
  };
@@ -781,6 +834,27 @@ export declare class RiskStrategy extends $tea.Model {
781
834
  [key: string]: any;
782
835
  });
783
836
  }
837
+ export declare class KnowledgeInfo extends $tea.Model {
838
+ tenantId?: string;
839
+ id?: number;
840
+ type?: string;
841
+ question?: string;
842
+ answer?: string;
843
+ hasOrder?: boolean;
844
+ hasAppLink?: boolean;
845
+ hasManual?: boolean;
846
+ status?: string;
847
+ refuseReason?: string;
848
+ static names(): {
849
+ [key: string]: string;
850
+ };
851
+ static types(): {
852
+ [key: string]: any;
853
+ };
854
+ constructor(map?: {
855
+ [key: string]: any;
856
+ });
857
+ }
784
858
  export declare class InsureOrderInfo extends $tea.Model {
785
859
  orderId?: string;
786
860
  insureId?: string;
@@ -1039,6 +1113,25 @@ export declare class FarmingQueryModel extends $tea.Model {
1039
1113
  [key: string]: any;
1040
1114
  });
1041
1115
  }
1116
+ export declare class TemplateTextAreaComponent extends $tea.Model {
1117
+ templateCode: string;
1118
+ templateVersion: string;
1119
+ componentType: string;
1120
+ componentName: string;
1121
+ required: boolean;
1122
+ line?: number;
1123
+ multiName: string;
1124
+ preElementCode: string;
1125
+ static names(): {
1126
+ [key: string]: string;
1127
+ };
1128
+ static types(): {
1129
+ [key: string]: any;
1130
+ };
1131
+ constructor(map?: {
1132
+ [key: string]: any;
1133
+ });
1134
+ }
1042
1135
  export declare class OrderProductInfo extends $tea.Model {
1043
1136
  productId?: string;
1044
1137
  productName?: string;
@@ -1077,6 +1170,21 @@ export declare class ActivePayOrder extends $tea.Model {
1077
1170
  paidAmount?: number;
1078
1171
  receiptAmount?: number;
1079
1172
  gmtPay?: string;
1173
+ gmtCreate?: string;
1174
+ multiPayDetail?: SingleTermDetail[];
1175
+ static names(): {
1176
+ [key: string]: string;
1177
+ };
1178
+ static types(): {
1179
+ [key: string]: any;
1180
+ };
1181
+ constructor(map?: {
1182
+ [key: string]: any;
1183
+ });
1184
+ }
1185
+ export declare class RejectRiskModel extends $tea.Model {
1186
+ mobThreeScore: string;
1187
+ fpdThirtyScore: string;
1080
1188
  static names(): {
1081
1189
  [key: string]: string;
1082
1190
  };
@@ -4760,6 +4868,8 @@ export declare class DetailInnerPendingeventResponse extends $tea.Model {
4760
4868
  actionOptionsConfig?: string;
4761
4869
  effectiveStartTime?: string;
4762
4870
  effectiveEndTime?: string;
4871
+ pendingTemplateCode?: string;
4872
+ operateTime?: string;
4763
4873
  static names(): {
4764
4874
  [key: string]: string;
4765
4875
  };
@@ -5181,22 +5291,10 @@ export declare class QueryInnerExpandprocessResponse extends $tea.Model {
5181
5291
  [key: string]: any;
5182
5292
  });
5183
5293
  }
5184
- export declare class CreateInsureRequest extends $tea.Model {
5294
+ export declare class QueryKnowledgeBaseinfoRequest extends $tea.Model {
5185
5295
  authToken?: string;
5186
5296
  productInstanceId?: string;
5187
- orderId: string;
5188
- riskFlowId: string;
5189
- insureCompanyType: string;
5190
- insureProductType: string;
5191
- productInfoList: InsureProductInfo[];
5192
- deliveryType: string;
5193
- contactName: string;
5194
- contactMobile: string;
5195
- facevrfFlowId?: string;
5196
- logisticsNumber?: string;
5197
- tradeTime?: string;
5198
- address?: string;
5199
- period?: number;
5297
+ tenantId: string;
5200
5298
  static names(): {
5201
5299
  [key: string]: string;
5202
5300
  };
@@ -5207,10 +5305,11 @@ export declare class CreateInsureRequest extends $tea.Model {
5207
5305
  [key: string]: any;
5208
5306
  });
5209
5307
  }
5210
- export declare class CreateInsureResponse extends $tea.Model {
5308
+ export declare class QueryKnowledgeBaseinfoResponse extends $tea.Model {
5211
5309
  reqMsgId?: string;
5212
5310
  resultCode?: string;
5213
5311
  resultMsg?: string;
5312
+ merchantBaseInfo?: MerchantBaseInfo;
5214
5313
  static names(): {
5215
5314
  [key: string]: string;
5216
5315
  };
@@ -5221,12 +5320,11 @@ export declare class CreateInsureResponse extends $tea.Model {
5221
5320
  [key: string]: any;
5222
5321
  });
5223
5322
  }
5224
- export declare class QueryInsureRequest extends $tea.Model {
5323
+ export declare class CreateKnowledgeCategoryRequest extends $tea.Model {
5225
5324
  authToken?: string;
5226
5325
  productInstanceId?: string;
5227
- orderId: string;
5228
- insureProductType: string;
5229
- insureCompanyType: string;
5326
+ tenantId: string;
5327
+ fileInfo: FileInfo;
5230
5328
  static names(): {
5231
5329
  [key: string]: string;
5232
5330
  };
@@ -5237,20 +5335,10 @@ export declare class QueryInsureRequest extends $tea.Model {
5237
5335
  [key: string]: any;
5238
5336
  });
5239
5337
  }
5240
- export declare class QueryInsureResponse extends $tea.Model {
5338
+ export declare class CreateKnowledgeCategoryResponse extends $tea.Model {
5241
5339
  reqMsgId?: string;
5242
5340
  resultCode?: string;
5243
5341
  resultMsg?: string;
5244
- orderId?: string;
5245
- insureId?: string;
5246
- status?: string;
5247
- productName?: string;
5248
- insureStartTime?: string;
5249
- insureEndTime?: string;
5250
- insureAmount?: string;
5251
- insurePremium?: string;
5252
- policyUrl?: string;
5253
- validateCode?: string;
5254
5342
  static names(): {
5255
5343
  [key: string]: string;
5256
5344
  };
@@ -5261,11 +5349,14 @@ export declare class QueryInsureResponse extends $tea.Model {
5261
5349
  [key: string]: any;
5262
5350
  });
5263
5351
  }
5264
- export declare class RetryInsurePayRequest extends $tea.Model {
5352
+ export declare class PagequeryKnowledgeCategoryRequest extends $tea.Model {
5265
5353
  authToken?: string;
5266
5354
  productInstanceId?: string;
5267
- orderId: string;
5268
- insureProductType: string;
5355
+ tenantId: string;
5356
+ type?: string;
5357
+ question?: string;
5358
+ status?: string;
5359
+ pageInfo: PageQuery;
5269
5360
  static names(): {
5270
5361
  [key: string]: string;
5271
5362
  };
@@ -5276,10 +5367,12 @@ export declare class RetryInsurePayRequest extends $tea.Model {
5276
5367
  [key: string]: any;
5277
5368
  });
5278
5369
  }
5279
- export declare class RetryInsurePayResponse extends $tea.Model {
5370
+ export declare class PagequeryKnowledgeCategoryResponse extends $tea.Model {
5280
5371
  reqMsgId?: string;
5281
5372
  resultCode?: string;
5282
5373
  resultMsg?: string;
5374
+ total?: number;
5375
+ data?: KnowledgeInfo[];
5283
5376
  static names(): {
5284
5377
  [key: string]: string;
5285
5378
  };
@@ -5290,14 +5383,16 @@ export declare class RetryInsurePayResponse extends $tea.Model {
5290
5383
  [key: string]: any;
5291
5384
  });
5292
5385
  }
5293
- export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
5386
+ export declare class AddKnowledgeCategoryRequest extends $tea.Model {
5294
5387
  authToken?: string;
5295
5388
  productInstanceId?: string;
5296
- companyInfo: CompanyInfo;
5297
- legalInfo: LegalInfo;
5298
- applicationInfo: ApplicationInfo;
5299
- expandMode: string;
5300
- subTenantId?: string;
5389
+ tenantId: string;
5390
+ type: string;
5391
+ question: string;
5392
+ answer: string;
5393
+ hasOrder?: boolean;
5394
+ hasAppLink?: boolean;
5395
+ hasManual?: boolean;
5301
5396
  static names(): {
5302
5397
  [key: string]: string;
5303
5398
  };
@@ -5308,11 +5403,10 @@ export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
5308
5403
  [key: string]: any;
5309
5404
  });
5310
5405
  }
5311
- export declare class RegisterMerchantexpandMerchantResponse extends $tea.Model {
5406
+ export declare class AddKnowledgeCategoryResponse extends $tea.Model {
5312
5407
  reqMsgId?: string;
5313
5408
  resultCode?: string;
5314
5409
  resultMsg?: string;
5315
- payExpandId?: string;
5316
5410
  static names(): {
5317
5411
  [key: string]: string;
5318
5412
  };
@@ -5323,11 +5417,11 @@ export declare class RegisterMerchantexpandMerchantResponse extends $tea.Model {
5323
5417
  [key: string]: any;
5324
5418
  });
5325
5419
  }
5326
- export declare class UploadMerchantexpandFileRequest extends $tea.Model {
5420
+ export declare class BatchdeleteKnowledgeCategoryRequest extends $tea.Model {
5327
5421
  authToken?: string;
5328
5422
  productInstanceId?: string;
5329
- fileName: string;
5330
- bizScene: string;
5423
+ tenantId: string;
5424
+ ids: number[];
5331
5425
  static names(): {
5332
5426
  [key: string]: string;
5333
5427
  };
@@ -5338,12 +5432,10 @@ export declare class UploadMerchantexpandFileRequest extends $tea.Model {
5338
5432
  [key: string]: any;
5339
5433
  });
5340
5434
  }
5341
- export declare class UploadMerchantexpandFileResponse extends $tea.Model {
5435
+ export declare class BatchdeleteKnowledgeCategoryResponse extends $tea.Model {
5342
5436
  reqMsgId?: string;
5343
5437
  resultCode?: string;
5344
5438
  resultMsg?: string;
5345
- uploadUrl?: string;
5346
- fileKey?: string;
5347
5439
  static names(): {
5348
5440
  [key: string]: string;
5349
5441
  };
@@ -5354,10 +5446,17 @@ export declare class UploadMerchantexpandFileResponse extends $tea.Model {
5354
5446
  [key: string]: any;
5355
5447
  });
5356
5448
  }
5357
- export declare class QueryMerchantexpandMerchantRequest extends $tea.Model {
5449
+ export declare class UpdateKnowledgeCategoryRequest extends $tea.Model {
5358
5450
  authToken?: string;
5359
5451
  productInstanceId?: string;
5360
- payExpandId: string;
5452
+ tenantId: string;
5453
+ id: number;
5454
+ type: string;
5455
+ question: string;
5456
+ answer: string;
5457
+ hasOrder: boolean;
5458
+ hasAppLink: boolean;
5459
+ hasManual: boolean;
5361
5460
  static names(): {
5362
5461
  [key: string]: string;
5363
5462
  };
@@ -5368,13 +5467,10 @@ export declare class QueryMerchantexpandMerchantRequest extends $tea.Model {
5368
5467
  [key: string]: any;
5369
5468
  });
5370
5469
  }
5371
- export declare class QueryMerchantexpandMerchantResponse extends $tea.Model {
5470
+ export declare class UpdateKnowledgeCategoryResponse extends $tea.Model {
5372
5471
  reqMsgId?: string;
5373
5472
  resultCode?: string;
5374
5473
  resultMsg?: string;
5375
- enrollmentStatus?: string;
5376
- failReason?: string;
5377
- pendingEventLink?: string;
5378
5474
  static names(): {
5379
5475
  [key: string]: string;
5380
5476
  };
@@ -5385,14 +5481,12 @@ export declare class QueryMerchantexpandMerchantResponse extends $tea.Model {
5385
5481
  [key: string]: any;
5386
5482
  });
5387
5483
  }
5388
- export declare class UpdateMerchantexpandMerchantRequest extends $tea.Model {
5484
+ export declare class OperateKnowledgeCategoryRequest extends $tea.Model {
5389
5485
  authToken?: string;
5390
5486
  productInstanceId?: string;
5391
- companyInfo: CompanyInfoUpdate;
5392
- legalInfo: LegalInfoUpdate;
5393
- applicationInfo: ApplicationInfoUpdate;
5394
- payExpandId: string;
5395
- merchantId: string;
5487
+ tenantId: string;
5488
+ ids: number[];
5489
+ operation: string;
5396
5490
  static names(): {
5397
5491
  [key: string]: string;
5398
5492
  };
@@ -5403,11 +5497,10 @@ export declare class UpdateMerchantexpandMerchantRequest extends $tea.Model {
5403
5497
  [key: string]: any;
5404
5498
  });
5405
5499
  }
5406
- export declare class UpdateMerchantexpandMerchantResponse extends $tea.Model {
5500
+ export declare class OperateKnowledgeCategoryResponse extends $tea.Model {
5407
5501
  reqMsgId?: string;
5408
5502
  resultCode?: string;
5409
5503
  resultMsg?: string;
5410
- payExpandId?: string;
5411
5504
  static names(): {
5412
5505
  [key: string]: string;
5413
5506
  };
@@ -5418,12 +5511,15 @@ export declare class UpdateMerchantexpandMerchantResponse extends $tea.Model {
5418
5511
  [key: string]: any;
5419
5512
  });
5420
5513
  }
5421
- export declare class AddMerchantexpandDividerelationRequest extends $tea.Model {
5514
+ export declare class SubmitKnowledgeBaseinfoRequest extends $tea.Model {
5422
5515
  authToken?: string;
5423
5516
  productInstanceId?: string;
5424
- merchantId: string;
5425
- divideBindingTransInInfoList: DivideBindingTransInInfo[];
5426
- divideRadio?: string;
5517
+ tenantId: string;
5518
+ brandNameSnapshot: string;
5519
+ merchantPhoneSnapshot: string;
5520
+ merchantAppLinkSnapshot?: string;
5521
+ hasLogo: boolean;
5522
+ fileInfo?: FileInfo;
5427
5523
  static names(): {
5428
5524
  [key: string]: string;
5429
5525
  };
@@ -5434,7 +5530,7 @@ export declare class AddMerchantexpandDividerelationRequest extends $tea.Model {
5434
5530
  [key: string]: any;
5435
5531
  });
5436
5532
  }
5437
- export declare class AddMerchantexpandDividerelationResponse extends $tea.Model {
5533
+ export declare class SubmitKnowledgeBaseinfoResponse extends $tea.Model {
5438
5534
  reqMsgId?: string;
5439
5535
  resultCode?: string;
5440
5536
  resultMsg?: string;
@@ -5448,10 +5544,10 @@ export declare class AddMerchantexpandDividerelationResponse extends $tea.Model
5448
5544
  [key: string]: any;
5449
5545
  });
5450
5546
  }
5451
- export declare class QueryMerchantexpandDividerelationRequest extends $tea.Model {
5547
+ export declare class SubmitKnowledgeCategoryRequest extends $tea.Model {
5452
5548
  authToken?: string;
5453
5549
  productInstanceId?: string;
5454
- merchantId: string;
5550
+ tenantId: string;
5455
5551
  static names(): {
5456
5552
  [key: string]: string;
5457
5553
  };
@@ -5462,12 +5558,10 @@ export declare class QueryMerchantexpandDividerelationRequest extends $tea.Model
5462
5558
  [key: string]: any;
5463
5559
  });
5464
5560
  }
5465
- export declare class QueryMerchantexpandDividerelationResponse extends $tea.Model {
5561
+ export declare class SubmitKnowledgeCategoryResponse extends $tea.Model {
5466
5562
  reqMsgId?: string;
5467
5563
  resultCode?: string;
5468
5564
  resultMsg?: string;
5469
- alipayPidList?: string[];
5470
- divideRadio?: string;
5471
5565
  static names(): {
5472
5566
  [key: string]: string;
5473
5567
  };
@@ -5478,15 +5572,10 @@ export declare class QueryMerchantexpandDividerelationResponse extends $tea.Mode
5478
5572
  [key: string]: any;
5479
5573
  });
5480
5574
  }
5481
- export declare class CreateRealpersonFacevrfRequest extends $tea.Model {
5575
+ export declare class QueryKnowledgeCategorylibraryRequest extends $tea.Model {
5482
5576
  authToken?: string;
5483
5577
  productInstanceId?: string;
5484
- solutionType: string;
5485
- certName: string;
5486
- certNo: string;
5487
- certType: string;
5488
- faceReserveStrategy?: string;
5489
- returnUrl?: string;
5578
+ tenantId: string;
5490
5579
  static names(): {
5491
5580
  [key: string]: string;
5492
5581
  };
@@ -5497,12 +5586,13 @@ export declare class CreateRealpersonFacevrfRequest extends $tea.Model {
5497
5586
  [key: string]: any;
5498
5587
  });
5499
5588
  }
5500
- export declare class CreateRealpersonFacevrfResponse extends $tea.Model {
5589
+ export declare class QueryKnowledgeCategorylibraryResponse extends $tea.Model {
5501
5590
  reqMsgId?: string;
5502
5591
  resultCode?: string;
5503
5592
  resultMsg?: string;
5504
- realPersonVerificationCode?: string;
5505
- webUrl?: string;
5593
+ libraryId?: string;
5594
+ libraryName?: string;
5595
+ categoryId?: string;
5506
5596
  static names(): {
5507
5597
  [key: string]: string;
5508
5598
  };
@@ -5513,10 +5603,15 @@ export declare class CreateRealpersonFacevrfResponse extends $tea.Model {
5513
5603
  [key: string]: any;
5514
5604
  });
5515
5605
  }
5516
- export declare class QueryRealpersonFacevrfRequest extends $tea.Model {
5606
+ export declare class SubmitInnerKnowledgebaseinfoRequest extends $tea.Model {
5517
5607
  authToken?: string;
5518
5608
  productInstanceId?: string;
5519
- realPersonVerificationCode: string;
5609
+ tenantId: string;
5610
+ brandNameSnapshot: string;
5611
+ merchantPhoneSnapshot: string;
5612
+ merchantAppLinkSnapshot?: string;
5613
+ hasLogo: boolean;
5614
+ fileInfo?: FileInfo;
5520
5615
  static names(): {
5521
5616
  [key: string]: string;
5522
5617
  };
@@ -5527,13 +5622,10 @@ export declare class QueryRealpersonFacevrfRequest extends $tea.Model {
5527
5622
  [key: string]: any;
5528
5623
  });
5529
5624
  }
5530
- export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
5625
+ export declare class SubmitInnerKnowledgebaseinfoResponse extends $tea.Model {
5531
5626
  reqMsgId?: string;
5532
5627
  resultCode?: string;
5533
5628
  resultMsg?: string;
5534
- certifyState?: string;
5535
- attackFlag?: string;
5536
- alivePhoto?: string;
5537
5629
  static names(): {
5538
5630
  [key: string]: string;
5539
5631
  };
@@ -5544,21 +5636,10 @@ export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
5544
5636
  [key: string]: any;
5545
5637
  });
5546
5638
  }
5547
- export declare class QueryRiskRequest extends $tea.Model {
5639
+ export declare class QueryInnerKnowledgebaseinfoRequest extends $tea.Model {
5548
5640
  authToken?: string;
5549
5641
  productInstanceId?: string;
5550
- productName?: string;
5551
- userName: string;
5552
- certNo: string;
5553
- mobile: string;
5554
- alipayUserId?: string;
5555
- source?: string;
5556
- riskBizScene?: string;
5557
- itemDetail?: ItemDetail;
5558
- priceDetail?: PriceDetail;
5559
- deliveryDetail?: DeliveryDetail;
5560
- industry?: string;
5561
- modelVersion?: string;
5642
+ tenantId: string;
5562
5643
  static names(): {
5563
5644
  [key: string]: string;
5564
5645
  };
@@ -5569,12 +5650,11 @@ export declare class QueryRiskRequest extends $tea.Model {
5569
5650
  [key: string]: any;
5570
5651
  });
5571
5652
  }
5572
- export declare class QueryRiskResponse extends $tea.Model {
5653
+ export declare class QueryInnerKnowledgebaseinfoResponse extends $tea.Model {
5573
5654
  reqMsgId?: string;
5574
5655
  resultCode?: string;
5575
5656
  resultMsg?: string;
5576
- models?: RiskModel[];
5577
- appletModel?: AppletRiskModel;
5657
+ merchantBaseInfo?: MerchantBaseInfo;
5578
5658
  static names(): {
5579
5659
  [key: string]: string;
5580
5660
  };
@@ -5585,28 +5665,10 @@ export declare class QueryRiskResponse extends $tea.Model {
5585
5665
  [key: string]: any;
5586
5666
  });
5587
5667
  }
5588
- export declare class QueryRiskGoRequest extends $tea.Model {
5668
+ export declare class SubmitInnerKnowledgecategoryRequest extends $tea.Model {
5589
5669
  authToken?: string;
5590
5670
  productInstanceId?: string;
5591
- riskType: string;
5592
- flowId: string;
5593
- businessCode: string;
5594
- scene: string;
5595
- userId?: string;
5596
- openId?: string;
5597
- merPid?: string;
5598
- mobileNo?: string;
5599
- certNo?: string;
5600
- ip?: string;
5601
- lbs?: string;
5602
- role?: string;
5603
- activityInfo?: string;
5604
- purchaseQueryModel?: PurchaseQueryModel;
5605
- scalperQueryModel?: ScalperQueryModel;
5606
- awardingQueryModel?: AwardingQueryModel;
5607
- farmingQueryModel?: FarmingQueryModel;
5608
- baddebtQueryModel?: BaddebtQueryModel;
5609
- merchantAppId?: string;
5671
+ tenantId: string;
5610
5672
  static names(): {
5611
5673
  [key: string]: string;
5612
5674
  };
@@ -5617,11 +5679,10 @@ export declare class QueryRiskGoRequest extends $tea.Model {
5617
5679
  [key: string]: any;
5618
5680
  });
5619
5681
  }
5620
- export declare class QueryRiskGoResponse extends $tea.Model {
5682
+ export declare class SubmitInnerKnowledgecategoryResponse extends $tea.Model {
5621
5683
  reqMsgId?: string;
5622
5684
  resultCode?: string;
5623
5685
  resultMsg?: string;
5624
- model?: RiskGoModel;
5625
5686
  static names(): {
5626
5687
  [key: string]: string;
5627
5688
  };
@@ -5632,16 +5693,10 @@ export declare class QueryRiskGoResponse extends $tea.Model {
5632
5693
  [key: string]: any;
5633
5694
  });
5634
5695
  }
5635
- export declare class UploadInnerRiskcallRequest extends $tea.Model {
5696
+ export declare class QueryInnerKnowledgecategorylibraryRequest extends $tea.Model {
5636
5697
  authToken?: string;
5637
5698
  productInstanceId?: string;
5638
- idempotentId: string;
5639
- pid: string;
5640
- serviceAmount: number;
5641
- startTime: string;
5642
- endTime: string;
5643
- alipayInstanceId: string;
5644
- extInfo?: string;
5699
+ tenantId: string;
5645
5700
  static names(): {
5646
5701
  [key: string]: string;
5647
5702
  };
@@ -5652,11 +5707,14 @@ export declare class UploadInnerRiskcallRequest extends $tea.Model {
5652
5707
  [key: string]: any;
5653
5708
  });
5654
5709
  }
5655
- export declare class UploadInnerRiskcallResponse extends $tea.Model {
5710
+ export declare class QueryInnerKnowledgecategorylibraryResponse extends $tea.Model {
5656
5711
  reqMsgId?: string;
5657
5712
  resultCode?: string;
5658
5713
  resultMsg?: string;
5659
- result?: boolean;
5714
+ libraryId?: string;
5715
+ libraryName?: string;
5716
+ categoryId?: string;
5717
+ total?: number;
5660
5718
  static names(): {
5661
5719
  [key: string]: string;
5662
5720
  };
@@ -5667,14 +5725,11 @@ export declare class UploadInnerRiskcallResponse extends $tea.Model {
5667
5725
  [key: string]: any;
5668
5726
  });
5669
5727
  }
5670
- export declare class AllSignTemplateRequest extends $tea.Model {
5728
+ export declare class CreateInnerKnowledgecategoryRequest extends $tea.Model {
5671
5729
  authToken?: string;
5672
5730
  productInstanceId?: string;
5673
- contractType?: string;
5674
- merchantId?: string;
5675
- fundId?: string;
5676
- fundType?: string;
5677
- templateId?: string;
5731
+ tenantId: string;
5732
+ fileInfo: FileInfo;
5678
5733
  static names(): {
5679
5734
  [key: string]: string;
5680
5735
  };
@@ -5685,11 +5740,10 @@ export declare class AllSignTemplateRequest extends $tea.Model {
5685
5740
  [key: string]: any;
5686
5741
  });
5687
5742
  }
5688
- export declare class AllSignTemplateResponse extends $tea.Model {
5743
+ export declare class CreateInnerKnowledgecategoryResponse extends $tea.Model {
5689
5744
  reqMsgId?: string;
5690
5745
  resultCode?: string;
5691
5746
  resultMsg?: string;
5692
- templateList?: string;
5693
5747
  static names(): {
5694
5748
  [key: string]: string;
5695
5749
  };
@@ -5700,25 +5754,864 @@ export declare class AllSignTemplateResponse extends $tea.Model {
5700
5754
  [key: string]: any;
5701
5755
  });
5702
5756
  }
5703
- export declare class SubmitSignFlowRequest extends $tea.Model {
5757
+ export declare class BatchdeleteInnerKnowledgecategoryRequest extends $tea.Model {
5704
5758
  authToken?: string;
5705
5759
  productInstanceId?: string;
5706
- orderId: string;
5707
- userIdType: string;
5708
- userIdNumber: string;
5709
- userName: string;
5710
- userMobile?: string;
5711
- userEmail?: string;
5712
- signValidity?: string;
5713
- flowNotifyType?: string;
5714
- businessScene: string;
5715
- signedRedirectUrl?: string;
5716
- templateList: string;
5717
- alipayUserId?: string;
5718
- merchantName: string;
5719
- merchantTag?: string;
5720
- merchantSealId?: string;
5721
- merchantSignOrder?: number;
5760
+ tenantId: string;
5761
+ ids: number[];
5762
+ static names(): {
5763
+ [key: string]: string;
5764
+ };
5765
+ static types(): {
5766
+ [key: string]: any;
5767
+ };
5768
+ constructor(map?: {
5769
+ [key: string]: any;
5770
+ });
5771
+ }
5772
+ export declare class BatchdeleteInnerKnowledgecategoryResponse extends $tea.Model {
5773
+ reqMsgId?: string;
5774
+ resultCode?: string;
5775
+ resultMsg?: string;
5776
+ static names(): {
5777
+ [key: string]: string;
5778
+ };
5779
+ static types(): {
5780
+ [key: string]: any;
5781
+ };
5782
+ constructor(map?: {
5783
+ [key: string]: any;
5784
+ });
5785
+ }
5786
+ export declare class OperateInnerKnowledgecategoryRequest extends $tea.Model {
5787
+ authToken?: string;
5788
+ productInstanceId?: string;
5789
+ tenantId: string;
5790
+ ids: number[];
5791
+ operation: string;
5792
+ static names(): {
5793
+ [key: string]: string;
5794
+ };
5795
+ static types(): {
5796
+ [key: string]: any;
5797
+ };
5798
+ constructor(map?: {
5799
+ [key: string]: any;
5800
+ });
5801
+ }
5802
+ export declare class OperateInnerKnowledgecategoryResponse extends $tea.Model {
5803
+ reqMsgId?: string;
5804
+ resultCode?: string;
5805
+ resultMsg?: string;
5806
+ static names(): {
5807
+ [key: string]: string;
5808
+ };
5809
+ static types(): {
5810
+ [key: string]: any;
5811
+ };
5812
+ constructor(map?: {
5813
+ [key: string]: any;
5814
+ });
5815
+ }
5816
+ export declare class AddInnerKnowledgecategoryRequest extends $tea.Model {
5817
+ authToken?: string;
5818
+ productInstanceId?: string;
5819
+ tenantId: string;
5820
+ type: string;
5821
+ question: string;
5822
+ answer: string;
5823
+ hasOrder?: boolean;
5824
+ hasAppLink?: boolean;
5825
+ hasManual?: boolean;
5826
+ static names(): {
5827
+ [key: string]: string;
5828
+ };
5829
+ static types(): {
5830
+ [key: string]: any;
5831
+ };
5832
+ constructor(map?: {
5833
+ [key: string]: any;
5834
+ });
5835
+ }
5836
+ export declare class AddInnerKnowledgecategoryResponse extends $tea.Model {
5837
+ reqMsgId?: string;
5838
+ resultCode?: string;
5839
+ resultMsg?: string;
5840
+ static names(): {
5841
+ [key: string]: string;
5842
+ };
5843
+ static types(): {
5844
+ [key: string]: any;
5845
+ };
5846
+ constructor(map?: {
5847
+ [key: string]: any;
5848
+ });
5849
+ }
5850
+ export declare class PagequeryInnerKnowledgecategoryRequest extends $tea.Model {
5851
+ authToken?: string;
5852
+ productInstanceId?: string;
5853
+ tenantId: string;
5854
+ type: string;
5855
+ question?: string;
5856
+ status?: string;
5857
+ pageInfo: PageQuery;
5858
+ static names(): {
5859
+ [key: string]: string;
5860
+ };
5861
+ static types(): {
5862
+ [key: string]: any;
5863
+ };
5864
+ constructor(map?: {
5865
+ [key: string]: any;
5866
+ });
5867
+ }
5868
+ export declare class PagequeryInnerKnowledgecategoryResponse extends $tea.Model {
5869
+ reqMsgId?: string;
5870
+ resultCode?: string;
5871
+ resultMsg?: string;
5872
+ total?: number;
5873
+ data?: KnowledgeInfo[];
5874
+ static names(): {
5875
+ [key: string]: string;
5876
+ };
5877
+ static types(): {
5878
+ [key: string]: any;
5879
+ };
5880
+ constructor(map?: {
5881
+ [key: string]: any;
5882
+ });
5883
+ }
5884
+ export declare class UpdateInnerKnowledgecategoryRequest extends $tea.Model {
5885
+ authToken?: string;
5886
+ productInstanceId?: string;
5887
+ tenantId: string;
5888
+ id: number;
5889
+ type: string;
5890
+ question: string;
5891
+ answer: string;
5892
+ hasOrder?: boolean;
5893
+ hasAppLink?: boolean;
5894
+ hasManual?: boolean;
5895
+ static names(): {
5896
+ [key: string]: string;
5897
+ };
5898
+ static types(): {
5899
+ [key: string]: any;
5900
+ };
5901
+ constructor(map?: {
5902
+ [key: string]: any;
5903
+ });
5904
+ }
5905
+ export declare class UpdateInnerKnowledgecategoryResponse extends $tea.Model {
5906
+ reqMsgId?: string;
5907
+ resultCode?: string;
5908
+ resultMsg?: string;
5909
+ static names(): {
5910
+ [key: string]: string;
5911
+ };
5912
+ static types(): {
5913
+ [key: string]: any;
5914
+ };
5915
+ constructor(map?: {
5916
+ [key: string]: any;
5917
+ });
5918
+ }
5919
+ export declare class CreateInnerSaleschannelRequest extends $tea.Model {
5920
+ authToken?: string;
5921
+ productInstanceId?: string;
5922
+ tenantId: string;
5923
+ deliveryType: string;
5924
+ parentChannelCode?: string;
5925
+ channelName: string;
5926
+ operator?: string;
5927
+ static names(): {
5928
+ [key: string]: string;
5929
+ };
5930
+ static types(): {
5931
+ [key: string]: any;
5932
+ };
5933
+ constructor(map?: {
5934
+ [key: string]: any;
5935
+ });
5936
+ }
5937
+ export declare class CreateInnerSaleschannelResponse extends $tea.Model {
5938
+ reqMsgId?: string;
5939
+ resultCode?: string;
5940
+ resultMsg?: string;
5941
+ childChannel?: SalesChannel;
5942
+ static names(): {
5943
+ [key: string]: string;
5944
+ };
5945
+ static types(): {
5946
+ [key: string]: any;
5947
+ };
5948
+ constructor(map?: {
5949
+ [key: string]: any;
5950
+ });
5951
+ }
5952
+ export declare class QueryInnerSaleschannelRequest extends $tea.Model {
5953
+ authToken?: string;
5954
+ productInstanceId?: string;
5955
+ tenantId: string;
5956
+ static names(): {
5957
+ [key: string]: string;
5958
+ };
5959
+ static types(): {
5960
+ [key: string]: any;
5961
+ };
5962
+ constructor(map?: {
5963
+ [key: string]: any;
5964
+ });
5965
+ }
5966
+ export declare class QueryInnerSaleschannelResponse extends $tea.Model {
5967
+ reqMsgId?: string;
5968
+ resultCode?: string;
5969
+ resultMsg?: string;
5970
+ channelCode?: string;
5971
+ channelName?: string;
5972
+ channelLink?: string;
5973
+ channelLevel?: number;
5974
+ childChannelList?: string;
5975
+ static names(): {
5976
+ [key: string]: string;
5977
+ };
5978
+ static types(): {
5979
+ [key: string]: any;
5980
+ };
5981
+ constructor(map?: {
5982
+ [key: string]: any;
5983
+ });
5984
+ }
5985
+ export declare class UpdateInnerSaleschannelRequest extends $tea.Model {
5986
+ authToken?: string;
5987
+ productInstanceId?: string;
5988
+ tenantId: string;
5989
+ channelCode: string;
5990
+ channelName?: string;
5991
+ channelLink?: string;
5992
+ operator?: string;
5993
+ static names(): {
5994
+ [key: string]: string;
5995
+ };
5996
+ static types(): {
5997
+ [key: string]: any;
5998
+ };
5999
+ constructor(map?: {
6000
+ [key: string]: any;
6001
+ });
6002
+ }
6003
+ export declare class UpdateInnerSaleschannelResponse extends $tea.Model {
6004
+ reqMsgId?: string;
6005
+ resultCode?: string;
6006
+ resultMsg?: string;
6007
+ static names(): {
6008
+ [key: string]: string;
6009
+ };
6010
+ static types(): {
6011
+ [key: string]: any;
6012
+ };
6013
+ constructor(map?: {
6014
+ [key: string]: any;
6015
+ });
6016
+ }
6017
+ export declare class DeleteInnerSaleschannelRequest extends $tea.Model {
6018
+ authToken?: string;
6019
+ productInstanceId?: string;
6020
+ tenantId: string;
6021
+ channelCode: string;
6022
+ operator?: string;
6023
+ static names(): {
6024
+ [key: string]: string;
6025
+ };
6026
+ static types(): {
6027
+ [key: string]: any;
6028
+ };
6029
+ constructor(map?: {
6030
+ [key: string]: any;
6031
+ });
6032
+ }
6033
+ export declare class DeleteInnerSaleschannelResponse extends $tea.Model {
6034
+ reqMsgId?: string;
6035
+ resultCode?: string;
6036
+ resultMsg?: string;
6037
+ static names(): {
6038
+ [key: string]: string;
6039
+ };
6040
+ static types(): {
6041
+ [key: string]: any;
6042
+ };
6043
+ constructor(map?: {
6044
+ [key: string]: any;
6045
+ });
6046
+ }
6047
+ export declare class BatchcreateInnerTemplatetextareaRequest extends $tea.Model {
6048
+ authToken?: string;
6049
+ productInstanceId?: string;
6050
+ tenantId: string;
6051
+ templatetextareaComponent: TemplateTextAreaComponent[];
6052
+ static names(): {
6053
+ [key: string]: string;
6054
+ };
6055
+ static types(): {
6056
+ [key: string]: any;
6057
+ };
6058
+ constructor(map?: {
6059
+ [key: string]: any;
6060
+ });
6061
+ }
6062
+ export declare class BatchcreateInnerTemplatetextareaResponse extends $tea.Model {
6063
+ reqMsgId?: string;
6064
+ resultCode?: string;
6065
+ resultMsg?: string;
6066
+ data?: string;
6067
+ static names(): {
6068
+ [key: string]: string;
6069
+ };
6070
+ static types(): {
6071
+ [key: string]: any;
6072
+ };
6073
+ constructor(map?: {
6074
+ [key: string]: any;
6075
+ });
6076
+ }
6077
+ export declare class CreateInsureRequest extends $tea.Model {
6078
+ authToken?: string;
6079
+ productInstanceId?: string;
6080
+ orderId: string;
6081
+ riskFlowId: string;
6082
+ insureCompanyType: string;
6083
+ insureProductType: string;
6084
+ productInfoList: InsureProductInfo[];
6085
+ deliveryType: string;
6086
+ contactName: string;
6087
+ contactMobile: string;
6088
+ facevrfFlowId?: string;
6089
+ logisticsNumber?: string;
6090
+ tradeTime?: string;
6091
+ address?: string;
6092
+ period?: number;
6093
+ static names(): {
6094
+ [key: string]: string;
6095
+ };
6096
+ static types(): {
6097
+ [key: string]: any;
6098
+ };
6099
+ constructor(map?: {
6100
+ [key: string]: any;
6101
+ });
6102
+ }
6103
+ export declare class CreateInsureResponse extends $tea.Model {
6104
+ reqMsgId?: string;
6105
+ resultCode?: string;
6106
+ resultMsg?: string;
6107
+ static names(): {
6108
+ [key: string]: string;
6109
+ };
6110
+ static types(): {
6111
+ [key: string]: any;
6112
+ };
6113
+ constructor(map?: {
6114
+ [key: string]: any;
6115
+ });
6116
+ }
6117
+ export declare class QueryInsureRequest extends $tea.Model {
6118
+ authToken?: string;
6119
+ productInstanceId?: string;
6120
+ orderId: string;
6121
+ insureProductType: string;
6122
+ insureCompanyType: string;
6123
+ static names(): {
6124
+ [key: string]: string;
6125
+ };
6126
+ static types(): {
6127
+ [key: string]: any;
6128
+ };
6129
+ constructor(map?: {
6130
+ [key: string]: any;
6131
+ });
6132
+ }
6133
+ export declare class QueryInsureResponse extends $tea.Model {
6134
+ reqMsgId?: string;
6135
+ resultCode?: string;
6136
+ resultMsg?: string;
6137
+ orderId?: string;
6138
+ insureId?: string;
6139
+ status?: string;
6140
+ productName?: string;
6141
+ insureStartTime?: string;
6142
+ insureEndTime?: string;
6143
+ insureAmount?: string;
6144
+ insurePremium?: string;
6145
+ policyUrl?: string;
6146
+ validateCode?: string;
6147
+ static names(): {
6148
+ [key: string]: string;
6149
+ };
6150
+ static types(): {
6151
+ [key: string]: any;
6152
+ };
6153
+ constructor(map?: {
6154
+ [key: string]: any;
6155
+ });
6156
+ }
6157
+ export declare class RetryInsurePayRequest extends $tea.Model {
6158
+ authToken?: string;
6159
+ productInstanceId?: string;
6160
+ orderId: string;
6161
+ insureProductType: string;
6162
+ static names(): {
6163
+ [key: string]: string;
6164
+ };
6165
+ static types(): {
6166
+ [key: string]: any;
6167
+ };
6168
+ constructor(map?: {
6169
+ [key: string]: any;
6170
+ });
6171
+ }
6172
+ export declare class RetryInsurePayResponse extends $tea.Model {
6173
+ reqMsgId?: string;
6174
+ resultCode?: string;
6175
+ resultMsg?: string;
6176
+ static names(): {
6177
+ [key: string]: string;
6178
+ };
6179
+ static types(): {
6180
+ [key: string]: any;
6181
+ };
6182
+ constructor(map?: {
6183
+ [key: string]: any;
6184
+ });
6185
+ }
6186
+ export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
6187
+ authToken?: string;
6188
+ productInstanceId?: string;
6189
+ companyInfo: CompanyInfo;
6190
+ legalInfo: LegalInfo;
6191
+ applicationInfo: ApplicationInfo;
6192
+ expandMode: string;
6193
+ subTenantId?: string;
6194
+ static names(): {
6195
+ [key: string]: string;
6196
+ };
6197
+ static types(): {
6198
+ [key: string]: any;
6199
+ };
6200
+ constructor(map?: {
6201
+ [key: string]: any;
6202
+ });
6203
+ }
6204
+ export declare class RegisterMerchantexpandMerchantResponse extends $tea.Model {
6205
+ reqMsgId?: string;
6206
+ resultCode?: string;
6207
+ resultMsg?: string;
6208
+ payExpandId?: string;
6209
+ static names(): {
6210
+ [key: string]: string;
6211
+ };
6212
+ static types(): {
6213
+ [key: string]: any;
6214
+ };
6215
+ constructor(map?: {
6216
+ [key: string]: any;
6217
+ });
6218
+ }
6219
+ export declare class UploadMerchantexpandFileRequest extends $tea.Model {
6220
+ authToken?: string;
6221
+ productInstanceId?: string;
6222
+ fileName: string;
6223
+ bizScene: string;
6224
+ static names(): {
6225
+ [key: string]: string;
6226
+ };
6227
+ static types(): {
6228
+ [key: string]: any;
6229
+ };
6230
+ constructor(map?: {
6231
+ [key: string]: any;
6232
+ });
6233
+ }
6234
+ export declare class UploadMerchantexpandFileResponse extends $tea.Model {
6235
+ reqMsgId?: string;
6236
+ resultCode?: string;
6237
+ resultMsg?: string;
6238
+ uploadUrl?: string;
6239
+ fileKey?: string;
6240
+ static names(): {
6241
+ [key: string]: string;
6242
+ };
6243
+ static types(): {
6244
+ [key: string]: any;
6245
+ };
6246
+ constructor(map?: {
6247
+ [key: string]: any;
6248
+ });
6249
+ }
6250
+ export declare class QueryMerchantexpandMerchantRequest extends $tea.Model {
6251
+ authToken?: string;
6252
+ productInstanceId?: string;
6253
+ payExpandId: string;
6254
+ static names(): {
6255
+ [key: string]: string;
6256
+ };
6257
+ static types(): {
6258
+ [key: string]: any;
6259
+ };
6260
+ constructor(map?: {
6261
+ [key: string]: any;
6262
+ });
6263
+ }
6264
+ export declare class QueryMerchantexpandMerchantResponse extends $tea.Model {
6265
+ reqMsgId?: string;
6266
+ resultCode?: string;
6267
+ resultMsg?: string;
6268
+ enrollmentStatus?: string;
6269
+ failReason?: string;
6270
+ pendingEventLink?: string;
6271
+ static names(): {
6272
+ [key: string]: string;
6273
+ };
6274
+ static types(): {
6275
+ [key: string]: any;
6276
+ };
6277
+ constructor(map?: {
6278
+ [key: string]: any;
6279
+ });
6280
+ }
6281
+ export declare class UpdateMerchantexpandMerchantRequest extends $tea.Model {
6282
+ authToken?: string;
6283
+ productInstanceId?: string;
6284
+ companyInfo: CompanyInfoUpdate;
6285
+ legalInfo: LegalInfoUpdate;
6286
+ applicationInfo: ApplicationInfoUpdate;
6287
+ payExpandId: string;
6288
+ merchantId: string;
6289
+ static names(): {
6290
+ [key: string]: string;
6291
+ };
6292
+ static types(): {
6293
+ [key: string]: any;
6294
+ };
6295
+ constructor(map?: {
6296
+ [key: string]: any;
6297
+ });
6298
+ }
6299
+ export declare class UpdateMerchantexpandMerchantResponse extends $tea.Model {
6300
+ reqMsgId?: string;
6301
+ resultCode?: string;
6302
+ resultMsg?: string;
6303
+ payExpandId?: string;
6304
+ static names(): {
6305
+ [key: string]: string;
6306
+ };
6307
+ static types(): {
6308
+ [key: string]: any;
6309
+ };
6310
+ constructor(map?: {
6311
+ [key: string]: any;
6312
+ });
6313
+ }
6314
+ export declare class AddMerchantexpandDividerelationRequest extends $tea.Model {
6315
+ authToken?: string;
6316
+ productInstanceId?: string;
6317
+ merchantId: string;
6318
+ divideBindingTransInInfoList: DivideBindingTransInInfo[];
6319
+ divideRadio?: string;
6320
+ static names(): {
6321
+ [key: string]: string;
6322
+ };
6323
+ static types(): {
6324
+ [key: string]: any;
6325
+ };
6326
+ constructor(map?: {
6327
+ [key: string]: any;
6328
+ });
6329
+ }
6330
+ export declare class AddMerchantexpandDividerelationResponse extends $tea.Model {
6331
+ reqMsgId?: string;
6332
+ resultCode?: string;
6333
+ resultMsg?: string;
6334
+ static names(): {
6335
+ [key: string]: string;
6336
+ };
6337
+ static types(): {
6338
+ [key: string]: any;
6339
+ };
6340
+ constructor(map?: {
6341
+ [key: string]: any;
6342
+ });
6343
+ }
6344
+ export declare class QueryMerchantexpandDividerelationRequest extends $tea.Model {
6345
+ authToken?: string;
6346
+ productInstanceId?: string;
6347
+ merchantId: string;
6348
+ static names(): {
6349
+ [key: string]: string;
6350
+ };
6351
+ static types(): {
6352
+ [key: string]: any;
6353
+ };
6354
+ constructor(map?: {
6355
+ [key: string]: any;
6356
+ });
6357
+ }
6358
+ export declare class QueryMerchantexpandDividerelationResponse extends $tea.Model {
6359
+ reqMsgId?: string;
6360
+ resultCode?: string;
6361
+ resultMsg?: string;
6362
+ alipayPidList?: string[];
6363
+ divideRadio?: string;
6364
+ static names(): {
6365
+ [key: string]: string;
6366
+ };
6367
+ static types(): {
6368
+ [key: string]: any;
6369
+ };
6370
+ constructor(map?: {
6371
+ [key: string]: any;
6372
+ });
6373
+ }
6374
+ export declare class CreateRealpersonFacevrfRequest extends $tea.Model {
6375
+ authToken?: string;
6376
+ productInstanceId?: string;
6377
+ solutionType: string;
6378
+ certName: string;
6379
+ certNo: string;
6380
+ certType: string;
6381
+ faceReserveStrategy?: string;
6382
+ returnUrl?: string;
6383
+ static names(): {
6384
+ [key: string]: string;
6385
+ };
6386
+ static types(): {
6387
+ [key: string]: any;
6388
+ };
6389
+ constructor(map?: {
6390
+ [key: string]: any;
6391
+ });
6392
+ }
6393
+ export declare class CreateRealpersonFacevrfResponse extends $tea.Model {
6394
+ reqMsgId?: string;
6395
+ resultCode?: string;
6396
+ resultMsg?: string;
6397
+ realPersonVerificationCode?: string;
6398
+ webUrl?: string;
6399
+ static names(): {
6400
+ [key: string]: string;
6401
+ };
6402
+ static types(): {
6403
+ [key: string]: any;
6404
+ };
6405
+ constructor(map?: {
6406
+ [key: string]: any;
6407
+ });
6408
+ }
6409
+ export declare class QueryRealpersonFacevrfRequest extends $tea.Model {
6410
+ authToken?: string;
6411
+ productInstanceId?: string;
6412
+ realPersonVerificationCode: string;
6413
+ static names(): {
6414
+ [key: string]: string;
6415
+ };
6416
+ static types(): {
6417
+ [key: string]: any;
6418
+ };
6419
+ constructor(map?: {
6420
+ [key: string]: any;
6421
+ });
6422
+ }
6423
+ export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
6424
+ reqMsgId?: string;
6425
+ resultCode?: string;
6426
+ resultMsg?: string;
6427
+ certifyState?: string;
6428
+ attackFlag?: string;
6429
+ alivePhoto?: string;
6430
+ static names(): {
6431
+ [key: string]: string;
6432
+ };
6433
+ static types(): {
6434
+ [key: string]: any;
6435
+ };
6436
+ constructor(map?: {
6437
+ [key: string]: any;
6438
+ });
6439
+ }
6440
+ export declare class QueryRiskRequest extends $tea.Model {
6441
+ authToken?: string;
6442
+ productInstanceId?: string;
6443
+ productName?: string;
6444
+ userName: string;
6445
+ certNo: string;
6446
+ mobile: string;
6447
+ alipayUserId?: string;
6448
+ source?: string;
6449
+ riskBizScene?: string;
6450
+ itemDetail?: ItemDetail;
6451
+ priceDetail?: PriceDetail;
6452
+ deliveryDetail?: DeliveryDetail;
6453
+ industry?: string;
6454
+ modelVersion?: string;
6455
+ static names(): {
6456
+ [key: string]: string;
6457
+ };
6458
+ static types(): {
6459
+ [key: string]: any;
6460
+ };
6461
+ constructor(map?: {
6462
+ [key: string]: any;
6463
+ });
6464
+ }
6465
+ export declare class QueryRiskResponse extends $tea.Model {
6466
+ reqMsgId?: string;
6467
+ resultCode?: string;
6468
+ resultMsg?: string;
6469
+ models?: RiskModel[];
6470
+ appletModel?: AppletRiskModel;
6471
+ static names(): {
6472
+ [key: string]: string;
6473
+ };
6474
+ static types(): {
6475
+ [key: string]: any;
6476
+ };
6477
+ constructor(map?: {
6478
+ [key: string]: any;
6479
+ });
6480
+ }
6481
+ export declare class QueryRiskGoRequest extends $tea.Model {
6482
+ authToken?: string;
6483
+ productInstanceId?: string;
6484
+ riskType: string;
6485
+ flowId: string;
6486
+ businessCode: string;
6487
+ scene: string;
6488
+ userId?: string;
6489
+ openId?: string;
6490
+ merPid?: string;
6491
+ mobileNo?: string;
6492
+ certNo?: string;
6493
+ ip?: string;
6494
+ lbs?: string;
6495
+ role?: string;
6496
+ activityInfo?: string;
6497
+ purchaseQueryModel?: PurchaseQueryModel;
6498
+ scalperQueryModel?: ScalperQueryModel;
6499
+ awardingQueryModel?: AwardingQueryModel;
6500
+ farmingQueryModel?: FarmingQueryModel;
6501
+ baddebtQueryModel?: BaddebtQueryModel;
6502
+ merchantAppId?: string;
6503
+ static names(): {
6504
+ [key: string]: string;
6505
+ };
6506
+ static types(): {
6507
+ [key: string]: any;
6508
+ };
6509
+ constructor(map?: {
6510
+ [key: string]: any;
6511
+ });
6512
+ }
6513
+ export declare class QueryRiskGoResponse extends $tea.Model {
6514
+ reqMsgId?: string;
6515
+ resultCode?: string;
6516
+ resultMsg?: string;
6517
+ model?: RiskGoModel;
6518
+ static names(): {
6519
+ [key: string]: string;
6520
+ };
6521
+ static types(): {
6522
+ [key: string]: any;
6523
+ };
6524
+ constructor(map?: {
6525
+ [key: string]: any;
6526
+ });
6527
+ }
6528
+ export declare class UploadInnerRiskcallRequest extends $tea.Model {
6529
+ authToken?: string;
6530
+ productInstanceId?: string;
6531
+ idempotentId: string;
6532
+ pid: string;
6533
+ serviceAmount: number;
6534
+ startTime: string;
6535
+ endTime: string;
6536
+ alipayInstanceId: string;
6537
+ extInfo?: string;
6538
+ static names(): {
6539
+ [key: string]: string;
6540
+ };
6541
+ static types(): {
6542
+ [key: string]: any;
6543
+ };
6544
+ constructor(map?: {
6545
+ [key: string]: any;
6546
+ });
6547
+ }
6548
+ export declare class UploadInnerRiskcallResponse extends $tea.Model {
6549
+ reqMsgId?: string;
6550
+ resultCode?: string;
6551
+ resultMsg?: string;
6552
+ result?: boolean;
6553
+ static names(): {
6554
+ [key: string]: string;
6555
+ };
6556
+ static types(): {
6557
+ [key: string]: any;
6558
+ };
6559
+ constructor(map?: {
6560
+ [key: string]: any;
6561
+ });
6562
+ }
6563
+ export declare class AllSignTemplateRequest extends $tea.Model {
6564
+ authToken?: string;
6565
+ productInstanceId?: string;
6566
+ contractType?: string;
6567
+ merchantId?: string;
6568
+ fundId?: string;
6569
+ fundType?: string;
6570
+ templateId?: string;
6571
+ static names(): {
6572
+ [key: string]: string;
6573
+ };
6574
+ static types(): {
6575
+ [key: string]: any;
6576
+ };
6577
+ constructor(map?: {
6578
+ [key: string]: any;
6579
+ });
6580
+ }
6581
+ export declare class AllSignTemplateResponse extends $tea.Model {
6582
+ reqMsgId?: string;
6583
+ resultCode?: string;
6584
+ resultMsg?: string;
6585
+ templateList?: string;
6586
+ static names(): {
6587
+ [key: string]: string;
6588
+ };
6589
+ static types(): {
6590
+ [key: string]: any;
6591
+ };
6592
+ constructor(map?: {
6593
+ [key: string]: any;
6594
+ });
6595
+ }
6596
+ export declare class SubmitSignFlowRequest extends $tea.Model {
6597
+ authToken?: string;
6598
+ productInstanceId?: string;
6599
+ orderId: string;
6600
+ userIdType: string;
6601
+ userIdNumber: string;
6602
+ userName: string;
6603
+ userMobile?: string;
6604
+ userEmail?: string;
6605
+ signValidity?: string;
6606
+ flowNotifyType?: string;
6607
+ businessScene: string;
6608
+ signedRedirectUrl?: string;
6609
+ templateList: string;
6610
+ alipayUserId?: string;
6611
+ merchantName: string;
6612
+ merchantTag?: string;
6613
+ merchantSealId?: string;
6614
+ merchantSignOrder?: number;
5722
6615
  merchantIdType: string;
5723
6616
  merchantIdNumber: string;
5724
6617
  merchantLegalName?: string;
@@ -6691,6 +7584,40 @@ export declare class ResumeTradeUserpromiseResponse extends $tea.Model {
6691
7584
  [key: string]: any;
6692
7585
  });
6693
7586
  }
7587
+ export declare class SyncTradePromoorderinfoRequest extends $tea.Model {
7588
+ authToken?: string;
7589
+ productInstanceId?: string;
7590
+ merchantId: string;
7591
+ orderId: string;
7592
+ promotionId: string;
7593
+ orderCreateTime: string;
7594
+ buyOutPrice: number;
7595
+ orderPromiseTotalMoney: number;
7596
+ merchantName: string;
7597
+ static names(): {
7598
+ [key: string]: string;
7599
+ };
7600
+ static types(): {
7601
+ [key: string]: any;
7602
+ };
7603
+ constructor(map?: {
7604
+ [key: string]: any;
7605
+ });
7606
+ }
7607
+ export declare class SyncTradePromoorderinfoResponse extends $tea.Model {
7608
+ reqMsgId?: string;
7609
+ resultCode?: string;
7610
+ resultMsg?: string;
7611
+ static names(): {
7612
+ [key: string]: string;
7613
+ };
7614
+ static types(): {
7615
+ [key: string]: any;
7616
+ };
7617
+ constructor(map?: {
7618
+ [key: string]: any;
7619
+ });
7620
+ }
6694
7621
  export declare class CreateWithholdSignRequest extends $tea.Model {
6695
7622
  authToken?: string;
6696
7623
  productInstanceId?: string;
@@ -6926,6 +7853,8 @@ export declare class CreateWithholdActivepayRequest extends $tea.Model {
6926
7853
  payAmount?: number;
6927
7854
  operationDivideFlag?: string;
6928
7855
  operationDivideTransInList?: OperationDivideTransInModel[];
7856
+ multiPayDetail?: SingleTermDetail[];
7857
+ payApplyNo?: number;
6929
7858
  static names(): {
6930
7859
  [key: string]: string;
6931
7860
  };
@@ -6960,6 +7889,7 @@ export declare class QueryWithholdActivepayRequest extends $tea.Model {
6960
7889
  tradeNo?: string;
6961
7890
  payType?: string;
6962
7891
  payChannel?: string;
7892
+ payApplyNo?: number;
6963
7893
  static names(): {
6964
7894
  [key: string]: string;
6965
7895
  };
@@ -7026,6 +7956,7 @@ export declare class CreateWithholdRefundRequest extends $tea.Model {
7026
7956
  refundMoney: number;
7027
7957
  refundReason?: string;
7028
7958
  payType?: string;
7959
+ payApplyNo?: number;
7029
7960
  static names(): {
7030
7961
  [key: string]: string;
7031
7962
  };
@@ -7060,6 +7991,7 @@ export declare class QueryWithholdRefundRequest extends $tea.Model {
7060
7991
  periodNum?: number;
7061
7992
  refundRequestNo: string;
7062
7993
  payType?: string;
7994
+ payApplyNo?: number;
7063
7995
  static names(): {
7064
7996
  [key: string]: string;
7065
7997
  };
@@ -7123,6 +8055,64 @@ export declare class QueryWithholdCompensateaccountResponse extends $tea.Model {
7123
8055
  [key: string]: any;
7124
8056
  });
7125
8057
  }
8058
+ export declare class RetryWithholdPlanpendingRequest extends $tea.Model {
8059
+ authToken?: string;
8060
+ productInstanceId?: string;
8061
+ orderId: string;
8062
+ periodNum: number;
8063
+ static names(): {
8064
+ [key: string]: string;
8065
+ };
8066
+ static types(): {
8067
+ [key: string]: any;
8068
+ };
8069
+ constructor(map?: {
8070
+ [key: string]: any;
8071
+ });
8072
+ }
8073
+ export declare class RetryWithholdPlanpendingResponse extends $tea.Model {
8074
+ reqMsgId?: string;
8075
+ resultCode?: string;
8076
+ resultMsg?: string;
8077
+ static names(): {
8078
+ [key: string]: string;
8079
+ };
8080
+ static types(): {
8081
+ [key: string]: any;
8082
+ };
8083
+ constructor(map?: {
8084
+ [key: string]: any;
8085
+ });
8086
+ }
8087
+ export declare class RetryWithholdDividependingRequest extends $tea.Model {
8088
+ authToken?: string;
8089
+ productInstanceId?: string;
8090
+ orderId: string;
8091
+ periodNum: number;
8092
+ static names(): {
8093
+ [key: string]: string;
8094
+ };
8095
+ static types(): {
8096
+ [key: string]: any;
8097
+ };
8098
+ constructor(map?: {
8099
+ [key: string]: any;
8100
+ });
8101
+ }
8102
+ export declare class RetryWithholdDividependingResponse extends $tea.Model {
8103
+ reqMsgId?: string;
8104
+ resultCode?: string;
8105
+ resultMsg?: string;
8106
+ static names(): {
8107
+ [key: string]: string;
8108
+ };
8109
+ static types(): {
8110
+ [key: string]: any;
8111
+ };
8112
+ constructor(map?: {
8113
+ [key: string]: any;
8114
+ });
8115
+ }
7126
8116
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
7127
8117
  authToken?: string;
7128
8118
  apiCode: string;
@@ -8687,6 +9677,308 @@ export default class Client {
8687
9677
  queryInnerExpandprocessEx(request: QueryInnerExpandprocessRequest, headers: {
8688
9678
  [key: string]: string;
8689
9679
  }, runtime: $Util.RuntimeOptions): Promise<QueryInnerExpandprocessResponse>;
9680
+ /**
9681
+ * Description: 商家自定义知识库-基础信息查询
9682
+ * Summary: 商家自定义知识库-基础信息查询
9683
+ */
9684
+ queryKnowledgeBaseinfo(request: QueryKnowledgeBaseinfoRequest): Promise<QueryKnowledgeBaseinfoResponse>;
9685
+ /**
9686
+ * Description: 商家自定义知识库-基础信息查询
9687
+ * Summary: 商家自定义知识库-基础信息查询
9688
+ */
9689
+ queryKnowledgeBaseinfoEx(request: QueryKnowledgeBaseinfoRequest, headers: {
9690
+ [key: string]: string;
9691
+ }, runtime: $Util.RuntimeOptions): Promise<QueryKnowledgeBaseinfoResponse>;
9692
+ /**
9693
+ * Description: 商家自定义知识库-创建用户自定义知识库
9694
+ * Summary: 商家自定义知识库-创建用户自定义知识库
9695
+ */
9696
+ createKnowledgeCategory(request: CreateKnowledgeCategoryRequest): Promise<CreateKnowledgeCategoryResponse>;
9697
+ /**
9698
+ * Description: 商家自定义知识库-创建用户自定义知识库
9699
+ * Summary: 商家自定义知识库-创建用户自定义知识库
9700
+ */
9701
+ createKnowledgeCategoryEx(request: CreateKnowledgeCategoryRequest, headers: {
9702
+ [key: string]: string;
9703
+ }, runtime: $Util.RuntimeOptions): Promise<CreateKnowledgeCategoryResponse>;
9704
+ /**
9705
+ * Description: 商家自定义知识库-查询知识库信息列表
9706
+ * Summary: 商家自定义知识库-查询知识库信息列表
9707
+ */
9708
+ pagequeryKnowledgeCategory(request: PagequeryKnowledgeCategoryRequest): Promise<PagequeryKnowledgeCategoryResponse>;
9709
+ /**
9710
+ * Description: 商家自定义知识库-查询知识库信息列表
9711
+ * Summary: 商家自定义知识库-查询知识库信息列表
9712
+ */
9713
+ pagequeryKnowledgeCategoryEx(request: PagequeryKnowledgeCategoryRequest, headers: {
9714
+ [key: string]: string;
9715
+ }, runtime: $Util.RuntimeOptions): Promise<PagequeryKnowledgeCategoryResponse>;
9716
+ /**
9717
+ * Description: 商家自定义知识库-新增知识知识库信息
9718
+ * Summary: 商家自定义知识库-新增知识知识库信息
9719
+ */
9720
+ addKnowledgeCategory(request: AddKnowledgeCategoryRequest): Promise<AddKnowledgeCategoryResponse>;
9721
+ /**
9722
+ * Description: 商家自定义知识库-新增知识知识库信息
9723
+ * Summary: 商家自定义知识库-新增知识知识库信息
9724
+ */
9725
+ addKnowledgeCategoryEx(request: AddKnowledgeCategoryRequest, headers: {
9726
+ [key: string]: string;
9727
+ }, runtime: $Util.RuntimeOptions): Promise<AddKnowledgeCategoryResponse>;
9728
+ /**
9729
+ * Description: 商家自定义知识库-知识库信息批量删除
9730
+ * Summary: 商家自定义知识库-知识库信息批量删除
9731
+ */
9732
+ batchdeleteKnowledgeCategory(request: BatchdeleteKnowledgeCategoryRequest): Promise<BatchdeleteKnowledgeCategoryResponse>;
9733
+ /**
9734
+ * Description: 商家自定义知识库-知识库信息批量删除
9735
+ * Summary: 商家自定义知识库-知识库信息批量删除
9736
+ */
9737
+ batchdeleteKnowledgeCategoryEx(request: BatchdeleteKnowledgeCategoryRequest, headers: {
9738
+ [key: string]: string;
9739
+ }, runtime: $Util.RuntimeOptions): Promise<BatchdeleteKnowledgeCategoryResponse>;
9740
+ /**
9741
+ * Description: 商家自定义知识库-编辑知识点
9742
+ * Summary: 商家自定义知识库-编辑知识点
9743
+ */
9744
+ updateKnowledgeCategory(request: UpdateKnowledgeCategoryRequest): Promise<UpdateKnowledgeCategoryResponse>;
9745
+ /**
9746
+ * Description: 商家自定义知识库-编辑知识点
9747
+ * Summary: 商家自定义知识库-编辑知识点
9748
+ */
9749
+ updateKnowledgeCategoryEx(request: UpdateKnowledgeCategoryRequest, headers: {
9750
+ [key: string]: string;
9751
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateKnowledgeCategoryResponse>;
9752
+ /**
9753
+ * Description: 商家自定义知识库-知识点流程撤回/上线/下线
9754
+ * Summary: 商家自定义知识库-知识点相关功能
9755
+ */
9756
+ operateKnowledgeCategory(request: OperateKnowledgeCategoryRequest): Promise<OperateKnowledgeCategoryResponse>;
9757
+ /**
9758
+ * Description: 商家自定义知识库-知识点流程撤回/上线/下线
9759
+ * Summary: 商家自定义知识库-知识点相关功能
9760
+ */
9761
+ operateKnowledgeCategoryEx(request: OperateKnowledgeCategoryRequest, headers: {
9762
+ [key: string]: string;
9763
+ }, runtime: $Util.RuntimeOptions): Promise<OperateKnowledgeCategoryResponse>;
9764
+ /**
9765
+ * Description: 商家自定义知识库-基础信息维护
9766
+ * Summary: 商家自定义知识库-基础信息维护
9767
+ */
9768
+ submitKnowledgeBaseinfo(request: SubmitKnowledgeBaseinfoRequest): Promise<SubmitKnowledgeBaseinfoResponse>;
9769
+ /**
9770
+ * Description: 商家自定义知识库-基础信息维护
9771
+ * Summary: 商家自定义知识库-基础信息维护
9772
+ */
9773
+ submitKnowledgeBaseinfoEx(request: SubmitKnowledgeBaseinfoRequest, headers: {
9774
+ [key: string]: string;
9775
+ }, runtime: $Util.RuntimeOptions): Promise<SubmitKnowledgeBaseinfoResponse>;
9776
+ /**
9777
+ * Description: 商户知识库-知识点全量提交
9778
+ * Summary: 商户知识库-知识点全量提交
9779
+ */
9780
+ submitKnowledgeCategory(request: SubmitKnowledgeCategoryRequest): Promise<SubmitKnowledgeCategoryResponse>;
9781
+ /**
9782
+ * Description: 商户知识库-知识点全量提交
9783
+ * Summary: 商户知识库-知识点全量提交
9784
+ */
9785
+ submitKnowledgeCategoryEx(request: SubmitKnowledgeCategoryRequest, headers: {
9786
+ [key: string]: string;
9787
+ }, runtime: $Util.RuntimeOptions): Promise<SubmitKnowledgeCategoryResponse>;
9788
+ /**
9789
+ * Description: 商家自定义知识库-查询知识库id
9790
+ * Summary: 商家自定义知识库-查询知识库id
9791
+ */
9792
+ queryKnowledgeCategorylibrary(request: QueryKnowledgeCategorylibraryRequest): Promise<QueryKnowledgeCategorylibraryResponse>;
9793
+ /**
9794
+ * Description: 商家自定义知识库-查询知识库id
9795
+ * Summary: 商家自定义知识库-查询知识库id
9796
+ */
9797
+ queryKnowledgeCategorylibraryEx(request: QueryKnowledgeCategorylibraryRequest, headers: {
9798
+ [key: string]: string;
9799
+ }, runtime: $Util.RuntimeOptions): Promise<QueryKnowledgeCategorylibraryResponse>;
9800
+ /**
9801
+ * Description: 商家自定义知识库-基础信息维护
9802
+ * Summary: 商家自定义知识库-基础信息维护
9803
+ */
9804
+ submitInnerKnowledgebaseinfo(request: SubmitInnerKnowledgebaseinfoRequest): Promise<SubmitInnerKnowledgebaseinfoResponse>;
9805
+ /**
9806
+ * Description: 商家自定义知识库-基础信息维护
9807
+ * Summary: 商家自定义知识库-基础信息维护
9808
+ */
9809
+ submitInnerKnowledgebaseinfoEx(request: SubmitInnerKnowledgebaseinfoRequest, headers: {
9810
+ [key: string]: string;
9811
+ }, runtime: $Util.RuntimeOptions): Promise<SubmitInnerKnowledgebaseinfoResponse>;
9812
+ /**
9813
+ * Description: 商家自定义知识库-基础信息查询
9814
+ * Summary: 商家自定义知识库-基础信息查询
9815
+ */
9816
+ queryInnerKnowledgebaseinfo(request: QueryInnerKnowledgebaseinfoRequest): Promise<QueryInnerKnowledgebaseinfoResponse>;
9817
+ /**
9818
+ * Description: 商家自定义知识库-基础信息查询
9819
+ * Summary: 商家自定义知识库-基础信息查询
9820
+ */
9821
+ queryInnerKnowledgebaseinfoEx(request: QueryInnerKnowledgebaseinfoRequest, headers: {
9822
+ [key: string]: string;
9823
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerKnowledgebaseinfoResponse>;
9824
+ /**
9825
+ * Description: 户知识库-知识点全量提交
9826
+ * Summary: 户知识库-知识点全量提交
9827
+ */
9828
+ submitInnerKnowledgecategory(request: SubmitInnerKnowledgecategoryRequest): Promise<SubmitInnerKnowledgecategoryResponse>;
9829
+ /**
9830
+ * Description: 户知识库-知识点全量提交
9831
+ * Summary: 户知识库-知识点全量提交
9832
+ */
9833
+ submitInnerKnowledgecategoryEx(request: SubmitInnerKnowledgecategoryRequest, headers: {
9834
+ [key: string]: string;
9835
+ }, runtime: $Util.RuntimeOptions): Promise<SubmitInnerKnowledgecategoryResponse>;
9836
+ /**
9837
+ * Description: 商家自定义知识库-查询知识库id
9838
+ * Summary: 商家自定义知识库-查询知识库id
9839
+ */
9840
+ queryInnerKnowledgecategorylibrary(request: QueryInnerKnowledgecategorylibraryRequest): Promise<QueryInnerKnowledgecategorylibraryResponse>;
9841
+ /**
9842
+ * Description: 商家自定义知识库-查询知识库id
9843
+ * Summary: 商家自定义知识库-查询知识库id
9844
+ */
9845
+ queryInnerKnowledgecategorylibraryEx(request: QueryInnerKnowledgecategorylibraryRequest, headers: {
9846
+ [key: string]: string;
9847
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerKnowledgecategorylibraryResponse>;
9848
+ /**
9849
+ * Description: 商家自定义知识库-创建用户自定义知识库
9850
+ * Summary: 商家自定义知识库-创建用户自定义知识库
9851
+ */
9852
+ createInnerKnowledgecategory(request: CreateInnerKnowledgecategoryRequest): Promise<CreateInnerKnowledgecategoryResponse>;
9853
+ /**
9854
+ * Description: 商家自定义知识库-创建用户自定义知识库
9855
+ * Summary: 商家自定义知识库-创建用户自定义知识库
9856
+ */
9857
+ createInnerKnowledgecategoryEx(request: CreateInnerKnowledgecategoryRequest, headers: {
9858
+ [key: string]: string;
9859
+ }, runtime: $Util.RuntimeOptions): Promise<CreateInnerKnowledgecategoryResponse>;
9860
+ /**
9861
+ * Description: 商家自定义知识库-知识库信息批量删除
9862
+ * Summary: 商家自定义知识库-知识库信息批量删除
9863
+ */
9864
+ batchdeleteInnerKnowledgecategory(request: BatchdeleteInnerKnowledgecategoryRequest): Promise<BatchdeleteInnerKnowledgecategoryResponse>;
9865
+ /**
9866
+ * Description: 商家自定义知识库-知识库信息批量删除
9867
+ * Summary: 商家自定义知识库-知识库信息批量删除
9868
+ */
9869
+ batchdeleteInnerKnowledgecategoryEx(request: BatchdeleteInnerKnowledgecategoryRequest, headers: {
9870
+ [key: string]: string;
9871
+ }, runtime: $Util.RuntimeOptions): Promise<BatchdeleteInnerKnowledgecategoryResponse>;
9872
+ /**
9873
+ * Description: 商家自定义知识库-知识点相关功能
9874
+ * Summary: 商家自定义知识库-知识点相关功能
9875
+ */
9876
+ operateInnerKnowledgecategory(request: OperateInnerKnowledgecategoryRequest): Promise<OperateInnerKnowledgecategoryResponse>;
9877
+ /**
9878
+ * Description: 商家自定义知识库-知识点相关功能
9879
+ * Summary: 商家自定义知识库-知识点相关功能
9880
+ */
9881
+ operateInnerKnowledgecategoryEx(request: OperateInnerKnowledgecategoryRequest, headers: {
9882
+ [key: string]: string;
9883
+ }, runtime: $Util.RuntimeOptions): Promise<OperateInnerKnowledgecategoryResponse>;
9884
+ /**
9885
+ * Description: 商家自定义知识库-新增知识知识库信息
9886
+ * Summary: 商家自定义知识库-新增知识知识库信息
9887
+ */
9888
+ addInnerKnowledgecategory(request: AddInnerKnowledgecategoryRequest): Promise<AddInnerKnowledgecategoryResponse>;
9889
+ /**
9890
+ * Description: 商家自定义知识库-新增知识知识库信息
9891
+ * Summary: 商家自定义知识库-新增知识知识库信息
9892
+ */
9893
+ addInnerKnowledgecategoryEx(request: AddInnerKnowledgecategoryRequest, headers: {
9894
+ [key: string]: string;
9895
+ }, runtime: $Util.RuntimeOptions): Promise<AddInnerKnowledgecategoryResponse>;
9896
+ /**
9897
+ * Description:
9898
+ 商家自定义知识库-查询知识库信息列表
9899
+ * Summary: 商家自定义知识库-查询知识库信息列表
9900
+ */
9901
+ pagequeryInnerKnowledgecategory(request: PagequeryInnerKnowledgecategoryRequest): Promise<PagequeryInnerKnowledgecategoryResponse>;
9902
+ /**
9903
+ * Description:
9904
+ 商家自定义知识库-查询知识库信息列表
9905
+ * Summary: 商家自定义知识库-查询知识库信息列表
9906
+ */
9907
+ pagequeryInnerKnowledgecategoryEx(request: PagequeryInnerKnowledgecategoryRequest, headers: {
9908
+ [key: string]: string;
9909
+ }, runtime: $Util.RuntimeOptions): Promise<PagequeryInnerKnowledgecategoryResponse>;
9910
+ /**
9911
+ * Description: 商家自定义知识库-编辑知识点
9912
+ * Summary: 商家自定义知识库-编辑知识点
9913
+ */
9914
+ updateInnerKnowledgecategory(request: UpdateInnerKnowledgecategoryRequest): Promise<UpdateInnerKnowledgecategoryResponse>;
9915
+ /**
9916
+ * Description: 商家自定义知识库-编辑知识点
9917
+ * Summary: 商家自定义知识库-编辑知识点
9918
+ */
9919
+ updateInnerKnowledgecategoryEx(request: UpdateInnerKnowledgecategoryRequest, headers: {
9920
+ [key: string]: string;
9921
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateInnerKnowledgecategoryResponse>;
9922
+ /**
9923
+ * Description: 可以通过此接口创建分销渠道,创建成功后返回子渠道的信息
9924
+ * Summary: 分销渠道创建
9925
+ */
9926
+ createInnerSaleschannel(request: CreateInnerSaleschannelRequest): Promise<CreateInnerSaleschannelResponse>;
9927
+ /**
9928
+ * Description: 可以通过此接口创建分销渠道,创建成功后返回子渠道的信息
9929
+ * Summary: 分销渠道创建
9930
+ */
9931
+ createInnerSaleschannelEx(request: CreateInnerSaleschannelRequest, headers: {
9932
+ [key: string]: string;
9933
+ }, runtime: $Util.RuntimeOptions): Promise<CreateInnerSaleschannelResponse>;
9934
+ /**
9935
+ * Description: 查询分销渠道code、名称、级别等信息
9936
+ * Summary: 分销渠道查询
9937
+ */
9938
+ queryInnerSaleschannel(request: QueryInnerSaleschannelRequest): Promise<QueryInnerSaleschannelResponse>;
9939
+ /**
9940
+ * Description: 查询分销渠道code、名称、级别等信息
9941
+ * Summary: 分销渠道查询
9942
+ */
9943
+ queryInnerSaleschannelEx(request: QueryInnerSaleschannelRequest, headers: {
9944
+ [key: string]: string;
9945
+ }, runtime: $Util.RuntimeOptions): Promise<QueryInnerSaleschannelResponse>;
9946
+ /**
9947
+ * Description: 分销渠道更新,当前支持修改渠道名称
9948
+ * Summary: 分销渠道更新
9949
+ */
9950
+ updateInnerSaleschannel(request: UpdateInnerSaleschannelRequest): Promise<UpdateInnerSaleschannelResponse>;
9951
+ /**
9952
+ * Description: 分销渠道更新,当前支持修改渠道名称
9953
+ * Summary: 分销渠道更新
9954
+ */
9955
+ updateInnerSaleschannelEx(request: UpdateInnerSaleschannelRequest, headers: {
9956
+ [key: string]: string;
9957
+ }, runtime: $Util.RuntimeOptions): Promise<UpdateInnerSaleschannelResponse>;
9958
+ /**
9959
+ * Description: 删除所选的分销渠道
9960
+ * Summary: 分销渠道删除
9961
+ */
9962
+ deleteInnerSaleschannel(request: DeleteInnerSaleschannelRequest): Promise<DeleteInnerSaleschannelResponse>;
9963
+ /**
9964
+ * Description: 删除所选的分销渠道
9965
+ * Summary: 分销渠道删除
9966
+ */
9967
+ deleteInnerSaleschannelEx(request: DeleteInnerSaleschannelRequest, headers: {
9968
+ [key: string]: string;
9969
+ }, runtime: $Util.RuntimeOptions): Promise<DeleteInnerSaleschannelResponse>;
9970
+ /**
9971
+ * Description: 批量创建文本域(组件)
9972
+ * Summary: 批量创建文本域
9973
+ */
9974
+ batchcreateInnerTemplatetextarea(request: BatchcreateInnerTemplatetextareaRequest): Promise<BatchcreateInnerTemplatetextareaResponse>;
9975
+ /**
9976
+ * Description: 批量创建文本域(组件)
9977
+ * Summary: 批量创建文本域
9978
+ */
9979
+ batchcreateInnerTemplatetextareaEx(request: BatchcreateInnerTemplatetextareaRequest, headers: {
9980
+ [key: string]: string;
9981
+ }, runtime: $Util.RuntimeOptions): Promise<BatchcreateInnerTemplatetextareaResponse>;
8690
9982
  /**
8691
9983
  * Description: 一键投保
8692
9984
  * Summary: 投保
@@ -9215,6 +10507,18 @@ export default class Client {
9215
10507
  resumeTradeUserpromiseEx(request: ResumeTradeUserpromiseRequest, headers: {
9216
10508
  [key: string]: string;
9217
10509
  }, runtime: $Util.RuntimeOptions): Promise<ResumeTradeUserpromiseResponse>;
10510
+ /**
10511
+ * Description: 订单信息同步
10512
+ * Summary: 订单信息同步
10513
+ */
10514
+ syncTradePromoorderinfo(request: SyncTradePromoorderinfoRequest): Promise<SyncTradePromoorderinfoResponse>;
10515
+ /**
10516
+ * Description: 订单信息同步
10517
+ * Summary: 订单信息同步
10518
+ */
10519
+ syncTradePromoorderinfoEx(request: SyncTradePromoorderinfoRequest, headers: {
10520
+ [key: string]: string;
10521
+ }, runtime: $Util.RuntimeOptions): Promise<SyncTradePromoorderinfoResponse>;
9218
10522
  /**
9219
10523
  * Description: 代扣签约创建
9220
10524
  * Summary: 代扣签约
@@ -9304,37 +10608,37 @@ export default class Client {
9304
10608
  [key: string]: string;
9305
10609
  }, runtime: $Util.RuntimeOptions): Promise<ConfirmWithholdSignasyncunsignResponse>;
9306
10610
  /**
9307
- * Description: 代扣主动支付创建
9308
- * Summary: 代扣主动支付创建
10611
+ * Description: 主动支付创建
10612
+ * Summary: 主动支付创建
9309
10613
  */
9310
10614
  createWithholdActivepay(request: CreateWithholdActivepayRequest): Promise<CreateWithholdActivepayResponse>;
9311
10615
  /**
9312
- * Description: 代扣主动支付创建
9313
- * Summary: 代扣主动支付创建
10616
+ * Description: 主动支付创建
10617
+ * Summary: 主动支付创建
9314
10618
  */
9315
10619
  createWithholdActivepayEx(request: CreateWithholdActivepayRequest, headers: {
9316
10620
  [key: string]: string;
9317
10621
  }, runtime: $Util.RuntimeOptions): Promise<CreateWithholdActivepayResponse>;
9318
10622
  /**
9319
- * Description: 代扣主动支付查询
9320
- * Summary: 代扣主动支付查询
10623
+ * Description: 主动支付查询
10624
+ * Summary: 主动支付查询
9321
10625
  */
9322
10626
  queryWithholdActivepay(request: QueryWithholdActivepayRequest): Promise<QueryWithholdActivepayResponse>;
9323
10627
  /**
9324
- * Description: 代扣主动支付查询
9325
- * Summary: 代扣主动支付查询
10628
+ * Description: 主动支付查询
10629
+ * Summary: 主动支付查询
9326
10630
  */
9327
10631
  queryWithholdActivepayEx(request: QueryWithholdActivepayRequest, headers: {
9328
10632
  [key: string]: string;
9329
10633
  }, runtime: $Util.RuntimeOptions): Promise<QueryWithholdActivepayResponse>;
9330
10634
  /**
9331
- * Description: 代扣主动支付取消
9332
- * Summary: 代扣主动支付取消
10635
+ * Description: 主动支付取消
10636
+ * Summary: 主动支付取消
9333
10637
  */
9334
10638
  cancelWithholdActivepay(request: CancelWithholdActivepayRequest): Promise<CancelWithholdActivepayResponse>;
9335
10639
  /**
9336
- * Description: 代扣主动支付取消
9337
- * Summary: 代扣主动支付取消
10640
+ * Description: 主动支付取消
10641
+ * Summary: 主动支付取消
9338
10642
  */
9339
10643
  cancelWithholdActivepayEx(request: CancelWithholdActivepayRequest, headers: {
9340
10644
  [key: string]: string;
@@ -9375,6 +10679,30 @@ export default class Client {
9375
10679
  queryWithholdCompensateaccountEx(request: QueryWithholdCompensateaccountRequest, headers: {
9376
10680
  [key: string]: string;
9377
10681
  }, runtime: $Util.RuntimeOptions): Promise<QueryWithholdCompensateaccountResponse>;
10682
+ /**
10683
+ * Description: 重试pending状态的代扣计划
10684
+ * Summary: 重试pending状态的代扣计划
10685
+ */
10686
+ retryWithholdPlanpending(request: RetryWithholdPlanpendingRequest): Promise<RetryWithholdPlanpendingResponse>;
10687
+ /**
10688
+ * Description: 重试pending状态的代扣计划
10689
+ * Summary: 重试pending状态的代扣计划
10690
+ */
10691
+ retryWithholdPlanpendingEx(request: RetryWithholdPlanpendingRequest, headers: {
10692
+ [key: string]: string;
10693
+ }, runtime: $Util.RuntimeOptions): Promise<RetryWithholdPlanpendingResponse>;
10694
+ /**
10695
+ * Description: 分账pending重试
10696
+ * Summary: 分账pending重试
10697
+ */
10698
+ retryWithholdDividepending(request: RetryWithholdDividependingRequest): Promise<RetryWithholdDividependingResponse>;
10699
+ /**
10700
+ * Description: 分账pending重试
10701
+ * Summary: 分账pending重试
10702
+ */
10703
+ retryWithholdDividependingEx(request: RetryWithholdDividependingRequest, headers: {
10704
+ [key: string]: string;
10705
+ }, runtime: $Util.RuntimeOptions): Promise<RetryWithholdDividependingResponse>;
9378
10706
  /**
9379
10707
  * Description: 创建HTTP PUT提交的文件上传
9380
10708
  * Summary: 文件上传创建