@antchain/ato 1.19.82 → 1.20.4
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 +933 -27
- package/dist/client.js +1374 -37
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +1896 -6
package/dist/client.d.ts
CHANGED
|
@@ -5153,17 +5153,557 @@ export declare class CreateOnetimeRefundResponse extends $tea.Model {
|
|
|
5153
5153
|
[key: string]: any;
|
|
5154
5154
|
});
|
|
5155
5155
|
}
|
|
5156
|
+
export declare class ExecFundPlanRequest extends $tea.Model {
|
|
5157
|
+
authToken?: string;
|
|
5158
|
+
productInstanceId?: string;
|
|
5159
|
+
orderId: string;
|
|
5160
|
+
fundId: string;
|
|
5161
|
+
merchantId: string;
|
|
5162
|
+
termIndex: number;
|
|
5163
|
+
retryType: string;
|
|
5164
|
+
payType: string;
|
|
5165
|
+
static names(): {
|
|
5166
|
+
[key: string]: string;
|
|
5167
|
+
};
|
|
5168
|
+
static types(): {
|
|
5169
|
+
[key: string]: any;
|
|
5170
|
+
};
|
|
5171
|
+
constructor(map?: {
|
|
5172
|
+
[key: string]: any;
|
|
5173
|
+
});
|
|
5174
|
+
}
|
|
5175
|
+
export declare class ExecFundPlanResponse extends $tea.Model {
|
|
5176
|
+
reqMsgId?: string;
|
|
5177
|
+
resultCode?: string;
|
|
5178
|
+
resultMsg?: string;
|
|
5179
|
+
static names(): {
|
|
5180
|
+
[key: string]: string;
|
|
5181
|
+
};
|
|
5182
|
+
static types(): {
|
|
5183
|
+
[key: string]: any;
|
|
5184
|
+
};
|
|
5185
|
+
constructor(map?: {
|
|
5186
|
+
[key: string]: any;
|
|
5187
|
+
});
|
|
5188
|
+
}
|
|
5156
5189
|
export declare class QueryInnerFundassetpackagerepaymentRequest extends $tea.Model {
|
|
5157
5190
|
authToken?: string;
|
|
5158
5191
|
productInstanceId?: string;
|
|
5159
|
-
fundTenantId: string;
|
|
5160
|
-
assetPackageId?: string;
|
|
5161
|
-
merchantName?: string;
|
|
5162
|
-
loanTimeStart?: string;
|
|
5163
|
-
loanTimeEnd?: string;
|
|
5164
|
-
repaymentStatus?: string;
|
|
5165
|
-
pageInfo: PageQuery;
|
|
5166
|
-
traceId: string;
|
|
5192
|
+
fundTenantId: string;
|
|
5193
|
+
assetPackageId?: string;
|
|
5194
|
+
merchantName?: string;
|
|
5195
|
+
loanTimeStart?: string;
|
|
5196
|
+
loanTimeEnd?: string;
|
|
5197
|
+
repaymentStatus?: string;
|
|
5198
|
+
pageInfo: PageQuery;
|
|
5199
|
+
traceId: string;
|
|
5200
|
+
static names(): {
|
|
5201
|
+
[key: string]: string;
|
|
5202
|
+
};
|
|
5203
|
+
static types(): {
|
|
5204
|
+
[key: string]: any;
|
|
5205
|
+
};
|
|
5206
|
+
constructor(map?: {
|
|
5207
|
+
[key: string]: any;
|
|
5208
|
+
});
|
|
5209
|
+
}
|
|
5210
|
+
export declare class QueryInnerFundassetpackagerepaymentResponse extends $tea.Model {
|
|
5211
|
+
reqMsgId?: string;
|
|
5212
|
+
resultCode?: string;
|
|
5213
|
+
resultMsg?: string;
|
|
5214
|
+
data?: string;
|
|
5215
|
+
total?: number;
|
|
5216
|
+
static names(): {
|
|
5217
|
+
[key: string]: string;
|
|
5218
|
+
};
|
|
5219
|
+
static types(): {
|
|
5220
|
+
[key: string]: any;
|
|
5221
|
+
};
|
|
5222
|
+
constructor(map?: {
|
|
5223
|
+
[key: string]: any;
|
|
5224
|
+
});
|
|
5225
|
+
}
|
|
5226
|
+
export declare class QueryInnerAprepaymentdetailRequest extends $tea.Model {
|
|
5227
|
+
authToken?: string;
|
|
5228
|
+
productInstanceId?: string;
|
|
5229
|
+
fundTenantId: string;
|
|
5230
|
+
assetPacketId: string;
|
|
5231
|
+
traceId: string;
|
|
5232
|
+
static names(): {
|
|
5233
|
+
[key: string]: string;
|
|
5234
|
+
};
|
|
5235
|
+
static types(): {
|
|
5236
|
+
[key: string]: any;
|
|
5237
|
+
};
|
|
5238
|
+
constructor(map?: {
|
|
5239
|
+
[key: string]: any;
|
|
5240
|
+
});
|
|
5241
|
+
}
|
|
5242
|
+
export declare class QueryInnerAprepaymentdetailResponse extends $tea.Model {
|
|
5243
|
+
reqMsgId?: string;
|
|
5244
|
+
resultCode?: string;
|
|
5245
|
+
resultMsg?: string;
|
|
5246
|
+
data?: string;
|
|
5247
|
+
static names(): {
|
|
5248
|
+
[key: string]: string;
|
|
5249
|
+
};
|
|
5250
|
+
static types(): {
|
|
5251
|
+
[key: string]: any;
|
|
5252
|
+
};
|
|
5253
|
+
constructor(map?: {
|
|
5254
|
+
[key: string]: any;
|
|
5255
|
+
});
|
|
5256
|
+
}
|
|
5257
|
+
export declare class QueryInnerAprepaymentallocatedetailRequest extends $tea.Model {
|
|
5258
|
+
authToken?: string;
|
|
5259
|
+
productInstanceId?: string;
|
|
5260
|
+
fundTenantId: string;
|
|
5261
|
+
assetPackageId: string;
|
|
5262
|
+
fundId: string;
|
|
5263
|
+
tenantId: string;
|
|
5264
|
+
merchantId: string;
|
|
5265
|
+
periodNum: number;
|
|
5266
|
+
traceId: string;
|
|
5267
|
+
static names(): {
|
|
5268
|
+
[key: string]: string;
|
|
5269
|
+
};
|
|
5270
|
+
static types(): {
|
|
5271
|
+
[key: string]: any;
|
|
5272
|
+
};
|
|
5273
|
+
constructor(map?: {
|
|
5274
|
+
[key: string]: any;
|
|
5275
|
+
});
|
|
5276
|
+
}
|
|
5277
|
+
export declare class QueryInnerAprepaymentallocatedetailResponse extends $tea.Model {
|
|
5278
|
+
reqMsgId?: string;
|
|
5279
|
+
resultCode?: string;
|
|
5280
|
+
resultMsg?: string;
|
|
5281
|
+
data?: AssetPackagePlanAllocateDetail[];
|
|
5282
|
+
static names(): {
|
|
5283
|
+
[key: string]: string;
|
|
5284
|
+
};
|
|
5285
|
+
static types(): {
|
|
5286
|
+
[key: string]: any;
|
|
5287
|
+
};
|
|
5288
|
+
constructor(map?: {
|
|
5289
|
+
[key: string]: any;
|
|
5290
|
+
});
|
|
5291
|
+
}
|
|
5292
|
+
export declare class QueryInnerMermngdemoRequest extends $tea.Model {
|
|
5293
|
+
authToken?: string;
|
|
5294
|
+
productInstanceId?: string;
|
|
5295
|
+
tenantId: string;
|
|
5296
|
+
static names(): {
|
|
5297
|
+
[key: string]: string;
|
|
5298
|
+
};
|
|
5299
|
+
static types(): {
|
|
5300
|
+
[key: string]: any;
|
|
5301
|
+
};
|
|
5302
|
+
constructor(map?: {
|
|
5303
|
+
[key: string]: any;
|
|
5304
|
+
});
|
|
5305
|
+
}
|
|
5306
|
+
export declare class QueryInnerMermngdemoResponse extends $tea.Model {
|
|
5307
|
+
reqMsgId?: string;
|
|
5308
|
+
resultCode?: string;
|
|
5309
|
+
resultMsg?: string;
|
|
5310
|
+
merchantName?: string;
|
|
5311
|
+
static names(): {
|
|
5312
|
+
[key: string]: string;
|
|
5313
|
+
};
|
|
5314
|
+
static types(): {
|
|
5315
|
+
[key: string]: any;
|
|
5316
|
+
};
|
|
5317
|
+
constructor(map?: {
|
|
5318
|
+
[key: string]: any;
|
|
5319
|
+
});
|
|
5320
|
+
}
|
|
5321
|
+
export declare class QueryInnerMermngcontractextractRequest extends $tea.Model {
|
|
5322
|
+
authToken?: string;
|
|
5323
|
+
productInstanceId?: string;
|
|
5324
|
+
traceId: string;
|
|
5325
|
+
tenantId: string;
|
|
5326
|
+
taskInstantId: string;
|
|
5327
|
+
static names(): {
|
|
5328
|
+
[key: string]: string;
|
|
5329
|
+
};
|
|
5330
|
+
static types(): {
|
|
5331
|
+
[key: string]: any;
|
|
5332
|
+
};
|
|
5333
|
+
constructor(map?: {
|
|
5334
|
+
[key: string]: any;
|
|
5335
|
+
});
|
|
5336
|
+
}
|
|
5337
|
+
export declare class QueryInnerMermngcontractextractResponse extends $tea.Model {
|
|
5338
|
+
reqMsgId?: string;
|
|
5339
|
+
resultCode?: string;
|
|
5340
|
+
resultMsg?: string;
|
|
5341
|
+
taskCode?: string;
|
|
5342
|
+
taskInstantId?: string;
|
|
5343
|
+
bizId?: string;
|
|
5344
|
+
status?: string;
|
|
5345
|
+
extractResult?: string;
|
|
5346
|
+
static names(): {
|
|
5347
|
+
[key: string]: string;
|
|
5348
|
+
};
|
|
5349
|
+
static types(): {
|
|
5350
|
+
[key: string]: any;
|
|
5351
|
+
};
|
|
5352
|
+
constructor(map?: {
|
|
5353
|
+
[key: string]: any;
|
|
5354
|
+
});
|
|
5355
|
+
}
|
|
5356
|
+
export declare class SumbitInnerMermngcontractextractRequest extends $tea.Model {
|
|
5357
|
+
authToken?: string;
|
|
5358
|
+
productInstanceId?: string;
|
|
5359
|
+
traceId: string;
|
|
5360
|
+
tenantId: string;
|
|
5361
|
+
taskCode: string;
|
|
5362
|
+
bizId: string;
|
|
5363
|
+
fileUrl: string;
|
|
5364
|
+
bizParams?: string;
|
|
5365
|
+
static names(): {
|
|
5366
|
+
[key: string]: string;
|
|
5367
|
+
};
|
|
5368
|
+
static types(): {
|
|
5369
|
+
[key: string]: any;
|
|
5370
|
+
};
|
|
5371
|
+
constructor(map?: {
|
|
5372
|
+
[key: string]: any;
|
|
5373
|
+
});
|
|
5374
|
+
}
|
|
5375
|
+
export declare class SumbitInnerMermngcontractextractResponse extends $tea.Model {
|
|
5376
|
+
reqMsgId?: string;
|
|
5377
|
+
resultCode?: string;
|
|
5378
|
+
resultMsg?: string;
|
|
5379
|
+
taskInstantId?: string;
|
|
5380
|
+
static names(): {
|
|
5381
|
+
[key: string]: string;
|
|
5382
|
+
};
|
|
5383
|
+
static types(): {
|
|
5384
|
+
[key: string]: any;
|
|
5385
|
+
};
|
|
5386
|
+
constructor(map?: {
|
|
5387
|
+
[key: string]: any;
|
|
5388
|
+
});
|
|
5389
|
+
}
|
|
5390
|
+
export declare class SumbitInnerMermngcontractauditRequest extends $tea.Model {
|
|
5391
|
+
authToken?: string;
|
|
5392
|
+
productInstanceId?: string;
|
|
5393
|
+
traceId: string;
|
|
5394
|
+
tenantId: string;
|
|
5395
|
+
buIdList: string[];
|
|
5396
|
+
contractType: string;
|
|
5397
|
+
contractFile: FileInfo;
|
|
5398
|
+
stance: string;
|
|
5399
|
+
businessGoals?: string;
|
|
5400
|
+
aiBaselineFlag: boolean;
|
|
5401
|
+
static names(): {
|
|
5402
|
+
[key: string]: string;
|
|
5403
|
+
};
|
|
5404
|
+
static types(): {
|
|
5405
|
+
[key: string]: any;
|
|
5406
|
+
};
|
|
5407
|
+
constructor(map?: {
|
|
5408
|
+
[key: string]: any;
|
|
5409
|
+
});
|
|
5410
|
+
}
|
|
5411
|
+
export declare class SumbitInnerMermngcontractauditResponse extends $tea.Model {
|
|
5412
|
+
reqMsgId?: string;
|
|
5413
|
+
resultCode?: string;
|
|
5414
|
+
resultMsg?: string;
|
|
5415
|
+
status?: string;
|
|
5416
|
+
auditId?: string;
|
|
5417
|
+
contractAuditFinalFile?: FileInfo;
|
|
5418
|
+
static names(): {
|
|
5419
|
+
[key: string]: string;
|
|
5420
|
+
};
|
|
5421
|
+
static types(): {
|
|
5422
|
+
[key: string]: any;
|
|
5423
|
+
};
|
|
5424
|
+
constructor(map?: {
|
|
5425
|
+
[key: string]: any;
|
|
5426
|
+
});
|
|
5427
|
+
}
|
|
5428
|
+
export declare class QueryInnerMermngcontractauditRequest extends $tea.Model {
|
|
5429
|
+
authToken?: string;
|
|
5430
|
+
productInstanceId?: string;
|
|
5431
|
+
auditId: string;
|
|
5432
|
+
traceId: string;
|
|
5433
|
+
tenantId: string;
|
|
5434
|
+
static names(): {
|
|
5435
|
+
[key: string]: string;
|
|
5436
|
+
};
|
|
5437
|
+
static types(): {
|
|
5438
|
+
[key: string]: any;
|
|
5439
|
+
};
|
|
5440
|
+
constructor(map?: {
|
|
5441
|
+
[key: string]: any;
|
|
5442
|
+
});
|
|
5443
|
+
}
|
|
5444
|
+
export declare class QueryInnerMermngcontractauditResponse extends $tea.Model {
|
|
5445
|
+
reqMsgId?: string;
|
|
5446
|
+
resultCode?: string;
|
|
5447
|
+
resultMsg?: string;
|
|
5448
|
+
auditId?: string;
|
|
5449
|
+
status?: string;
|
|
5450
|
+
result?: string;
|
|
5451
|
+
static names(): {
|
|
5452
|
+
[key: string]: string;
|
|
5453
|
+
};
|
|
5454
|
+
static types(): {
|
|
5455
|
+
[key: string]: any;
|
|
5456
|
+
};
|
|
5457
|
+
constructor(map?: {
|
|
5458
|
+
[key: string]: any;
|
|
5459
|
+
});
|
|
5460
|
+
}
|
|
5461
|
+
export declare class FinishInnerMermngcontractauditRequest extends $tea.Model {
|
|
5462
|
+
authToken?: string;
|
|
5463
|
+
productInstanceId?: string;
|
|
5464
|
+
traceId: string;
|
|
5465
|
+
tenantId: string;
|
|
5466
|
+
auditId: string;
|
|
5467
|
+
static names(): {
|
|
5468
|
+
[key: string]: string;
|
|
5469
|
+
};
|
|
5470
|
+
static types(): {
|
|
5471
|
+
[key: string]: any;
|
|
5472
|
+
};
|
|
5473
|
+
constructor(map?: {
|
|
5474
|
+
[key: string]: any;
|
|
5475
|
+
});
|
|
5476
|
+
}
|
|
5477
|
+
export declare class FinishInnerMermngcontractauditResponse extends $tea.Model {
|
|
5478
|
+
reqMsgId?: string;
|
|
5479
|
+
resultCode?: string;
|
|
5480
|
+
resultMsg?: string;
|
|
5481
|
+
static names(): {
|
|
5482
|
+
[key: string]: string;
|
|
5483
|
+
};
|
|
5484
|
+
static types(): {
|
|
5485
|
+
[key: string]: any;
|
|
5486
|
+
};
|
|
5487
|
+
constructor(map?: {
|
|
5488
|
+
[key: string]: any;
|
|
5489
|
+
});
|
|
5490
|
+
}
|
|
5491
|
+
export declare class EditInnerMermngcontractauditdetailRequest extends $tea.Model {
|
|
5492
|
+
authToken?: string;
|
|
5493
|
+
productInstanceId?: string;
|
|
5494
|
+
traceId: string;
|
|
5495
|
+
tenantId: string;
|
|
5496
|
+
auditId: string;
|
|
5497
|
+
auditDetailId: string;
|
|
5498
|
+
operateType: string;
|
|
5499
|
+
contentType: string;
|
|
5500
|
+
content?: string;
|
|
5501
|
+
static names(): {
|
|
5502
|
+
[key: string]: string;
|
|
5503
|
+
};
|
|
5504
|
+
static types(): {
|
|
5505
|
+
[key: string]: any;
|
|
5506
|
+
};
|
|
5507
|
+
constructor(map?: {
|
|
5508
|
+
[key: string]: any;
|
|
5509
|
+
});
|
|
5510
|
+
}
|
|
5511
|
+
export declare class EditInnerMermngcontractauditdetailResponse extends $tea.Model {
|
|
5512
|
+
reqMsgId?: string;
|
|
5513
|
+
resultCode?: string;
|
|
5514
|
+
resultMsg?: string;
|
|
5515
|
+
result?: string;
|
|
5516
|
+
static names(): {
|
|
5517
|
+
[key: string]: string;
|
|
5518
|
+
};
|
|
5519
|
+
static types(): {
|
|
5520
|
+
[key: string]: any;
|
|
5521
|
+
};
|
|
5522
|
+
constructor(map?: {
|
|
5523
|
+
[key: string]: any;
|
|
5524
|
+
});
|
|
5525
|
+
}
|
|
5526
|
+
export declare class FeedbackInnerMermngcontractauditRequest extends $tea.Model {
|
|
5527
|
+
authToken?: string;
|
|
5528
|
+
productInstanceId?: string;
|
|
5529
|
+
traceId: string;
|
|
5530
|
+
auditId: string;
|
|
5531
|
+
tenantId: string;
|
|
5532
|
+
revisionId: string;
|
|
5533
|
+
feedbackContent: string;
|
|
5534
|
+
buId: string;
|
|
5535
|
+
static names(): {
|
|
5536
|
+
[key: string]: string;
|
|
5537
|
+
};
|
|
5538
|
+
static types(): {
|
|
5539
|
+
[key: string]: any;
|
|
5540
|
+
};
|
|
5541
|
+
constructor(map?: {
|
|
5542
|
+
[key: string]: any;
|
|
5543
|
+
});
|
|
5544
|
+
}
|
|
5545
|
+
export declare class FeedbackInnerMermngcontractauditResponse extends $tea.Model {
|
|
5546
|
+
reqMsgId?: string;
|
|
5547
|
+
resultCode?: string;
|
|
5548
|
+
resultMsg?: string;
|
|
5549
|
+
feedbackId?: string;
|
|
5550
|
+
static names(): {
|
|
5551
|
+
[key: string]: string;
|
|
5552
|
+
};
|
|
5553
|
+
static types(): {
|
|
5554
|
+
[key: string]: any;
|
|
5555
|
+
};
|
|
5556
|
+
constructor(map?: {
|
|
5557
|
+
[key: string]: any;
|
|
5558
|
+
});
|
|
5559
|
+
}
|
|
5560
|
+
export declare class QueryInnerMermngcontractfeedbackRequest extends $tea.Model {
|
|
5561
|
+
authToken?: string;
|
|
5562
|
+
productInstanceId?: string;
|
|
5563
|
+
traceId: string;
|
|
5564
|
+
tenantId: string;
|
|
5565
|
+
auditId: string;
|
|
5566
|
+
type?: string;
|
|
5567
|
+
static names(): {
|
|
5568
|
+
[key: string]: string;
|
|
5569
|
+
};
|
|
5570
|
+
static types(): {
|
|
5571
|
+
[key: string]: any;
|
|
5572
|
+
};
|
|
5573
|
+
constructor(map?: {
|
|
5574
|
+
[key: string]: any;
|
|
5575
|
+
});
|
|
5576
|
+
}
|
|
5577
|
+
export declare class QueryInnerMermngcontractfeedbackResponse extends $tea.Model {
|
|
5578
|
+
reqMsgId?: string;
|
|
5579
|
+
resultCode?: string;
|
|
5580
|
+
resultMsg?: string;
|
|
5581
|
+
result?: string;
|
|
5582
|
+
static names(): {
|
|
5583
|
+
[key: string]: string;
|
|
5584
|
+
};
|
|
5585
|
+
static types(): {
|
|
5586
|
+
[key: string]: any;
|
|
5587
|
+
};
|
|
5588
|
+
constructor(map?: {
|
|
5589
|
+
[key: string]: any;
|
|
5590
|
+
});
|
|
5591
|
+
}
|
|
5592
|
+
export declare class FeedbackInnerMermngcontractauditincompleteRequest extends $tea.Model {
|
|
5593
|
+
authToken?: string;
|
|
5594
|
+
productInstanceId?: string;
|
|
5595
|
+
traceId: string;
|
|
5596
|
+
tenantId: string;
|
|
5597
|
+
auditId: string;
|
|
5598
|
+
feedbacks: string;
|
|
5599
|
+
buId: string;
|
|
5600
|
+
static names(): {
|
|
5601
|
+
[key: string]: string;
|
|
5602
|
+
};
|
|
5603
|
+
static types(): {
|
|
5604
|
+
[key: string]: any;
|
|
5605
|
+
};
|
|
5606
|
+
constructor(map?: {
|
|
5607
|
+
[key: string]: any;
|
|
5608
|
+
});
|
|
5609
|
+
}
|
|
5610
|
+
export declare class FeedbackInnerMermngcontractauditincompleteResponse extends $tea.Model {
|
|
5611
|
+
reqMsgId?: string;
|
|
5612
|
+
resultCode?: string;
|
|
5613
|
+
resultMsg?: string;
|
|
5614
|
+
count?: number;
|
|
5615
|
+
static names(): {
|
|
5616
|
+
[key: string]: string;
|
|
5617
|
+
};
|
|
5618
|
+
static types(): {
|
|
5619
|
+
[key: string]: any;
|
|
5620
|
+
};
|
|
5621
|
+
constructor(map?: {
|
|
5622
|
+
[key: string]: any;
|
|
5623
|
+
});
|
|
5624
|
+
}
|
|
5625
|
+
export declare class QueryInnerMermngcontractwebofficetokenRequest extends $tea.Model {
|
|
5626
|
+
authToken?: string;
|
|
5627
|
+
productInstanceId?: string;
|
|
5628
|
+
contractFile: FileInfo;
|
|
5629
|
+
tenantId: string;
|
|
5630
|
+
traceId: string;
|
|
5631
|
+
static names(): {
|
|
5632
|
+
[key: string]: string;
|
|
5633
|
+
};
|
|
5634
|
+
static types(): {
|
|
5635
|
+
[key: string]: any;
|
|
5636
|
+
};
|
|
5637
|
+
constructor(map?: {
|
|
5638
|
+
[key: string]: any;
|
|
5639
|
+
});
|
|
5640
|
+
}
|
|
5641
|
+
export declare class QueryInnerMermngcontractwebofficetokenResponse extends $tea.Model {
|
|
5642
|
+
reqMsgId?: string;
|
|
5643
|
+
resultCode?: string;
|
|
5644
|
+
resultMsg?: string;
|
|
5645
|
+
accessToken?: string;
|
|
5646
|
+
accessTokenExpiredTime?: string;
|
|
5647
|
+
refreshToken?: string;
|
|
5648
|
+
refreshTokenExpiredTime?: string;
|
|
5649
|
+
webofficeUrl?: string;
|
|
5650
|
+
static names(): {
|
|
5651
|
+
[key: string]: string;
|
|
5652
|
+
};
|
|
5653
|
+
static types(): {
|
|
5654
|
+
[key: string]: any;
|
|
5655
|
+
};
|
|
5656
|
+
constructor(map?: {
|
|
5657
|
+
[key: string]: any;
|
|
5658
|
+
});
|
|
5659
|
+
}
|
|
5660
|
+
export declare class ResetInnerMermngcontractwebofficetokenRequest extends $tea.Model {
|
|
5661
|
+
authToken?: string;
|
|
5662
|
+
productInstanceId?: string;
|
|
5663
|
+
tenantId: string;
|
|
5664
|
+
traceId: string;
|
|
5665
|
+
accessToken: string;
|
|
5666
|
+
refreshToken: string;
|
|
5667
|
+
static names(): {
|
|
5668
|
+
[key: string]: string;
|
|
5669
|
+
};
|
|
5670
|
+
static types(): {
|
|
5671
|
+
[key: string]: any;
|
|
5672
|
+
};
|
|
5673
|
+
constructor(map?: {
|
|
5674
|
+
[key: string]: any;
|
|
5675
|
+
});
|
|
5676
|
+
}
|
|
5677
|
+
export declare class ResetInnerMermngcontractwebofficetokenResponse extends $tea.Model {
|
|
5678
|
+
reqMsgId?: string;
|
|
5679
|
+
resultCode?: string;
|
|
5680
|
+
resultMsg?: string;
|
|
5681
|
+
accessToken?: string;
|
|
5682
|
+
accessTokenExpiredTime?: string;
|
|
5683
|
+
refreshToken?: string;
|
|
5684
|
+
refreshTokenExpiredTime?: string;
|
|
5685
|
+
static names(): {
|
|
5686
|
+
[key: string]: string;
|
|
5687
|
+
};
|
|
5688
|
+
static types(): {
|
|
5689
|
+
[key: string]: any;
|
|
5690
|
+
};
|
|
5691
|
+
constructor(map?: {
|
|
5692
|
+
[key: string]: any;
|
|
5693
|
+
});
|
|
5694
|
+
}
|
|
5695
|
+
export declare class OpenInnerEnterpriseproductRequest extends $tea.Model {
|
|
5696
|
+
authToken?: string;
|
|
5697
|
+
productInstanceId?: string;
|
|
5698
|
+
enterpriseId: string;
|
|
5699
|
+
tenantId: string;
|
|
5700
|
+
orderId: string;
|
|
5701
|
+
commodityCode: string;
|
|
5702
|
+
durationType: string;
|
|
5703
|
+
durationValue: string;
|
|
5704
|
+
payAmount: string;
|
|
5705
|
+
payerAlipayUid: string;
|
|
5706
|
+
callbackUrl: string;
|
|
5167
5707
|
static names(): {
|
|
5168
5708
|
[key: string]: string;
|
|
5169
5709
|
};
|
|
@@ -5174,12 +5714,12 @@ export declare class QueryInnerFundassetpackagerepaymentRequest extends $tea.Mod
|
|
|
5174
5714
|
[key: string]: any;
|
|
5175
5715
|
});
|
|
5176
5716
|
}
|
|
5177
|
-
export declare class
|
|
5717
|
+
export declare class OpenInnerEnterpriseproductResponse extends $tea.Model {
|
|
5178
5718
|
reqMsgId?: string;
|
|
5179
5719
|
resultCode?: string;
|
|
5180
5720
|
resultMsg?: string;
|
|
5181
|
-
|
|
5182
|
-
|
|
5721
|
+
orderId?: string;
|
|
5722
|
+
tradeNo?: string;
|
|
5183
5723
|
static names(): {
|
|
5184
5724
|
[key: string]: string;
|
|
5185
5725
|
};
|
|
@@ -5190,12 +5730,12 @@ export declare class QueryInnerFundassetpackagerepaymentResponse extends $tea.Mo
|
|
|
5190
5730
|
[key: string]: any;
|
|
5191
5731
|
});
|
|
5192
5732
|
}
|
|
5193
|
-
export declare class
|
|
5733
|
+
export declare class CreateInnerEnterprisetenantRequest extends $tea.Model {
|
|
5194
5734
|
authToken?: string;
|
|
5195
5735
|
productInstanceId?: string;
|
|
5196
|
-
|
|
5197
|
-
|
|
5198
|
-
|
|
5736
|
+
enterpriseId: string;
|
|
5737
|
+
companyName: string;
|
|
5738
|
+
taxRegistrationNo: string;
|
|
5199
5739
|
static names(): {
|
|
5200
5740
|
[key: string]: string;
|
|
5201
5741
|
};
|
|
@@ -5206,11 +5746,12 @@ export declare class QueryInnerAprepaymentdetailRequest extends $tea.Model {
|
|
|
5206
5746
|
[key: string]: any;
|
|
5207
5747
|
});
|
|
5208
5748
|
}
|
|
5209
|
-
export declare class
|
|
5749
|
+
export declare class CreateInnerEnterprisetenantResponse extends $tea.Model {
|
|
5210
5750
|
reqMsgId?: string;
|
|
5211
5751
|
resultCode?: string;
|
|
5212
5752
|
resultMsg?: string;
|
|
5213
|
-
|
|
5753
|
+
enterpriseId?: string;
|
|
5754
|
+
tenantId?: string;
|
|
5214
5755
|
static names(): {
|
|
5215
5756
|
[key: string]: string;
|
|
5216
5757
|
};
|
|
@@ -5221,16 +5762,12 @@ export declare class QueryInnerAprepaymentdetailResponse extends $tea.Model {
|
|
|
5221
5762
|
[key: string]: any;
|
|
5222
5763
|
});
|
|
5223
5764
|
}
|
|
5224
|
-
export declare class
|
|
5765
|
+
export declare class QueryInnerEnterpriseeventRequest extends $tea.Model {
|
|
5225
5766
|
authToken?: string;
|
|
5226
5767
|
productInstanceId?: string;
|
|
5227
|
-
|
|
5228
|
-
assetPackageId: string;
|
|
5229
|
-
fundId: string;
|
|
5768
|
+
enterpriseId: string;
|
|
5230
5769
|
tenantId: string;
|
|
5231
|
-
|
|
5232
|
-
periodNum: number;
|
|
5233
|
-
traceId: string;
|
|
5770
|
+
orderId: string;
|
|
5234
5771
|
static names(): {
|
|
5235
5772
|
[key: string]: string;
|
|
5236
5773
|
};
|
|
@@ -5241,11 +5778,114 @@ export declare class QueryInnerAprepaymentallocatedetailRequest extends $tea.Mod
|
|
|
5241
5778
|
[key: string]: any;
|
|
5242
5779
|
});
|
|
5243
5780
|
}
|
|
5244
|
-
export declare class
|
|
5781
|
+
export declare class QueryInnerEnterpriseeventResponse extends $tea.Model {
|
|
5245
5782
|
reqMsgId?: string;
|
|
5246
5783
|
resultCode?: string;
|
|
5247
5784
|
resultMsg?: string;
|
|
5248
|
-
|
|
5785
|
+
orderId?: string;
|
|
5786
|
+
event?: string;
|
|
5787
|
+
static names(): {
|
|
5788
|
+
[key: string]: string;
|
|
5789
|
+
};
|
|
5790
|
+
static types(): {
|
|
5791
|
+
[key: string]: any;
|
|
5792
|
+
};
|
|
5793
|
+
constructor(map?: {
|
|
5794
|
+
[key: string]: any;
|
|
5795
|
+
});
|
|
5796
|
+
}
|
|
5797
|
+
export declare class OpenEnterpriseProductRequest extends $tea.Model {
|
|
5798
|
+
authToken?: string;
|
|
5799
|
+
productInstanceId?: string;
|
|
5800
|
+
enterpriseId: string;
|
|
5801
|
+
tenantId: string;
|
|
5802
|
+
orderId: string;
|
|
5803
|
+
commodityCode: string;
|
|
5804
|
+
durationType: string;
|
|
5805
|
+
durationValue: string;
|
|
5806
|
+
payAmount: string;
|
|
5807
|
+
payerAlipayUid: string;
|
|
5808
|
+
callbackUrl: string;
|
|
5809
|
+
static names(): {
|
|
5810
|
+
[key: string]: string;
|
|
5811
|
+
};
|
|
5812
|
+
static types(): {
|
|
5813
|
+
[key: string]: any;
|
|
5814
|
+
};
|
|
5815
|
+
constructor(map?: {
|
|
5816
|
+
[key: string]: any;
|
|
5817
|
+
});
|
|
5818
|
+
}
|
|
5819
|
+
export declare class OpenEnterpriseProductResponse extends $tea.Model {
|
|
5820
|
+
reqMsgId?: string;
|
|
5821
|
+
resultCode?: string;
|
|
5822
|
+
resultMsg?: string;
|
|
5823
|
+
orderId?: string;
|
|
5824
|
+
tradeNo?: string;
|
|
5825
|
+
static names(): {
|
|
5826
|
+
[key: string]: string;
|
|
5827
|
+
};
|
|
5828
|
+
static types(): {
|
|
5829
|
+
[key: string]: any;
|
|
5830
|
+
};
|
|
5831
|
+
constructor(map?: {
|
|
5832
|
+
[key: string]: any;
|
|
5833
|
+
});
|
|
5834
|
+
}
|
|
5835
|
+
export declare class CreateEnterpriseTenantRequest extends $tea.Model {
|
|
5836
|
+
authToken?: string;
|
|
5837
|
+
productInstanceId?: string;
|
|
5838
|
+
enterpriseId: string;
|
|
5839
|
+
companyName: string;
|
|
5840
|
+
taxRegistrationNo: string;
|
|
5841
|
+
static names(): {
|
|
5842
|
+
[key: string]: string;
|
|
5843
|
+
};
|
|
5844
|
+
static types(): {
|
|
5845
|
+
[key: string]: any;
|
|
5846
|
+
};
|
|
5847
|
+
constructor(map?: {
|
|
5848
|
+
[key: string]: any;
|
|
5849
|
+
});
|
|
5850
|
+
}
|
|
5851
|
+
export declare class CreateEnterpriseTenantResponse extends $tea.Model {
|
|
5852
|
+
reqMsgId?: string;
|
|
5853
|
+
resultCode?: string;
|
|
5854
|
+
resultMsg?: string;
|
|
5855
|
+
enterpriseId?: string;
|
|
5856
|
+
tenantId?: string;
|
|
5857
|
+
static names(): {
|
|
5858
|
+
[key: string]: string;
|
|
5859
|
+
};
|
|
5860
|
+
static types(): {
|
|
5861
|
+
[key: string]: any;
|
|
5862
|
+
};
|
|
5863
|
+
constructor(map?: {
|
|
5864
|
+
[key: string]: any;
|
|
5865
|
+
});
|
|
5866
|
+
}
|
|
5867
|
+
export declare class QueryEnterpriseProductRequest extends $tea.Model {
|
|
5868
|
+
authToken?: string;
|
|
5869
|
+
productInstanceId?: string;
|
|
5870
|
+
enterpriseId: string;
|
|
5871
|
+
tenantId: string;
|
|
5872
|
+
orderId: string;
|
|
5873
|
+
static names(): {
|
|
5874
|
+
[key: string]: string;
|
|
5875
|
+
};
|
|
5876
|
+
static types(): {
|
|
5877
|
+
[key: string]: any;
|
|
5878
|
+
};
|
|
5879
|
+
constructor(map?: {
|
|
5880
|
+
[key: string]: any;
|
|
5881
|
+
});
|
|
5882
|
+
}
|
|
5883
|
+
export declare class QueryEnterpriseProductResponse extends $tea.Model {
|
|
5884
|
+
reqMsgId?: string;
|
|
5885
|
+
resultCode?: string;
|
|
5886
|
+
resultMsg?: string;
|
|
5887
|
+
orderId?: string;
|
|
5888
|
+
event?: string;
|
|
5249
5889
|
static names(): {
|
|
5250
5890
|
[key: string]: string;
|
|
5251
5891
|
};
|
|
@@ -13046,7 +13686,7 @@ export declare class CreateInnerWithholdjdsignurlRequest extends $tea.Model {
|
|
|
13046
13686
|
authToken?: string;
|
|
13047
13687
|
productInstanceId?: string;
|
|
13048
13688
|
flowId: string;
|
|
13049
|
-
accountId
|
|
13689
|
+
accountId?: string;
|
|
13050
13690
|
static names(): {
|
|
13051
13691
|
[key: string]: string;
|
|
13052
13692
|
};
|
|
@@ -15832,6 +16472,20 @@ export default class Client {
|
|
|
15832
16472
|
createOnetimeRefundEx(request: CreateOnetimeRefundRequest, headers: {
|
|
15833
16473
|
[key: string]: string;
|
|
15834
16474
|
}, runtime: $Util.RuntimeOptions): Promise<CreateOnetimeRefundResponse>;
|
|
16475
|
+
/**
|
|
16476
|
+
* @remarks
|
|
16477
|
+
* Description: 新融资状态机资方主动重试接口
|
|
16478
|
+
* Summary: 新融资状态机资方主动重试接口
|
|
16479
|
+
*/
|
|
16480
|
+
execFundPlan(request: ExecFundPlanRequest): Promise<ExecFundPlanResponse>;
|
|
16481
|
+
/**
|
|
16482
|
+
* @remarks
|
|
16483
|
+
* Description: 新融资状态机资方主动重试接口
|
|
16484
|
+
* Summary: 新融资状态机资方主动重试接口
|
|
16485
|
+
*/
|
|
16486
|
+
execFundPlanEx(request: ExecFundPlanRequest, headers: {
|
|
16487
|
+
[key: string]: string;
|
|
16488
|
+
}, runtime: $Util.RuntimeOptions): Promise<ExecFundPlanResponse>;
|
|
15835
16489
|
/**
|
|
15836
16490
|
* @remarks
|
|
15837
16491
|
* Description: 资产包还款列表查询
|
|
@@ -15874,6 +16528,258 @@ export default class Client {
|
|
|
15874
16528
|
queryInnerAprepaymentallocatedetailEx(request: QueryInnerAprepaymentallocatedetailRequest, headers: {
|
|
15875
16529
|
[key: string]: string;
|
|
15876
16530
|
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerAprepaymentallocatedetailResponse>;
|
|
16531
|
+
/**
|
|
16532
|
+
* @remarks
|
|
16533
|
+
* Description: 商户管理demo接口
|
|
16534
|
+
* Summary: 商户管理demo接口
|
|
16535
|
+
*/
|
|
16536
|
+
queryInnerMermngdemo(request: QueryInnerMermngdemoRequest): Promise<QueryInnerMermngdemoResponse>;
|
|
16537
|
+
/**
|
|
16538
|
+
* @remarks
|
|
16539
|
+
* Description: 商户管理demo接口
|
|
16540
|
+
* Summary: 商户管理demo接口
|
|
16541
|
+
*/
|
|
16542
|
+
queryInnerMermngdemoEx(request: QueryInnerMermngdemoRequest, headers: {
|
|
16543
|
+
[key: string]: string;
|
|
16544
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerMermngdemoResponse>;
|
|
16545
|
+
/**
|
|
16546
|
+
* @remarks
|
|
16547
|
+
* Description: 立场提取查询
|
|
16548
|
+
* Summary: 立场提取查询
|
|
16549
|
+
*/
|
|
16550
|
+
queryInnerMermngcontractextract(request: QueryInnerMermngcontractextractRequest): Promise<QueryInnerMermngcontractextractResponse>;
|
|
16551
|
+
/**
|
|
16552
|
+
* @remarks
|
|
16553
|
+
* Description: 立场提取查询
|
|
16554
|
+
* Summary: 立场提取查询
|
|
16555
|
+
*/
|
|
16556
|
+
queryInnerMermngcontractextractEx(request: QueryInnerMermngcontractextractRequest, headers: {
|
|
16557
|
+
[key: string]: string;
|
|
16558
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerMermngcontractextractResponse>;
|
|
16559
|
+
/**
|
|
16560
|
+
* @remarks
|
|
16561
|
+
* Description: 合同立场提取
|
|
16562
|
+
* Summary: 合同立场提取
|
|
16563
|
+
*/
|
|
16564
|
+
sumbitInnerMermngcontractextract(request: SumbitInnerMermngcontractextractRequest): Promise<SumbitInnerMermngcontractextractResponse>;
|
|
16565
|
+
/**
|
|
16566
|
+
* @remarks
|
|
16567
|
+
* Description: 合同立场提取
|
|
16568
|
+
* Summary: 合同立场提取
|
|
16569
|
+
*/
|
|
16570
|
+
sumbitInnerMermngcontractextractEx(request: SumbitInnerMermngcontractextractRequest, headers: {
|
|
16571
|
+
[key: string]: string;
|
|
16572
|
+
}, runtime: $Util.RuntimeOptions): Promise<SumbitInnerMermngcontractextractResponse>;
|
|
16573
|
+
/**
|
|
16574
|
+
* @remarks
|
|
16575
|
+
* Description: 提交合同审核
|
|
16576
|
+
* Summary: 提交合同审核
|
|
16577
|
+
*/
|
|
16578
|
+
sumbitInnerMermngcontractaudit(request: SumbitInnerMermngcontractauditRequest): Promise<SumbitInnerMermngcontractauditResponse>;
|
|
16579
|
+
/**
|
|
16580
|
+
* @remarks
|
|
16581
|
+
* Description: 提交合同审核
|
|
16582
|
+
* Summary: 提交合同审核
|
|
16583
|
+
*/
|
|
16584
|
+
sumbitInnerMermngcontractauditEx(request: SumbitInnerMermngcontractauditRequest, headers: {
|
|
16585
|
+
[key: string]: string;
|
|
16586
|
+
}, runtime: $Util.RuntimeOptions): Promise<SumbitInnerMermngcontractauditResponse>;
|
|
16587
|
+
/**
|
|
16588
|
+
* @remarks
|
|
16589
|
+
* Description: 合同审核查询
|
|
16590
|
+
* Summary: 合同审核查询
|
|
16591
|
+
*/
|
|
16592
|
+
queryInnerMermngcontractaudit(request: QueryInnerMermngcontractauditRequest): Promise<QueryInnerMermngcontractauditResponse>;
|
|
16593
|
+
/**
|
|
16594
|
+
* @remarks
|
|
16595
|
+
* Description: 合同审核查询
|
|
16596
|
+
* Summary: 合同审核查询
|
|
16597
|
+
*/
|
|
16598
|
+
queryInnerMermngcontractauditEx(request: QueryInnerMermngcontractauditRequest, headers: {
|
|
16599
|
+
[key: string]: string;
|
|
16600
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerMermngcontractauditResponse>;
|
|
16601
|
+
/**
|
|
16602
|
+
* @remarks
|
|
16603
|
+
* Description: 审核完结
|
|
16604
|
+
* Summary: 审核完结
|
|
16605
|
+
*/
|
|
16606
|
+
finishInnerMermngcontractaudit(request: FinishInnerMermngcontractauditRequest): Promise<FinishInnerMermngcontractauditResponse>;
|
|
16607
|
+
/**
|
|
16608
|
+
* @remarks
|
|
16609
|
+
* Description: 审核完结
|
|
16610
|
+
* Summary: 审核完结
|
|
16611
|
+
*/
|
|
16612
|
+
finishInnerMermngcontractauditEx(request: FinishInnerMermngcontractauditRequest, headers: {
|
|
16613
|
+
[key: string]: string;
|
|
16614
|
+
}, runtime: $Util.RuntimeOptions): Promise<FinishInnerMermngcontractauditResponse>;
|
|
16615
|
+
/**
|
|
16616
|
+
* @remarks
|
|
16617
|
+
* Description: 审核详情编辑
|
|
16618
|
+
* Summary: 审核详情编辑
|
|
16619
|
+
*/
|
|
16620
|
+
editInnerMermngcontractauditdetail(request: EditInnerMermngcontractauditdetailRequest): Promise<EditInnerMermngcontractauditdetailResponse>;
|
|
16621
|
+
/**
|
|
16622
|
+
* @remarks
|
|
16623
|
+
* Description: 审核详情编辑
|
|
16624
|
+
* Summary: 审核详情编辑
|
|
16625
|
+
*/
|
|
16626
|
+
editInnerMermngcontractauditdetailEx(request: EditInnerMermngcontractauditdetailRequest, headers: {
|
|
16627
|
+
[key: string]: string;
|
|
16628
|
+
}, runtime: $Util.RuntimeOptions): Promise<EditInnerMermngcontractauditdetailResponse>;
|
|
16629
|
+
/**
|
|
16630
|
+
* @remarks
|
|
16631
|
+
* Description: 审核反馈
|
|
16632
|
+
* Summary: 审核反馈
|
|
16633
|
+
*/
|
|
16634
|
+
feedbackInnerMermngcontractaudit(request: FeedbackInnerMermngcontractauditRequest): Promise<FeedbackInnerMermngcontractauditResponse>;
|
|
16635
|
+
/**
|
|
16636
|
+
* @remarks
|
|
16637
|
+
* Description: 审核反馈
|
|
16638
|
+
* Summary: 审核反馈
|
|
16639
|
+
*/
|
|
16640
|
+
feedbackInnerMermngcontractauditEx(request: FeedbackInnerMermngcontractauditRequest, headers: {
|
|
16641
|
+
[key: string]: string;
|
|
16642
|
+
}, runtime: $Util.RuntimeOptions): Promise<FeedbackInnerMermngcontractauditResponse>;
|
|
16643
|
+
/**
|
|
16644
|
+
* @remarks
|
|
16645
|
+
* Description: 审核反馈查询
|
|
16646
|
+
* Summary: 审核反馈查询
|
|
16647
|
+
*/
|
|
16648
|
+
queryInnerMermngcontractfeedback(request: QueryInnerMermngcontractfeedbackRequest): Promise<QueryInnerMermngcontractfeedbackResponse>;
|
|
16649
|
+
/**
|
|
16650
|
+
* @remarks
|
|
16651
|
+
* Description: 审核反馈查询
|
|
16652
|
+
* Summary: 审核反馈查询
|
|
16653
|
+
*/
|
|
16654
|
+
queryInnerMermngcontractfeedbackEx(request: QueryInnerMermngcontractfeedbackRequest, headers: {
|
|
16655
|
+
[key: string]: string;
|
|
16656
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerMermngcontractfeedbackResponse>;
|
|
16657
|
+
/**
|
|
16658
|
+
* @remarks
|
|
16659
|
+
* Description: 提交漏审信息
|
|
16660
|
+
* Summary: 提交漏审信息
|
|
16661
|
+
*/
|
|
16662
|
+
feedbackInnerMermngcontractauditincomplete(request: FeedbackInnerMermngcontractauditincompleteRequest): Promise<FeedbackInnerMermngcontractauditincompleteResponse>;
|
|
16663
|
+
/**
|
|
16664
|
+
* @remarks
|
|
16665
|
+
* Description: 提交漏审信息
|
|
16666
|
+
* Summary: 提交漏审信息
|
|
16667
|
+
*/
|
|
16668
|
+
feedbackInnerMermngcontractauditincompleteEx(request: FeedbackInnerMermngcontractauditincompleteRequest, headers: {
|
|
16669
|
+
[key: string]: string;
|
|
16670
|
+
}, runtime: $Util.RuntimeOptions): Promise<FeedbackInnerMermngcontractauditincompleteResponse>;
|
|
16671
|
+
/**
|
|
16672
|
+
* @remarks
|
|
16673
|
+
* Description: 生成weboffice编辑token
|
|
16674
|
+
* Summary: 生成weboffice编辑token
|
|
16675
|
+
*/
|
|
16676
|
+
queryInnerMermngcontractwebofficetoken(request: QueryInnerMermngcontractwebofficetokenRequest): Promise<QueryInnerMermngcontractwebofficetokenResponse>;
|
|
16677
|
+
/**
|
|
16678
|
+
* @remarks
|
|
16679
|
+
* Description: 生成weboffice编辑token
|
|
16680
|
+
* Summary: 生成weboffice编辑token
|
|
16681
|
+
*/
|
|
16682
|
+
queryInnerMermngcontractwebofficetokenEx(request: QueryInnerMermngcontractwebofficetokenRequest, headers: {
|
|
16683
|
+
[key: string]: string;
|
|
16684
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerMermngcontractwebofficetokenResponse>;
|
|
16685
|
+
/**
|
|
16686
|
+
* @remarks
|
|
16687
|
+
* Description: 刷新编辑token
|
|
16688
|
+
* Summary: 刷新编辑token
|
|
16689
|
+
*/
|
|
16690
|
+
resetInnerMermngcontractwebofficetoken(request: ResetInnerMermngcontractwebofficetokenRequest): Promise<ResetInnerMermngcontractwebofficetokenResponse>;
|
|
16691
|
+
/**
|
|
16692
|
+
* @remarks
|
|
16693
|
+
* Description: 刷新编辑token
|
|
16694
|
+
* Summary: 刷新编辑token
|
|
16695
|
+
*/
|
|
16696
|
+
resetInnerMermngcontractwebofficetokenEx(request: ResetInnerMermngcontractwebofficetokenRequest, headers: {
|
|
16697
|
+
[key: string]: string;
|
|
16698
|
+
}, runtime: $Util.RuntimeOptions): Promise<ResetInnerMermngcontractwebofficetokenResponse>;
|
|
16699
|
+
/**
|
|
16700
|
+
* @remarks
|
|
16701
|
+
* Description: 企业码数科计收产品开通接口
|
|
16702
|
+
* Summary: 企业码数科计收产品开通接口
|
|
16703
|
+
*/
|
|
16704
|
+
openInnerEnterpriseproduct(request: OpenInnerEnterpriseproductRequest): Promise<OpenInnerEnterpriseproductResponse>;
|
|
16705
|
+
/**
|
|
16706
|
+
* @remarks
|
|
16707
|
+
* Description: 企业码数科计收产品开通接口
|
|
16708
|
+
* Summary: 企业码数科计收产品开通接口
|
|
16709
|
+
*/
|
|
16710
|
+
openInnerEnterpriseproductEx(request: OpenInnerEnterpriseproductRequest, headers: {
|
|
16711
|
+
[key: string]: string;
|
|
16712
|
+
}, runtime: $Util.RuntimeOptions): Promise<OpenInnerEnterpriseproductResponse>;
|
|
16713
|
+
/**
|
|
16714
|
+
* @remarks
|
|
16715
|
+
* Description: 企业码数科计收企业账户开通接口
|
|
16716
|
+
* Summary: 企业码数科计收企业账户开通接口
|
|
16717
|
+
*/
|
|
16718
|
+
createInnerEnterprisetenant(request: CreateInnerEnterprisetenantRequest): Promise<CreateInnerEnterprisetenantResponse>;
|
|
16719
|
+
/**
|
|
16720
|
+
* @remarks
|
|
16721
|
+
* Description: 企业码数科计收企业账户开通接口
|
|
16722
|
+
* Summary: 企业码数科计收企业账户开通接口
|
|
16723
|
+
*/
|
|
16724
|
+
createInnerEnterprisetenantEx(request: CreateInnerEnterprisetenantRequest, headers: {
|
|
16725
|
+
[key: string]: string;
|
|
16726
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateInnerEnterprisetenantResponse>;
|
|
16727
|
+
/**
|
|
16728
|
+
* @remarks
|
|
16729
|
+
* Description: 企业码数科计收支付结果&开通结果查询接口
|
|
16730
|
+
* Summary: 企业码数科计收支付结果&开通结果查询接口
|
|
16731
|
+
*/
|
|
16732
|
+
queryInnerEnterpriseevent(request: QueryInnerEnterpriseeventRequest): Promise<QueryInnerEnterpriseeventResponse>;
|
|
16733
|
+
/**
|
|
16734
|
+
* @remarks
|
|
16735
|
+
* Description: 企业码数科计收支付结果&开通结果查询接口
|
|
16736
|
+
* Summary: 企业码数科计收支付结果&开通结果查询接口
|
|
16737
|
+
*/
|
|
16738
|
+
queryInnerEnterpriseeventEx(request: QueryInnerEnterpriseeventRequest, headers: {
|
|
16739
|
+
[key: string]: string;
|
|
16740
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryInnerEnterpriseeventResponse>;
|
|
16741
|
+
/**
|
|
16742
|
+
* @remarks
|
|
16743
|
+
* Description: 企业码数科计收产品开通接口
|
|
16744
|
+
* Summary: 企业码数科计收产品开通接口
|
|
16745
|
+
*/
|
|
16746
|
+
openEnterpriseProduct(request: OpenEnterpriseProductRequest): Promise<OpenEnterpriseProductResponse>;
|
|
16747
|
+
/**
|
|
16748
|
+
* @remarks
|
|
16749
|
+
* Description: 企业码数科计收产品开通接口
|
|
16750
|
+
* Summary: 企业码数科计收产品开通接口
|
|
16751
|
+
*/
|
|
16752
|
+
openEnterpriseProductEx(request: OpenEnterpriseProductRequest, headers: {
|
|
16753
|
+
[key: string]: string;
|
|
16754
|
+
}, runtime: $Util.RuntimeOptions): Promise<OpenEnterpriseProductResponse>;
|
|
16755
|
+
/**
|
|
16756
|
+
* @remarks
|
|
16757
|
+
* Description: 企业码数科计收企业账户开通接口
|
|
16758
|
+
* Summary: 企业码数科计收企业账户开通接口
|
|
16759
|
+
*/
|
|
16760
|
+
createEnterpriseTenant(request: CreateEnterpriseTenantRequest): Promise<CreateEnterpriseTenantResponse>;
|
|
16761
|
+
/**
|
|
16762
|
+
* @remarks
|
|
16763
|
+
* Description: 企业码数科计收企业账户开通接口
|
|
16764
|
+
* Summary: 企业码数科计收企业账户开通接口
|
|
16765
|
+
*/
|
|
16766
|
+
createEnterpriseTenantEx(request: CreateEnterpriseTenantRequest, headers: {
|
|
16767
|
+
[key: string]: string;
|
|
16768
|
+
}, runtime: $Util.RuntimeOptions): Promise<CreateEnterpriseTenantResponse>;
|
|
16769
|
+
/**
|
|
16770
|
+
* @remarks
|
|
16771
|
+
* Description: 企业码数科计收支付结果&开通结果查询接口
|
|
16772
|
+
* Summary: 企业码数科计收支付结果&开通结果查询接口
|
|
16773
|
+
*/
|
|
16774
|
+
queryEnterpriseProduct(request: QueryEnterpriseProductRequest): Promise<QueryEnterpriseProductResponse>;
|
|
16775
|
+
/**
|
|
16776
|
+
* @remarks
|
|
16777
|
+
* Description: 企业码数科计收支付结果&开通结果查询接口
|
|
16778
|
+
* Summary: 企业码数科计收支付结果&开通结果查询接口
|
|
16779
|
+
*/
|
|
16780
|
+
queryEnterpriseProductEx(request: QueryEnterpriseProductRequest, headers: {
|
|
16781
|
+
[key: string]: string;
|
|
16782
|
+
}, runtime: $Util.RuntimeOptions): Promise<QueryEnterpriseProductResponse>;
|
|
15877
16783
|
/**
|
|
15878
16784
|
* @remarks
|
|
15879
16785
|
* Description: 数据提供方可以通过此接口传输数据,触达给消费方
|