@antchain/ato 1.14.40 → 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
  };
@@ -1487,6 +1595,7 @@ export declare class CancelFundPlanRequest extends $tea.Model {
1487
1595
  fundId?: string;
1488
1596
  operation?: string;
1489
1597
  redeemAmount?: number;
1598
+ redeemType?: string;
1490
1599
  static names(): {
1491
1600
  [key: string]: string;
1492
1601
  };
@@ -4759,6 +4868,8 @@ export declare class DetailInnerPendingeventResponse extends $tea.Model {
4759
4868
  actionOptionsConfig?: string;
4760
4869
  effectiveStartTime?: string;
4761
4870
  effectiveEndTime?: string;
4871
+ pendingTemplateCode?: string;
4872
+ operateTime?: string;
4762
4873
  static names(): {
4763
4874
  [key: string]: string;
4764
4875
  };
@@ -5180,22 +5291,10 @@ export declare class QueryInnerExpandprocessResponse extends $tea.Model {
5180
5291
  [key: string]: any;
5181
5292
  });
5182
5293
  }
5183
- export declare class CreateInsureRequest extends $tea.Model {
5294
+ export declare class QueryKnowledgeBaseinfoRequest extends $tea.Model {
5184
5295
  authToken?: string;
5185
5296
  productInstanceId?: string;
5186
- orderId: string;
5187
- riskFlowId: string;
5188
- insureCompanyType: string;
5189
- insureProductType: string;
5190
- productInfoList: InsureProductInfo[];
5191
- deliveryType: string;
5192
- contactName: string;
5193
- contactMobile: string;
5194
- facevrfFlowId?: string;
5195
- logisticsNumber?: string;
5196
- tradeTime?: string;
5197
- address?: string;
5198
- period?: number;
5297
+ tenantId: string;
5199
5298
  static names(): {
5200
5299
  [key: string]: string;
5201
5300
  };
@@ -5206,10 +5305,11 @@ export declare class CreateInsureRequest extends $tea.Model {
5206
5305
  [key: string]: any;
5207
5306
  });
5208
5307
  }
5209
- export declare class CreateInsureResponse extends $tea.Model {
5308
+ export declare class QueryKnowledgeBaseinfoResponse extends $tea.Model {
5210
5309
  reqMsgId?: string;
5211
5310
  resultCode?: string;
5212
5311
  resultMsg?: string;
5312
+ merchantBaseInfo?: MerchantBaseInfo;
5213
5313
  static names(): {
5214
5314
  [key: string]: string;
5215
5315
  };
@@ -5220,12 +5320,11 @@ export declare class CreateInsureResponse extends $tea.Model {
5220
5320
  [key: string]: any;
5221
5321
  });
5222
5322
  }
5223
- export declare class QueryInsureRequest extends $tea.Model {
5323
+ export declare class CreateKnowledgeCategoryRequest extends $tea.Model {
5224
5324
  authToken?: string;
5225
5325
  productInstanceId?: string;
5226
- orderId: string;
5227
- insureProductType: string;
5228
- insureCompanyType: string;
5326
+ tenantId: string;
5327
+ fileInfo: FileInfo;
5229
5328
  static names(): {
5230
5329
  [key: string]: string;
5231
5330
  };
@@ -5236,20 +5335,10 @@ export declare class QueryInsureRequest extends $tea.Model {
5236
5335
  [key: string]: any;
5237
5336
  });
5238
5337
  }
5239
- export declare class QueryInsureResponse extends $tea.Model {
5338
+ export declare class CreateKnowledgeCategoryResponse extends $tea.Model {
5240
5339
  reqMsgId?: string;
5241
5340
  resultCode?: string;
5242
5341
  resultMsg?: string;
5243
- orderId?: string;
5244
- insureId?: string;
5245
- status?: string;
5246
- productName?: string;
5247
- insureStartTime?: string;
5248
- insureEndTime?: string;
5249
- insureAmount?: string;
5250
- insurePremium?: string;
5251
- policyUrl?: string;
5252
- validateCode?: string;
5253
5342
  static names(): {
5254
5343
  [key: string]: string;
5255
5344
  };
@@ -5260,11 +5349,14 @@ export declare class QueryInsureResponse extends $tea.Model {
5260
5349
  [key: string]: any;
5261
5350
  });
5262
5351
  }
5263
- export declare class RetryInsurePayRequest extends $tea.Model {
5352
+ export declare class PagequeryKnowledgeCategoryRequest extends $tea.Model {
5264
5353
  authToken?: string;
5265
5354
  productInstanceId?: string;
5266
- orderId: string;
5267
- insureProductType: string;
5355
+ tenantId: string;
5356
+ type?: string;
5357
+ question?: string;
5358
+ status?: string;
5359
+ pageInfo: PageQuery;
5268
5360
  static names(): {
5269
5361
  [key: string]: string;
5270
5362
  };
@@ -5275,10 +5367,12 @@ export declare class RetryInsurePayRequest extends $tea.Model {
5275
5367
  [key: string]: any;
5276
5368
  });
5277
5369
  }
5278
- export declare class RetryInsurePayResponse extends $tea.Model {
5370
+ export declare class PagequeryKnowledgeCategoryResponse extends $tea.Model {
5279
5371
  reqMsgId?: string;
5280
5372
  resultCode?: string;
5281
5373
  resultMsg?: string;
5374
+ total?: number;
5375
+ data?: KnowledgeInfo[];
5282
5376
  static names(): {
5283
5377
  [key: string]: string;
5284
5378
  };
@@ -5289,14 +5383,16 @@ export declare class RetryInsurePayResponse extends $tea.Model {
5289
5383
  [key: string]: any;
5290
5384
  });
5291
5385
  }
5292
- export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
5386
+ export declare class AddKnowledgeCategoryRequest extends $tea.Model {
5293
5387
  authToken?: string;
5294
5388
  productInstanceId?: string;
5295
- companyInfo: CompanyInfo;
5296
- legalInfo: LegalInfo;
5297
- applicationInfo: ApplicationInfo;
5298
- expandMode: string;
5299
- subTenantId?: string;
5389
+ tenantId: string;
5390
+ type: string;
5391
+ question: string;
5392
+ answer: string;
5393
+ hasOrder?: boolean;
5394
+ hasAppLink?: boolean;
5395
+ hasManual?: boolean;
5300
5396
  static names(): {
5301
5397
  [key: string]: string;
5302
5398
  };
@@ -5307,11 +5403,10 @@ export declare class RegisterMerchantexpandMerchantRequest extends $tea.Model {
5307
5403
  [key: string]: any;
5308
5404
  });
5309
5405
  }
5310
- export declare class RegisterMerchantexpandMerchantResponse extends $tea.Model {
5406
+ export declare class AddKnowledgeCategoryResponse extends $tea.Model {
5311
5407
  reqMsgId?: string;
5312
5408
  resultCode?: string;
5313
5409
  resultMsg?: string;
5314
- payExpandId?: string;
5315
5410
  static names(): {
5316
5411
  [key: string]: string;
5317
5412
  };
@@ -5322,11 +5417,11 @@ export declare class RegisterMerchantexpandMerchantResponse extends $tea.Model {
5322
5417
  [key: string]: any;
5323
5418
  });
5324
5419
  }
5325
- export declare class UploadMerchantexpandFileRequest extends $tea.Model {
5420
+ export declare class BatchdeleteKnowledgeCategoryRequest extends $tea.Model {
5326
5421
  authToken?: string;
5327
5422
  productInstanceId?: string;
5328
- fileName: string;
5329
- bizScene: string;
5423
+ tenantId: string;
5424
+ ids: number[];
5330
5425
  static names(): {
5331
5426
  [key: string]: string;
5332
5427
  };
@@ -5337,12 +5432,10 @@ export declare class UploadMerchantexpandFileRequest extends $tea.Model {
5337
5432
  [key: string]: any;
5338
5433
  });
5339
5434
  }
5340
- export declare class UploadMerchantexpandFileResponse extends $tea.Model {
5435
+ export declare class BatchdeleteKnowledgeCategoryResponse extends $tea.Model {
5341
5436
  reqMsgId?: string;
5342
5437
  resultCode?: string;
5343
5438
  resultMsg?: string;
5344
- uploadUrl?: string;
5345
- fileKey?: string;
5346
5439
  static names(): {
5347
5440
  [key: string]: string;
5348
5441
  };
@@ -5353,10 +5446,17 @@ export declare class UploadMerchantexpandFileResponse extends $tea.Model {
5353
5446
  [key: string]: any;
5354
5447
  });
5355
5448
  }
5356
- export declare class QueryMerchantexpandMerchantRequest extends $tea.Model {
5449
+ export declare class UpdateKnowledgeCategoryRequest extends $tea.Model {
5357
5450
  authToken?: string;
5358
5451
  productInstanceId?: string;
5359
- 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;
5360
5460
  static names(): {
5361
5461
  [key: string]: string;
5362
5462
  };
@@ -5367,13 +5467,10 @@ export declare class QueryMerchantexpandMerchantRequest extends $tea.Model {
5367
5467
  [key: string]: any;
5368
5468
  });
5369
5469
  }
5370
- export declare class QueryMerchantexpandMerchantResponse extends $tea.Model {
5470
+ export declare class UpdateKnowledgeCategoryResponse extends $tea.Model {
5371
5471
  reqMsgId?: string;
5372
5472
  resultCode?: string;
5373
5473
  resultMsg?: string;
5374
- enrollmentStatus?: string;
5375
- failReason?: string;
5376
- pendingEventLink?: string;
5377
5474
  static names(): {
5378
5475
  [key: string]: string;
5379
5476
  };
@@ -5384,14 +5481,12 @@ export declare class QueryMerchantexpandMerchantResponse extends $tea.Model {
5384
5481
  [key: string]: any;
5385
5482
  });
5386
5483
  }
5387
- export declare class UpdateMerchantexpandMerchantRequest extends $tea.Model {
5484
+ export declare class OperateKnowledgeCategoryRequest extends $tea.Model {
5388
5485
  authToken?: string;
5389
5486
  productInstanceId?: string;
5390
- companyInfo: CompanyInfoUpdate;
5391
- legalInfo: LegalInfoUpdate;
5392
- applicationInfo: ApplicationInfoUpdate;
5393
- payExpandId: string;
5394
- merchantId: string;
5487
+ tenantId: string;
5488
+ ids: number[];
5489
+ operation: string;
5395
5490
  static names(): {
5396
5491
  [key: string]: string;
5397
5492
  };
@@ -5402,11 +5497,10 @@ export declare class UpdateMerchantexpandMerchantRequest extends $tea.Model {
5402
5497
  [key: string]: any;
5403
5498
  });
5404
5499
  }
5405
- export declare class UpdateMerchantexpandMerchantResponse extends $tea.Model {
5500
+ export declare class OperateKnowledgeCategoryResponse extends $tea.Model {
5406
5501
  reqMsgId?: string;
5407
5502
  resultCode?: string;
5408
5503
  resultMsg?: string;
5409
- payExpandId?: string;
5410
5504
  static names(): {
5411
5505
  [key: string]: string;
5412
5506
  };
@@ -5417,12 +5511,15 @@ export declare class UpdateMerchantexpandMerchantResponse extends $tea.Model {
5417
5511
  [key: string]: any;
5418
5512
  });
5419
5513
  }
5420
- export declare class AddMerchantexpandDividerelationRequest extends $tea.Model {
5514
+ export declare class SubmitKnowledgeBaseinfoRequest extends $tea.Model {
5421
5515
  authToken?: string;
5422
5516
  productInstanceId?: string;
5423
- merchantId: string;
5424
- divideBindingTransInInfoList: DivideBindingTransInInfo[];
5425
- divideRadio?: string;
5517
+ tenantId: string;
5518
+ brandNameSnapshot: string;
5519
+ merchantPhoneSnapshot: string;
5520
+ merchantAppLinkSnapshot?: string;
5521
+ hasLogo: boolean;
5522
+ fileInfo?: FileInfo;
5426
5523
  static names(): {
5427
5524
  [key: string]: string;
5428
5525
  };
@@ -5433,7 +5530,7 @@ export declare class AddMerchantexpandDividerelationRequest extends $tea.Model {
5433
5530
  [key: string]: any;
5434
5531
  });
5435
5532
  }
5436
- export declare class AddMerchantexpandDividerelationResponse extends $tea.Model {
5533
+ export declare class SubmitKnowledgeBaseinfoResponse extends $tea.Model {
5437
5534
  reqMsgId?: string;
5438
5535
  resultCode?: string;
5439
5536
  resultMsg?: string;
@@ -5447,10 +5544,10 @@ export declare class AddMerchantexpandDividerelationResponse extends $tea.Model
5447
5544
  [key: string]: any;
5448
5545
  });
5449
5546
  }
5450
- export declare class QueryMerchantexpandDividerelationRequest extends $tea.Model {
5547
+ export declare class SubmitKnowledgeCategoryRequest extends $tea.Model {
5451
5548
  authToken?: string;
5452
5549
  productInstanceId?: string;
5453
- merchantId: string;
5550
+ tenantId: string;
5454
5551
  static names(): {
5455
5552
  [key: string]: string;
5456
5553
  };
@@ -5461,12 +5558,10 @@ export declare class QueryMerchantexpandDividerelationRequest extends $tea.Model
5461
5558
  [key: string]: any;
5462
5559
  });
5463
5560
  }
5464
- export declare class QueryMerchantexpandDividerelationResponse extends $tea.Model {
5561
+ export declare class SubmitKnowledgeCategoryResponse extends $tea.Model {
5465
5562
  reqMsgId?: string;
5466
5563
  resultCode?: string;
5467
5564
  resultMsg?: string;
5468
- alipayPidList?: string[];
5469
- divideRadio?: string;
5470
5565
  static names(): {
5471
5566
  [key: string]: string;
5472
5567
  };
@@ -5477,15 +5572,10 @@ export declare class QueryMerchantexpandDividerelationResponse extends $tea.Mode
5477
5572
  [key: string]: any;
5478
5573
  });
5479
5574
  }
5480
- export declare class CreateRealpersonFacevrfRequest extends $tea.Model {
5575
+ export declare class QueryKnowledgeCategorylibraryRequest extends $tea.Model {
5481
5576
  authToken?: string;
5482
5577
  productInstanceId?: string;
5483
- solutionType: string;
5484
- certName: string;
5485
- certNo: string;
5486
- certType: string;
5487
- faceReserveStrategy?: string;
5488
- returnUrl?: string;
5578
+ tenantId: string;
5489
5579
  static names(): {
5490
5580
  [key: string]: string;
5491
5581
  };
@@ -5496,12 +5586,13 @@ export declare class CreateRealpersonFacevrfRequest extends $tea.Model {
5496
5586
  [key: string]: any;
5497
5587
  });
5498
5588
  }
5499
- export declare class CreateRealpersonFacevrfResponse extends $tea.Model {
5589
+ export declare class QueryKnowledgeCategorylibraryResponse extends $tea.Model {
5500
5590
  reqMsgId?: string;
5501
5591
  resultCode?: string;
5502
5592
  resultMsg?: string;
5503
- realPersonVerificationCode?: string;
5504
- webUrl?: string;
5593
+ libraryId?: string;
5594
+ libraryName?: string;
5595
+ categoryId?: string;
5505
5596
  static names(): {
5506
5597
  [key: string]: string;
5507
5598
  };
@@ -5512,10 +5603,15 @@ export declare class CreateRealpersonFacevrfResponse extends $tea.Model {
5512
5603
  [key: string]: any;
5513
5604
  });
5514
5605
  }
5515
- export declare class QueryRealpersonFacevrfRequest extends $tea.Model {
5606
+ export declare class SubmitInnerKnowledgebaseinfoRequest extends $tea.Model {
5516
5607
  authToken?: string;
5517
5608
  productInstanceId?: string;
5518
- realPersonVerificationCode: string;
5609
+ tenantId: string;
5610
+ brandNameSnapshot: string;
5611
+ merchantPhoneSnapshot: string;
5612
+ merchantAppLinkSnapshot?: string;
5613
+ hasLogo: boolean;
5614
+ fileInfo?: FileInfo;
5519
5615
  static names(): {
5520
5616
  [key: string]: string;
5521
5617
  };
@@ -5526,13 +5622,10 @@ export declare class QueryRealpersonFacevrfRequest extends $tea.Model {
5526
5622
  [key: string]: any;
5527
5623
  });
5528
5624
  }
5529
- export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
5625
+ export declare class SubmitInnerKnowledgebaseinfoResponse extends $tea.Model {
5530
5626
  reqMsgId?: string;
5531
5627
  resultCode?: string;
5532
5628
  resultMsg?: string;
5533
- certifyState?: string;
5534
- attackFlag?: string;
5535
- alivePhoto?: string;
5536
5629
  static names(): {
5537
5630
  [key: string]: string;
5538
5631
  };
@@ -5543,21 +5636,10 @@ export declare class QueryRealpersonFacevrfResponse extends $tea.Model {
5543
5636
  [key: string]: any;
5544
5637
  });
5545
5638
  }
5546
- export declare class QueryRiskRequest extends $tea.Model {
5639
+ export declare class QueryInnerKnowledgebaseinfoRequest extends $tea.Model {
5547
5640
  authToken?: string;
5548
5641
  productInstanceId?: string;
5549
- productName?: string;
5550
- userName: string;
5551
- certNo: string;
5552
- mobile: string;
5553
- alipayUserId?: string;
5554
- source?: string;
5555
- riskBizScene?: string;
5556
- itemDetail?: ItemDetail;
5557
- priceDetail?: PriceDetail;
5558
- deliveryDetail?: DeliveryDetail;
5559
- industry?: string;
5560
- modelVersion?: string;
5642
+ tenantId: string;
5561
5643
  static names(): {
5562
5644
  [key: string]: string;
5563
5645
  };
@@ -5568,12 +5650,11 @@ export declare class QueryRiskRequest extends $tea.Model {
5568
5650
  [key: string]: any;
5569
5651
  });
5570
5652
  }
5571
- export declare class QueryRiskResponse extends $tea.Model {
5653
+ export declare class QueryInnerKnowledgebaseinfoResponse extends $tea.Model {
5572
5654
  reqMsgId?: string;
5573
5655
  resultCode?: string;
5574
5656
  resultMsg?: string;
5575
- models?: RiskModel[];
5576
- appletModel?: AppletRiskModel;
5657
+ merchantBaseInfo?: MerchantBaseInfo;
5577
5658
  static names(): {
5578
5659
  [key: string]: string;
5579
5660
  };
@@ -5584,28 +5665,10 @@ export declare class QueryRiskResponse extends $tea.Model {
5584
5665
  [key: string]: any;
5585
5666
  });
5586
5667
  }
5587
- export declare class QueryRiskGoRequest extends $tea.Model {
5668
+ export declare class SubmitInnerKnowledgecategoryRequest extends $tea.Model {
5588
5669
  authToken?: string;
5589
5670
  productInstanceId?: string;
5590
- riskType: string;
5591
- flowId: string;
5592
- businessCode: string;
5593
- scene: string;
5594
- userId?: string;
5595
- openId?: string;
5596
- merPid?: string;
5597
- mobileNo?: string;
5598
- certNo?: string;
5599
- ip?: string;
5600
- lbs?: string;
5601
- role?: string;
5602
- activityInfo?: string;
5603
- purchaseQueryModel?: PurchaseQueryModel;
5604
- scalperQueryModel?: ScalperQueryModel;
5605
- awardingQueryModel?: AwardingQueryModel;
5606
- farmingQueryModel?: FarmingQueryModel;
5607
- baddebtQueryModel?: BaddebtQueryModel;
5608
- merchantAppId?: string;
5671
+ tenantId: string;
5609
5672
  static names(): {
5610
5673
  [key: string]: string;
5611
5674
  };
@@ -5616,11 +5679,10 @@ export declare class QueryRiskGoRequest extends $tea.Model {
5616
5679
  [key: string]: any;
5617
5680
  });
5618
5681
  }
5619
- export declare class QueryRiskGoResponse extends $tea.Model {
5682
+ export declare class SubmitInnerKnowledgecategoryResponse extends $tea.Model {
5620
5683
  reqMsgId?: string;
5621
5684
  resultCode?: string;
5622
5685
  resultMsg?: string;
5623
- model?: RiskGoModel;
5624
5686
  static names(): {
5625
5687
  [key: string]: string;
5626
5688
  };
@@ -5631,16 +5693,10 @@ export declare class QueryRiskGoResponse extends $tea.Model {
5631
5693
  [key: string]: any;
5632
5694
  });
5633
5695
  }
5634
- export declare class UploadInnerRiskcallRequest extends $tea.Model {
5696
+ export declare class QueryInnerKnowledgecategorylibraryRequest extends $tea.Model {
5635
5697
  authToken?: string;
5636
5698
  productInstanceId?: string;
5637
- idempotentId: string;
5638
- pid: string;
5639
- serviceAmount: number;
5640
- startTime: string;
5641
- endTime: string;
5642
- alipayInstanceId: string;
5643
- extInfo?: string;
5699
+ tenantId: string;
5644
5700
  static names(): {
5645
5701
  [key: string]: string;
5646
5702
  };
@@ -5651,11 +5707,14 @@ export declare class UploadInnerRiskcallRequest extends $tea.Model {
5651
5707
  [key: string]: any;
5652
5708
  });
5653
5709
  }
5654
- export declare class UploadInnerRiskcallResponse extends $tea.Model {
5710
+ export declare class QueryInnerKnowledgecategorylibraryResponse extends $tea.Model {
5655
5711
  reqMsgId?: string;
5656
5712
  resultCode?: string;
5657
5713
  resultMsg?: string;
5658
- result?: boolean;
5714
+ libraryId?: string;
5715
+ libraryName?: string;
5716
+ categoryId?: string;
5717
+ total?: number;
5659
5718
  static names(): {
5660
5719
  [key: string]: string;
5661
5720
  };
@@ -5666,14 +5725,11 @@ export declare class UploadInnerRiskcallResponse extends $tea.Model {
5666
5725
  [key: string]: any;
5667
5726
  });
5668
5727
  }
5669
- export declare class AllSignTemplateRequest extends $tea.Model {
5728
+ export declare class CreateInnerKnowledgecategoryRequest extends $tea.Model {
5670
5729
  authToken?: string;
5671
5730
  productInstanceId?: string;
5672
- contractType?: string;
5673
- merchantId?: string;
5674
- fundId?: string;
5675
- fundType?: string;
5676
- templateId?: string;
5731
+ tenantId: string;
5732
+ fileInfo: FileInfo;
5677
5733
  static names(): {
5678
5734
  [key: string]: string;
5679
5735
  };
@@ -5684,11 +5740,10 @@ export declare class AllSignTemplateRequest extends $tea.Model {
5684
5740
  [key: string]: any;
5685
5741
  });
5686
5742
  }
5687
- export declare class AllSignTemplateResponse extends $tea.Model {
5743
+ export declare class CreateInnerKnowledgecategoryResponse extends $tea.Model {
5688
5744
  reqMsgId?: string;
5689
5745
  resultCode?: string;
5690
5746
  resultMsg?: string;
5691
- templateList?: string;
5692
5747
  static names(): {
5693
5748
  [key: string]: string;
5694
5749
  };
@@ -5699,25 +5754,864 @@ export declare class AllSignTemplateResponse extends $tea.Model {
5699
5754
  [key: string]: any;
5700
5755
  });
5701
5756
  }
5702
- export declare class SubmitSignFlowRequest extends $tea.Model {
5757
+ export declare class BatchdeleteInnerKnowledgecategoryRequest extends $tea.Model {
5703
5758
  authToken?: string;
5704
5759
  productInstanceId?: string;
5705
- orderId: string;
5706
- userIdType: string;
5707
- userIdNumber: string;
5708
- userName: string;
5709
- userMobile?: string;
5710
- userEmail?: string;
5711
- signValidity?: string;
5712
- flowNotifyType?: string;
5713
- businessScene: string;
5714
- signedRedirectUrl?: string;
5715
- templateList: string;
5716
- alipayUserId?: string;
5717
- merchantName: string;
5718
- merchantTag?: string;
5719
- merchantSealId?: string;
5720
- 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;
5721
6615
  merchantIdType: string;
5722
6616
  merchantIdNumber: string;
5723
6617
  merchantLegalName?: string;
@@ -6690,6 +7584,40 @@ export declare class ResumeTradeUserpromiseResponse extends $tea.Model {
6690
7584
  [key: string]: any;
6691
7585
  });
6692
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
+ }
6693
7621
  export declare class CreateWithholdSignRequest extends $tea.Model {
6694
7622
  authToken?: string;
6695
7623
  productInstanceId?: string;
@@ -6925,6 +7853,8 @@ export declare class CreateWithholdActivepayRequest extends $tea.Model {
6925
7853
  payAmount?: number;
6926
7854
  operationDivideFlag?: string;
6927
7855
  operationDivideTransInList?: OperationDivideTransInModel[];
7856
+ multiPayDetail?: SingleTermDetail[];
7857
+ payApplyNo?: number;
6928
7858
  static names(): {
6929
7859
  [key: string]: string;
6930
7860
  };
@@ -6959,6 +7889,7 @@ export declare class QueryWithholdActivepayRequest extends $tea.Model {
6959
7889
  tradeNo?: string;
6960
7890
  payType?: string;
6961
7891
  payChannel?: string;
7892
+ payApplyNo?: number;
6962
7893
  static names(): {
6963
7894
  [key: string]: string;
6964
7895
  };
@@ -7025,6 +7956,7 @@ export declare class CreateWithholdRefundRequest extends $tea.Model {
7025
7956
  refundMoney: number;
7026
7957
  refundReason?: string;
7027
7958
  payType?: string;
7959
+ payApplyNo?: number;
7028
7960
  static names(): {
7029
7961
  [key: string]: string;
7030
7962
  };
@@ -7059,6 +7991,7 @@ export declare class QueryWithholdRefundRequest extends $tea.Model {
7059
7991
  periodNum?: number;
7060
7992
  refundRequestNo: string;
7061
7993
  payType?: string;
7994
+ payApplyNo?: number;
7062
7995
  static names(): {
7063
7996
  [key: string]: string;
7064
7997
  };
@@ -7122,6 +8055,64 @@ export declare class QueryWithholdCompensateaccountResponse extends $tea.Model {
7122
8055
  [key: string]: any;
7123
8056
  });
7124
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
+ }
7125
8116
  export declare class CreateAntcloudGatewayxFileUploadRequest extends $tea.Model {
7126
8117
  authToken?: string;
7127
8118
  apiCode: string;
@@ -8686,6 +9677,308 @@ export default class Client {
8686
9677
  queryInnerExpandprocessEx(request: QueryInnerExpandprocessRequest, headers: {
8687
9678
  [key: string]: string;
8688
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>;
8689
9982
  /**
8690
9983
  * Description: 一键投保
8691
9984
  * Summary: 投保
@@ -9214,6 +10507,18 @@ export default class Client {
9214
10507
  resumeTradeUserpromiseEx(request: ResumeTradeUserpromiseRequest, headers: {
9215
10508
  [key: string]: string;
9216
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>;
9217
10522
  /**
9218
10523
  * Description: 代扣签约创建
9219
10524
  * Summary: 代扣签约
@@ -9303,37 +10608,37 @@ export default class Client {
9303
10608
  [key: string]: string;
9304
10609
  }, runtime: $Util.RuntimeOptions): Promise<ConfirmWithholdSignasyncunsignResponse>;
9305
10610
  /**
9306
- * Description: 代扣主动支付创建
9307
- * Summary: 代扣主动支付创建
10611
+ * Description: 主动支付创建
10612
+ * Summary: 主动支付创建
9308
10613
  */
9309
10614
  createWithholdActivepay(request: CreateWithholdActivepayRequest): Promise<CreateWithholdActivepayResponse>;
9310
10615
  /**
9311
- * Description: 代扣主动支付创建
9312
- * Summary: 代扣主动支付创建
10616
+ * Description: 主动支付创建
10617
+ * Summary: 主动支付创建
9313
10618
  */
9314
10619
  createWithholdActivepayEx(request: CreateWithholdActivepayRequest, headers: {
9315
10620
  [key: string]: string;
9316
10621
  }, runtime: $Util.RuntimeOptions): Promise<CreateWithholdActivepayResponse>;
9317
10622
  /**
9318
- * Description: 代扣主动支付查询
9319
- * Summary: 代扣主动支付查询
10623
+ * Description: 主动支付查询
10624
+ * Summary: 主动支付查询
9320
10625
  */
9321
10626
  queryWithholdActivepay(request: QueryWithholdActivepayRequest): Promise<QueryWithholdActivepayResponse>;
9322
10627
  /**
9323
- * Description: 代扣主动支付查询
9324
- * Summary: 代扣主动支付查询
10628
+ * Description: 主动支付查询
10629
+ * Summary: 主动支付查询
9325
10630
  */
9326
10631
  queryWithholdActivepayEx(request: QueryWithholdActivepayRequest, headers: {
9327
10632
  [key: string]: string;
9328
10633
  }, runtime: $Util.RuntimeOptions): Promise<QueryWithholdActivepayResponse>;
9329
10634
  /**
9330
- * Description: 代扣主动支付取消
9331
- * Summary: 代扣主动支付取消
10635
+ * Description: 主动支付取消
10636
+ * Summary: 主动支付取消
9332
10637
  */
9333
10638
  cancelWithholdActivepay(request: CancelWithholdActivepayRequest): Promise<CancelWithholdActivepayResponse>;
9334
10639
  /**
9335
- * Description: 代扣主动支付取消
9336
- * Summary: 代扣主动支付取消
10640
+ * Description: 主动支付取消
10641
+ * Summary: 主动支付取消
9337
10642
  */
9338
10643
  cancelWithholdActivepayEx(request: CancelWithholdActivepayRequest, headers: {
9339
10644
  [key: string]: string;
@@ -9374,6 +10679,30 @@ export default class Client {
9374
10679
  queryWithholdCompensateaccountEx(request: QueryWithholdCompensateaccountRequest, headers: {
9375
10680
  [key: string]: string;
9376
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>;
9377
10706
  /**
9378
10707
  * Description: 创建HTTP PUT提交的文件上传
9379
10708
  * Summary: 文件上传创建