@antchain/abc 1.0.14 → 1.0.34
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 +1162 -83
- package/dist/client.js +1211 -27
- package/dist/client.js.map +1 -1
- package/package.json +30 -29
- package/src/client.ts +2039 -243
package/dist/client.js
CHANGED
|
@@ -22,13 +22,14 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
22
22
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.QueryGongxiangTesttestResponse = exports.QueryGongxiangTesttestRequest = exports.ImportOneLimitResponse = exports.ImportOneLimitRequest = exports.QueryOneLimitResponse = exports.QueryOneLimitRequest = exports.QueryApprovalTestResponse = exports.QueryApprovalTestRequest = exports.ApiTestCreateResponse = exports.ApiTestCreateRequest = exports.APreCreateApiResponse = exports.APreCreateApiRequest = exports.CreateapiExistingProductsResponse = exports.CreateapiExistingProductsRequest = exports.QueryTimeFiveResponse = exports.QueryTimeFiveRequest = exports.QueryTimeFourResponse = exports.QueryTimeFourRequest = exports.QueryTimeThreeResponse = exports.QueryTimeThreeRequest = exports.QueryTimeTwoResponse = exports.QueryTimeTwoRequest = exports.QueryTimeOneResponse = exports.QueryTimeOneRequest = exports.UploadTestFileResponse = exports.UploadTestFileRequest = exports.MatchSecurityFaceResponse = exports.MatchSecurityFaceRequest = exports.QueryAbcdaAbcddaaResponse = exports.QueryAbcdaAbcddaaRequest = exports.QueryGatewayResponse = exports.QueryGatewayRequest = exports.PreviewDemoResponse = exports.PreviewDemoRequest = exports.XNameValuePair = exports.TestPark = exports.InitPack = exports.InitPark = exports.InitParks = exports.GongXiangnengli = exports.NameAndAge = exports.ResultListDemo = exports.FaceImage = exports.TestDemo = exports.AbcDemoStruct = exports.SubDemoStruct = exports.Config = void 0;
|
|
25
|
+
exports.CreateAntcloudGatewayxFileUploadResponse = exports.CreateAntcloudGatewayxFileUploadRequest = exports.QueryGongxiangTesttestResponse = exports.QueryGongxiangTesttestRequest = exports.WithdrawOneLimitResponse = exports.WithdrawOneLimitRequest = exports.ResetOneLimitResponse = exports.ResetOneLimitRequest = exports.UnstabilizeOneLimitResponse = exports.UnstabilizeOneLimitRequest = exports.StabilizeOneLimitResponse = exports.StabilizeOneLimitRequest = exports.ImportOneLimitResponse = exports.ImportOneLimitRequest = exports.QueryOneLimitResponse = exports.QueryOneLimitRequest = exports.TimeTestOneResponse = exports.TimeTestOneRequest = exports.OperateTestOneResponse = exports.OperateTestOneRequest = exports.MatchTestOneResponse = exports.MatchTestOneRequest = exports.CaptureTestOneResponse = exports.CaptureTestOneRequest = exports.StabilizeTestOneResponse = exports.StabilizeTestOneRequest = exports.ImportTestOneResponse = exports.ImportTestOneRequest = exports.QueryTestOneResponse = exports.QueryTestOneRequest = exports.AzxdAzsxResponse = exports.AzxdAzsxRequest = exports.QueryApprovalTestResponse = exports.QueryApprovalTestRequest = exports.ApiTestCreateResponse = exports.ApiTestCreateRequest = exports.APreCreateApiResponse = exports.APreCreateApiRequest = exports.CreateapiExistingProductsResponse = exports.CreateapiExistingProductsRequest = exports.CccAaaBbbResponse = exports.CccAaaBbbRequest = exports.QueryTimeFiveResponse = exports.QueryTimeFiveRequest = exports.QueryTimeFourResponse = exports.QueryTimeFourRequest = exports.QueryTimeThreeResponse = exports.QueryTimeThreeRequest = exports.QueryTimeTwoResponse = exports.QueryTimeTwoRequest = exports.QueryTimeOneResponse = exports.QueryTimeOneRequest = exports.UploadTestFileResponse = exports.UploadTestFileRequest = exports.MatchSecurityFaceResponse = exports.MatchSecurityFaceRequest = exports.QueryAbcdaAbcddaaResponse = exports.QueryAbcdaAbcddaaRequest = exports.QueryGatewayResponse = exports.QueryGatewayRequest = exports.PreviewDemoResponse = exports.PreviewDemoRequest = exports.QueryAlltestTwoResponse = exports.QueryAlltestTwoRequest = exports.UnstabilizeAlltestOneResponse = exports.UnstabilizeAlltestOneRequest = exports.StabilizeAlltestOneResponse = exports.StabilizeAlltestOneRequest = exports.ImportAlltestOneResponse = exports.ImportAlltestOneRequest = exports.QueryAlltestOneResponse = exports.QueryAlltestOneRequest = exports.XNameValuePair = exports.DevTest = exports.TestPark = exports.InitPack = exports.InitPark = exports.InitParks = exports.GongXiangnengli = exports.NameAndAge = exports.ResultListDemo = exports.FaceImage = exports.TestDemo = exports.AbcDemoStruct = exports.SubDemoStruct = exports.Config = void 0;
|
|
26
26
|
// This file is auto-generated, don't edit it
|
|
27
27
|
const alipay_util_1 = __importDefault(require("@antchain/alipay-util"));
|
|
28
28
|
const tea_util_1 = __importStar(require("@alicloud/tea-util")), $Util = tea_util_1;
|
|
29
29
|
const rpc_util_1 = __importDefault(require("@alicloud/rpc-util"));
|
|
30
30
|
const $tea = __importStar(require("@alicloud/tea-typescript"));
|
|
31
31
|
/**
|
|
32
|
+
* @remarks
|
|
32
33
|
* Model for initing client
|
|
33
34
|
*/
|
|
34
35
|
class Config extends $tea.Model {
|
|
@@ -298,6 +299,23 @@ class TestPark extends $tea.Model {
|
|
|
298
299
|
}
|
|
299
300
|
}
|
|
300
301
|
exports.TestPark = TestPark;
|
|
302
|
+
// dev测试
|
|
303
|
+
class DevTest extends $tea.Model {
|
|
304
|
+
constructor(map) {
|
|
305
|
+
super(map);
|
|
306
|
+
}
|
|
307
|
+
static names() {
|
|
308
|
+
return {
|
|
309
|
+
timeout: 'timeout',
|
|
310
|
+
};
|
|
311
|
+
}
|
|
312
|
+
static types() {
|
|
313
|
+
return {
|
|
314
|
+
timeout: 'string',
|
|
315
|
+
};
|
|
316
|
+
}
|
|
317
|
+
}
|
|
318
|
+
exports.DevTest = DevTest;
|
|
301
319
|
// 键值对
|
|
302
320
|
class XNameValuePair extends $tea.Model {
|
|
303
321
|
constructor(map) {
|
|
@@ -317,6 +335,228 @@ class XNameValuePair extends $tea.Model {
|
|
|
317
335
|
}
|
|
318
336
|
}
|
|
319
337
|
exports.XNameValuePair = XNameValuePair;
|
|
338
|
+
class QueryAlltestOneRequest extends $tea.Model {
|
|
339
|
+
constructor(map) {
|
|
340
|
+
super(map);
|
|
341
|
+
}
|
|
342
|
+
static names() {
|
|
343
|
+
return {
|
|
344
|
+
authToken: 'auth_token',
|
|
345
|
+
productInstanceId: 'product_instance_id',
|
|
346
|
+
timeout: 'timeout',
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
static types() {
|
|
350
|
+
return {
|
|
351
|
+
authToken: 'string',
|
|
352
|
+
productInstanceId: 'string',
|
|
353
|
+
timeout: 'string',
|
|
354
|
+
};
|
|
355
|
+
}
|
|
356
|
+
}
|
|
357
|
+
exports.QueryAlltestOneRequest = QueryAlltestOneRequest;
|
|
358
|
+
class QueryAlltestOneResponse extends $tea.Model {
|
|
359
|
+
constructor(map) {
|
|
360
|
+
super(map);
|
|
361
|
+
}
|
|
362
|
+
static names() {
|
|
363
|
+
return {
|
|
364
|
+
reqMsgId: 'req_msg_id',
|
|
365
|
+
resultCode: 'result_code',
|
|
366
|
+
resultMsg: 'result_msg',
|
|
367
|
+
msg: 'msg',
|
|
368
|
+
stauts: 'stauts',
|
|
369
|
+
};
|
|
370
|
+
}
|
|
371
|
+
static types() {
|
|
372
|
+
return {
|
|
373
|
+
reqMsgId: 'string',
|
|
374
|
+
resultCode: 'string',
|
|
375
|
+
resultMsg: 'string',
|
|
376
|
+
msg: 'string',
|
|
377
|
+
stauts: 'string',
|
|
378
|
+
};
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
exports.QueryAlltestOneResponse = QueryAlltestOneResponse;
|
|
382
|
+
class ImportAlltestOneRequest extends $tea.Model {
|
|
383
|
+
constructor(map) {
|
|
384
|
+
super(map);
|
|
385
|
+
}
|
|
386
|
+
static names() {
|
|
387
|
+
return {
|
|
388
|
+
authToken: 'auth_token',
|
|
389
|
+
productInstanceId: 'product_instance_id',
|
|
390
|
+
timeout: 'timeout',
|
|
391
|
+
};
|
|
392
|
+
}
|
|
393
|
+
static types() {
|
|
394
|
+
return {
|
|
395
|
+
authToken: 'string',
|
|
396
|
+
productInstanceId: 'string',
|
|
397
|
+
timeout: 'string',
|
|
398
|
+
};
|
|
399
|
+
}
|
|
400
|
+
}
|
|
401
|
+
exports.ImportAlltestOneRequest = ImportAlltestOneRequest;
|
|
402
|
+
class ImportAlltestOneResponse extends $tea.Model {
|
|
403
|
+
constructor(map) {
|
|
404
|
+
super(map);
|
|
405
|
+
}
|
|
406
|
+
static names() {
|
|
407
|
+
return {
|
|
408
|
+
reqMsgId: 'req_msg_id',
|
|
409
|
+
resultCode: 'result_code',
|
|
410
|
+
resultMsg: 'result_msg',
|
|
411
|
+
msg: 'msg',
|
|
412
|
+
stauts: 'stauts',
|
|
413
|
+
};
|
|
414
|
+
}
|
|
415
|
+
static types() {
|
|
416
|
+
return {
|
|
417
|
+
reqMsgId: 'string',
|
|
418
|
+
resultCode: 'string',
|
|
419
|
+
resultMsg: 'string',
|
|
420
|
+
msg: 'string',
|
|
421
|
+
stauts: 'string',
|
|
422
|
+
};
|
|
423
|
+
}
|
|
424
|
+
}
|
|
425
|
+
exports.ImportAlltestOneResponse = ImportAlltestOneResponse;
|
|
426
|
+
class StabilizeAlltestOneRequest extends $tea.Model {
|
|
427
|
+
constructor(map) {
|
|
428
|
+
super(map);
|
|
429
|
+
}
|
|
430
|
+
static names() {
|
|
431
|
+
return {
|
|
432
|
+
authToken: 'auth_token',
|
|
433
|
+
productInstanceId: 'product_instance_id',
|
|
434
|
+
timeout: 'timeout',
|
|
435
|
+
};
|
|
436
|
+
}
|
|
437
|
+
static types() {
|
|
438
|
+
return {
|
|
439
|
+
authToken: 'string',
|
|
440
|
+
productInstanceId: 'string',
|
|
441
|
+
timeout: 'string',
|
|
442
|
+
};
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
exports.StabilizeAlltestOneRequest = StabilizeAlltestOneRequest;
|
|
446
|
+
class StabilizeAlltestOneResponse extends $tea.Model {
|
|
447
|
+
constructor(map) {
|
|
448
|
+
super(map);
|
|
449
|
+
}
|
|
450
|
+
static names() {
|
|
451
|
+
return {
|
|
452
|
+
reqMsgId: 'req_msg_id',
|
|
453
|
+
resultCode: 'result_code',
|
|
454
|
+
resultMsg: 'result_msg',
|
|
455
|
+
stauts: 'stauts',
|
|
456
|
+
msg: 'msg',
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
static types() {
|
|
460
|
+
return {
|
|
461
|
+
reqMsgId: 'string',
|
|
462
|
+
resultCode: 'string',
|
|
463
|
+
resultMsg: 'string',
|
|
464
|
+
stauts: 'string',
|
|
465
|
+
msg: 'string',
|
|
466
|
+
};
|
|
467
|
+
}
|
|
468
|
+
}
|
|
469
|
+
exports.StabilizeAlltestOneResponse = StabilizeAlltestOneResponse;
|
|
470
|
+
class UnstabilizeAlltestOneRequest extends $tea.Model {
|
|
471
|
+
constructor(map) {
|
|
472
|
+
super(map);
|
|
473
|
+
}
|
|
474
|
+
static names() {
|
|
475
|
+
return {
|
|
476
|
+
authToken: 'auth_token',
|
|
477
|
+
productInstanceId: 'product_instance_id',
|
|
478
|
+
timeout: 'timeout',
|
|
479
|
+
};
|
|
480
|
+
}
|
|
481
|
+
static types() {
|
|
482
|
+
return {
|
|
483
|
+
authToken: 'string',
|
|
484
|
+
productInstanceId: 'string',
|
|
485
|
+
timeout: 'string',
|
|
486
|
+
};
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
exports.UnstabilizeAlltestOneRequest = UnstabilizeAlltestOneRequest;
|
|
490
|
+
class UnstabilizeAlltestOneResponse extends $tea.Model {
|
|
491
|
+
constructor(map) {
|
|
492
|
+
super(map);
|
|
493
|
+
}
|
|
494
|
+
static names() {
|
|
495
|
+
return {
|
|
496
|
+
reqMsgId: 'req_msg_id',
|
|
497
|
+
resultCode: 'result_code',
|
|
498
|
+
resultMsg: 'result_msg',
|
|
499
|
+
stauts: 'stauts',
|
|
500
|
+
msg: 'msg',
|
|
501
|
+
};
|
|
502
|
+
}
|
|
503
|
+
static types() {
|
|
504
|
+
return {
|
|
505
|
+
reqMsgId: 'string',
|
|
506
|
+
resultCode: 'string',
|
|
507
|
+
resultMsg: 'string',
|
|
508
|
+
stauts: 'string',
|
|
509
|
+
msg: 'string',
|
|
510
|
+
};
|
|
511
|
+
}
|
|
512
|
+
}
|
|
513
|
+
exports.UnstabilizeAlltestOneResponse = UnstabilizeAlltestOneResponse;
|
|
514
|
+
class QueryAlltestTwoRequest extends $tea.Model {
|
|
515
|
+
constructor(map) {
|
|
516
|
+
super(map);
|
|
517
|
+
}
|
|
518
|
+
static names() {
|
|
519
|
+
return {
|
|
520
|
+
authToken: 'auth_token',
|
|
521
|
+
productInstanceId: 'product_instance_id',
|
|
522
|
+
timeout: 'timeout',
|
|
523
|
+
a: 'a',
|
|
524
|
+
};
|
|
525
|
+
}
|
|
526
|
+
static types() {
|
|
527
|
+
return {
|
|
528
|
+
authToken: 'string',
|
|
529
|
+
productInstanceId: 'string',
|
|
530
|
+
timeout: 'string',
|
|
531
|
+
a: TestDemo,
|
|
532
|
+
};
|
|
533
|
+
}
|
|
534
|
+
}
|
|
535
|
+
exports.QueryAlltestTwoRequest = QueryAlltestTwoRequest;
|
|
536
|
+
class QueryAlltestTwoResponse extends $tea.Model {
|
|
537
|
+
constructor(map) {
|
|
538
|
+
super(map);
|
|
539
|
+
}
|
|
540
|
+
static names() {
|
|
541
|
+
return {
|
|
542
|
+
reqMsgId: 'req_msg_id',
|
|
543
|
+
resultCode: 'result_code',
|
|
544
|
+
resultMsg: 'result_msg',
|
|
545
|
+
msg: 'msg',
|
|
546
|
+
stauts: 'stauts',
|
|
547
|
+
};
|
|
548
|
+
}
|
|
549
|
+
static types() {
|
|
550
|
+
return {
|
|
551
|
+
reqMsgId: 'string',
|
|
552
|
+
resultCode: 'string',
|
|
553
|
+
resultMsg: 'string',
|
|
554
|
+
msg: 'string',
|
|
555
|
+
stauts: 'string',
|
|
556
|
+
};
|
|
557
|
+
}
|
|
558
|
+
}
|
|
559
|
+
exports.QueryAlltestTwoResponse = QueryAlltestTwoResponse;
|
|
320
560
|
class PreviewDemoRequest extends $tea.Model {
|
|
321
561
|
constructor(map) {
|
|
322
562
|
super(map);
|
|
@@ -785,6 +1025,44 @@ class QueryTimeFiveResponse extends $tea.Model {
|
|
|
785
1025
|
}
|
|
786
1026
|
}
|
|
787
1027
|
exports.QueryTimeFiveResponse = QueryTimeFiveResponse;
|
|
1028
|
+
class CccAaaBbbRequest extends $tea.Model {
|
|
1029
|
+
constructor(map) {
|
|
1030
|
+
super(map);
|
|
1031
|
+
}
|
|
1032
|
+
static names() {
|
|
1033
|
+
return {
|
|
1034
|
+
authToken: 'auth_token',
|
|
1035
|
+
productInstanceId: 'product_instance_id',
|
|
1036
|
+
};
|
|
1037
|
+
}
|
|
1038
|
+
static types() {
|
|
1039
|
+
return {
|
|
1040
|
+
authToken: 'string',
|
|
1041
|
+
productInstanceId: 'string',
|
|
1042
|
+
};
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
exports.CccAaaBbbRequest = CccAaaBbbRequest;
|
|
1046
|
+
class CccAaaBbbResponse extends $tea.Model {
|
|
1047
|
+
constructor(map) {
|
|
1048
|
+
super(map);
|
|
1049
|
+
}
|
|
1050
|
+
static names() {
|
|
1051
|
+
return {
|
|
1052
|
+
reqMsgId: 'req_msg_id',
|
|
1053
|
+
resultCode: 'result_code',
|
|
1054
|
+
resultMsg: 'result_msg',
|
|
1055
|
+
};
|
|
1056
|
+
}
|
|
1057
|
+
static types() {
|
|
1058
|
+
return {
|
|
1059
|
+
reqMsgId: 'string',
|
|
1060
|
+
resultCode: 'string',
|
|
1061
|
+
resultMsg: 'string',
|
|
1062
|
+
};
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
exports.CccAaaBbbResponse = CccAaaBbbResponse;
|
|
788
1066
|
class CreateapiExistingProductsRequest extends $tea.Model {
|
|
789
1067
|
constructor(map) {
|
|
790
1068
|
super(map);
|
|
@@ -967,7 +1245,7 @@ class QueryApprovalTestResponse extends $tea.Model {
|
|
|
967
1245
|
}
|
|
968
1246
|
}
|
|
969
1247
|
exports.QueryApprovalTestResponse = QueryApprovalTestResponse;
|
|
970
|
-
class
|
|
1248
|
+
class AzxdAzsxRequest extends $tea.Model {
|
|
971
1249
|
constructor(map) {
|
|
972
1250
|
super(map);
|
|
973
1251
|
}
|
|
@@ -975,19 +1253,17 @@ class QueryOneLimitRequest extends $tea.Model {
|
|
|
975
1253
|
return {
|
|
976
1254
|
authToken: 'auth_token',
|
|
977
1255
|
productInstanceId: 'product_instance_id',
|
|
978
|
-
timeout: 'timeout',
|
|
979
1256
|
};
|
|
980
1257
|
}
|
|
981
1258
|
static types() {
|
|
982
1259
|
return {
|
|
983
1260
|
authToken: 'string',
|
|
984
1261
|
productInstanceId: 'string',
|
|
985
|
-
timeout: 'string',
|
|
986
1262
|
};
|
|
987
1263
|
}
|
|
988
1264
|
}
|
|
989
|
-
exports.
|
|
990
|
-
class
|
|
1265
|
+
exports.AzxdAzsxRequest = AzxdAzsxRequest;
|
|
1266
|
+
class AzxdAzsxResponse extends $tea.Model {
|
|
991
1267
|
constructor(map) {
|
|
992
1268
|
super(map);
|
|
993
1269
|
}
|
|
@@ -996,8 +1272,6 @@ class QueryOneLimitResponse extends $tea.Model {
|
|
|
996
1272
|
reqMsgId: 'req_msg_id',
|
|
997
1273
|
resultCode: 'result_code',
|
|
998
1274
|
resultMsg: 'result_msg',
|
|
999
|
-
stauts: 'stauts',
|
|
1000
|
-
msg: 'msg',
|
|
1001
1275
|
};
|
|
1002
1276
|
}
|
|
1003
1277
|
static types() {
|
|
@@ -1005,13 +1279,539 @@ class QueryOneLimitResponse extends $tea.Model {
|
|
|
1005
1279
|
reqMsgId: 'string',
|
|
1006
1280
|
resultCode: 'string',
|
|
1007
1281
|
resultMsg: 'string',
|
|
1008
|
-
|
|
1282
|
+
};
|
|
1283
|
+
}
|
|
1284
|
+
}
|
|
1285
|
+
exports.AzxdAzsxResponse = AzxdAzsxResponse;
|
|
1286
|
+
class QueryTestOneRequest extends $tea.Model {
|
|
1287
|
+
constructor(map) {
|
|
1288
|
+
super(map);
|
|
1289
|
+
}
|
|
1290
|
+
static names() {
|
|
1291
|
+
return {
|
|
1292
|
+
authToken: 'auth_token',
|
|
1293
|
+
productInstanceId: 'product_instance_id',
|
|
1294
|
+
timeout: 'timeout',
|
|
1295
|
+
};
|
|
1296
|
+
}
|
|
1297
|
+
static types() {
|
|
1298
|
+
return {
|
|
1299
|
+
authToken: 'string',
|
|
1300
|
+
productInstanceId: 'string',
|
|
1301
|
+
timeout: 'string',
|
|
1302
|
+
};
|
|
1303
|
+
}
|
|
1304
|
+
}
|
|
1305
|
+
exports.QueryTestOneRequest = QueryTestOneRequest;
|
|
1306
|
+
class QueryTestOneResponse extends $tea.Model {
|
|
1307
|
+
constructor(map) {
|
|
1308
|
+
super(map);
|
|
1309
|
+
}
|
|
1310
|
+
static names() {
|
|
1311
|
+
return {
|
|
1312
|
+
reqMsgId: 'req_msg_id',
|
|
1313
|
+
resultCode: 'result_code',
|
|
1314
|
+
resultMsg: 'result_msg',
|
|
1315
|
+
stauts: 'stauts',
|
|
1316
|
+
msg: 'msg',
|
|
1317
|
+
};
|
|
1318
|
+
}
|
|
1319
|
+
static types() {
|
|
1320
|
+
return {
|
|
1321
|
+
reqMsgId: 'string',
|
|
1322
|
+
resultCode: 'string',
|
|
1323
|
+
resultMsg: 'string',
|
|
1324
|
+
stauts: 'string',
|
|
1325
|
+
msg: 'string',
|
|
1326
|
+
};
|
|
1327
|
+
}
|
|
1328
|
+
}
|
|
1329
|
+
exports.QueryTestOneResponse = QueryTestOneResponse;
|
|
1330
|
+
class ImportTestOneRequest extends $tea.Model {
|
|
1331
|
+
constructor(map) {
|
|
1332
|
+
super(map);
|
|
1333
|
+
}
|
|
1334
|
+
static names() {
|
|
1335
|
+
return {
|
|
1336
|
+
authToken: 'auth_token',
|
|
1337
|
+
productInstanceId: 'product_instance_id',
|
|
1338
|
+
timeout: 'timeout',
|
|
1339
|
+
};
|
|
1340
|
+
}
|
|
1341
|
+
static types() {
|
|
1342
|
+
return {
|
|
1343
|
+
authToken: 'string',
|
|
1344
|
+
productInstanceId: 'string',
|
|
1345
|
+
timeout: 'string',
|
|
1346
|
+
};
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
exports.ImportTestOneRequest = ImportTestOneRequest;
|
|
1350
|
+
class ImportTestOneResponse extends $tea.Model {
|
|
1351
|
+
constructor(map) {
|
|
1352
|
+
super(map);
|
|
1353
|
+
}
|
|
1354
|
+
static names() {
|
|
1355
|
+
return {
|
|
1356
|
+
reqMsgId: 'req_msg_id',
|
|
1357
|
+
resultCode: 'result_code',
|
|
1358
|
+
resultMsg: 'result_msg',
|
|
1359
|
+
msg: 'msg',
|
|
1360
|
+
stauts: 'stauts',
|
|
1361
|
+
};
|
|
1362
|
+
}
|
|
1363
|
+
static types() {
|
|
1364
|
+
return {
|
|
1365
|
+
reqMsgId: 'string',
|
|
1366
|
+
resultCode: 'string',
|
|
1367
|
+
resultMsg: 'string',
|
|
1368
|
+
msg: 'string',
|
|
1369
|
+
stauts: 'string',
|
|
1370
|
+
};
|
|
1371
|
+
}
|
|
1372
|
+
}
|
|
1373
|
+
exports.ImportTestOneResponse = ImportTestOneResponse;
|
|
1374
|
+
class StabilizeTestOneRequest extends $tea.Model {
|
|
1375
|
+
constructor(map) {
|
|
1376
|
+
super(map);
|
|
1377
|
+
}
|
|
1378
|
+
static names() {
|
|
1379
|
+
return {
|
|
1380
|
+
authToken: 'auth_token',
|
|
1381
|
+
productInstanceId: 'product_instance_id',
|
|
1382
|
+
timeout: 'timeout',
|
|
1383
|
+
};
|
|
1384
|
+
}
|
|
1385
|
+
static types() {
|
|
1386
|
+
return {
|
|
1387
|
+
authToken: 'string',
|
|
1388
|
+
productInstanceId: 'string',
|
|
1389
|
+
timeout: 'string',
|
|
1390
|
+
};
|
|
1391
|
+
}
|
|
1392
|
+
}
|
|
1393
|
+
exports.StabilizeTestOneRequest = StabilizeTestOneRequest;
|
|
1394
|
+
class StabilizeTestOneResponse extends $tea.Model {
|
|
1395
|
+
constructor(map) {
|
|
1396
|
+
super(map);
|
|
1397
|
+
}
|
|
1398
|
+
static names() {
|
|
1399
|
+
return {
|
|
1400
|
+
reqMsgId: 'req_msg_id',
|
|
1401
|
+
resultCode: 'result_code',
|
|
1402
|
+
resultMsg: 'result_msg',
|
|
1403
|
+
msg: 'msg',
|
|
1404
|
+
stauts: 'stauts',
|
|
1405
|
+
};
|
|
1406
|
+
}
|
|
1407
|
+
static types() {
|
|
1408
|
+
return {
|
|
1409
|
+
reqMsgId: 'string',
|
|
1410
|
+
resultCode: 'string',
|
|
1411
|
+
resultMsg: 'string',
|
|
1412
|
+
msg: 'string',
|
|
1413
|
+
stauts: 'string',
|
|
1414
|
+
};
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
exports.StabilizeTestOneResponse = StabilizeTestOneResponse;
|
|
1418
|
+
class CaptureTestOneRequest extends $tea.Model {
|
|
1419
|
+
constructor(map) {
|
|
1420
|
+
super(map);
|
|
1421
|
+
}
|
|
1422
|
+
static names() {
|
|
1423
|
+
return {
|
|
1424
|
+
authToken: 'auth_token',
|
|
1425
|
+
productInstanceId: 'product_instance_id',
|
|
1426
|
+
timeout: 'timeout',
|
|
1427
|
+
};
|
|
1428
|
+
}
|
|
1429
|
+
static types() {
|
|
1430
|
+
return {
|
|
1431
|
+
authToken: 'string',
|
|
1432
|
+
productInstanceId: 'string',
|
|
1433
|
+
timeout: 'string',
|
|
1434
|
+
};
|
|
1435
|
+
}
|
|
1436
|
+
}
|
|
1437
|
+
exports.CaptureTestOneRequest = CaptureTestOneRequest;
|
|
1438
|
+
class CaptureTestOneResponse extends $tea.Model {
|
|
1439
|
+
constructor(map) {
|
|
1440
|
+
super(map);
|
|
1441
|
+
}
|
|
1442
|
+
static names() {
|
|
1443
|
+
return {
|
|
1444
|
+
reqMsgId: 'req_msg_id',
|
|
1445
|
+
resultCode: 'result_code',
|
|
1446
|
+
resultMsg: 'result_msg',
|
|
1447
|
+
msg: 'msg',
|
|
1448
|
+
stauts: 'stauts',
|
|
1449
|
+
};
|
|
1450
|
+
}
|
|
1451
|
+
static types() {
|
|
1452
|
+
return {
|
|
1453
|
+
reqMsgId: 'string',
|
|
1454
|
+
resultCode: 'string',
|
|
1455
|
+
resultMsg: 'string',
|
|
1456
|
+
msg: 'string',
|
|
1457
|
+
stauts: 'string',
|
|
1458
|
+
};
|
|
1459
|
+
}
|
|
1460
|
+
}
|
|
1461
|
+
exports.CaptureTestOneResponse = CaptureTestOneResponse;
|
|
1462
|
+
class MatchTestOneRequest extends $tea.Model {
|
|
1463
|
+
constructor(map) {
|
|
1464
|
+
super(map);
|
|
1465
|
+
}
|
|
1466
|
+
static names() {
|
|
1467
|
+
return {
|
|
1468
|
+
authToken: 'auth_token',
|
|
1469
|
+
productInstanceId: 'product_instance_id',
|
|
1470
|
+
timeout: 'timeout',
|
|
1471
|
+
};
|
|
1472
|
+
}
|
|
1473
|
+
static types() {
|
|
1474
|
+
return {
|
|
1475
|
+
authToken: 'string',
|
|
1476
|
+
productInstanceId: 'string',
|
|
1477
|
+
timeout: 'string',
|
|
1478
|
+
};
|
|
1479
|
+
}
|
|
1480
|
+
}
|
|
1481
|
+
exports.MatchTestOneRequest = MatchTestOneRequest;
|
|
1482
|
+
class MatchTestOneResponse extends $tea.Model {
|
|
1483
|
+
constructor(map) {
|
|
1484
|
+
super(map);
|
|
1485
|
+
}
|
|
1486
|
+
static names() {
|
|
1487
|
+
return {
|
|
1488
|
+
reqMsgId: 'req_msg_id',
|
|
1489
|
+
resultCode: 'result_code',
|
|
1490
|
+
resultMsg: 'result_msg',
|
|
1491
|
+
msg: 'msg',
|
|
1492
|
+
stauts: 'stauts',
|
|
1493
|
+
};
|
|
1494
|
+
}
|
|
1495
|
+
static types() {
|
|
1496
|
+
return {
|
|
1497
|
+
reqMsgId: 'string',
|
|
1498
|
+
resultCode: 'string',
|
|
1499
|
+
resultMsg: 'string',
|
|
1500
|
+
msg: 'string',
|
|
1501
|
+
stauts: 'string',
|
|
1502
|
+
};
|
|
1503
|
+
}
|
|
1504
|
+
}
|
|
1505
|
+
exports.MatchTestOneResponse = MatchTestOneResponse;
|
|
1506
|
+
class OperateTestOneRequest extends $tea.Model {
|
|
1507
|
+
constructor(map) {
|
|
1508
|
+
super(map);
|
|
1509
|
+
}
|
|
1510
|
+
static names() {
|
|
1511
|
+
return {
|
|
1512
|
+
authToken: 'auth_token',
|
|
1513
|
+
productInstanceId: 'product_instance_id',
|
|
1514
|
+
timeout: 'timeout',
|
|
1515
|
+
};
|
|
1516
|
+
}
|
|
1517
|
+
static types() {
|
|
1518
|
+
return {
|
|
1519
|
+
authToken: 'string',
|
|
1520
|
+
productInstanceId: 'string',
|
|
1521
|
+
timeout: 'string',
|
|
1522
|
+
};
|
|
1523
|
+
}
|
|
1524
|
+
}
|
|
1525
|
+
exports.OperateTestOneRequest = OperateTestOneRequest;
|
|
1526
|
+
class OperateTestOneResponse extends $tea.Model {
|
|
1527
|
+
constructor(map) {
|
|
1528
|
+
super(map);
|
|
1529
|
+
}
|
|
1530
|
+
static names() {
|
|
1531
|
+
return {
|
|
1532
|
+
reqMsgId: 'req_msg_id',
|
|
1533
|
+
resultCode: 'result_code',
|
|
1534
|
+
resultMsg: 'result_msg',
|
|
1535
|
+
msg: 'msg',
|
|
1536
|
+
stauts: 'stauts',
|
|
1537
|
+
};
|
|
1538
|
+
}
|
|
1539
|
+
static types() {
|
|
1540
|
+
return {
|
|
1541
|
+
reqMsgId: 'string',
|
|
1542
|
+
resultCode: 'string',
|
|
1543
|
+
resultMsg: 'string',
|
|
1544
|
+
msg: 'string',
|
|
1545
|
+
stauts: 'string',
|
|
1546
|
+
};
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
exports.OperateTestOneResponse = OperateTestOneResponse;
|
|
1550
|
+
class TimeTestOneRequest extends $tea.Model {
|
|
1551
|
+
constructor(map) {
|
|
1552
|
+
super(map);
|
|
1553
|
+
}
|
|
1554
|
+
static names() {
|
|
1555
|
+
return {
|
|
1556
|
+
authToken: 'auth_token',
|
|
1557
|
+
productInstanceId: 'product_instance_id',
|
|
1558
|
+
timeout: 'timeout',
|
|
1559
|
+
};
|
|
1560
|
+
}
|
|
1561
|
+
static types() {
|
|
1562
|
+
return {
|
|
1563
|
+
authToken: 'string',
|
|
1564
|
+
productInstanceId: 'string',
|
|
1565
|
+
timeout: 'string',
|
|
1566
|
+
};
|
|
1567
|
+
}
|
|
1568
|
+
}
|
|
1569
|
+
exports.TimeTestOneRequest = TimeTestOneRequest;
|
|
1570
|
+
class TimeTestOneResponse extends $tea.Model {
|
|
1571
|
+
constructor(map) {
|
|
1572
|
+
super(map);
|
|
1573
|
+
}
|
|
1574
|
+
static names() {
|
|
1575
|
+
return {
|
|
1576
|
+
reqMsgId: 'req_msg_id',
|
|
1577
|
+
resultCode: 'result_code',
|
|
1578
|
+
resultMsg: 'result_msg',
|
|
1579
|
+
msg: 'msg',
|
|
1580
|
+
stauts: 'stauts',
|
|
1581
|
+
};
|
|
1582
|
+
}
|
|
1583
|
+
static types() {
|
|
1584
|
+
return {
|
|
1585
|
+
reqMsgId: 'string',
|
|
1586
|
+
resultCode: 'string',
|
|
1587
|
+
resultMsg: 'string',
|
|
1588
|
+
msg: 'string',
|
|
1589
|
+
stauts: 'string',
|
|
1590
|
+
};
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
exports.TimeTestOneResponse = TimeTestOneResponse;
|
|
1594
|
+
class QueryOneLimitRequest extends $tea.Model {
|
|
1595
|
+
constructor(map) {
|
|
1596
|
+
super(map);
|
|
1597
|
+
}
|
|
1598
|
+
static names() {
|
|
1599
|
+
return {
|
|
1600
|
+
authToken: 'auth_token',
|
|
1601
|
+
productInstanceId: 'product_instance_id',
|
|
1602
|
+
timeout: 'timeout',
|
|
1603
|
+
};
|
|
1604
|
+
}
|
|
1605
|
+
static types() {
|
|
1606
|
+
return {
|
|
1607
|
+
authToken: 'string',
|
|
1608
|
+
productInstanceId: 'string',
|
|
1609
|
+
timeout: 'string',
|
|
1610
|
+
};
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
exports.QueryOneLimitRequest = QueryOneLimitRequest;
|
|
1614
|
+
class QueryOneLimitResponse extends $tea.Model {
|
|
1615
|
+
constructor(map) {
|
|
1616
|
+
super(map);
|
|
1617
|
+
}
|
|
1618
|
+
static names() {
|
|
1619
|
+
return {
|
|
1620
|
+
reqMsgId: 'req_msg_id',
|
|
1621
|
+
resultCode: 'result_code',
|
|
1622
|
+
resultMsg: 'result_msg',
|
|
1623
|
+
stauts: 'stauts',
|
|
1624
|
+
msg: 'msg',
|
|
1625
|
+
};
|
|
1626
|
+
}
|
|
1627
|
+
static types() {
|
|
1628
|
+
return {
|
|
1629
|
+
reqMsgId: 'string',
|
|
1630
|
+
resultCode: 'string',
|
|
1631
|
+
resultMsg: 'string',
|
|
1632
|
+
stauts: 'string',
|
|
1633
|
+
msg: 'string',
|
|
1634
|
+
};
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
exports.QueryOneLimitResponse = QueryOneLimitResponse;
|
|
1638
|
+
class ImportOneLimitRequest extends $tea.Model {
|
|
1639
|
+
constructor(map) {
|
|
1640
|
+
super(map);
|
|
1641
|
+
}
|
|
1642
|
+
static names() {
|
|
1643
|
+
return {
|
|
1644
|
+
authToken: 'auth_token',
|
|
1645
|
+
productInstanceId: 'product_instance_id',
|
|
1646
|
+
timeout: 'timeout',
|
|
1647
|
+
};
|
|
1648
|
+
}
|
|
1649
|
+
static types() {
|
|
1650
|
+
return {
|
|
1651
|
+
authToken: 'string',
|
|
1652
|
+
productInstanceId: 'string',
|
|
1653
|
+
timeout: 'string',
|
|
1654
|
+
};
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
exports.ImportOneLimitRequest = ImportOneLimitRequest;
|
|
1658
|
+
class ImportOneLimitResponse extends $tea.Model {
|
|
1659
|
+
constructor(map) {
|
|
1660
|
+
super(map);
|
|
1661
|
+
}
|
|
1662
|
+
static names() {
|
|
1663
|
+
return {
|
|
1664
|
+
reqMsgId: 'req_msg_id',
|
|
1665
|
+
resultCode: 'result_code',
|
|
1666
|
+
resultMsg: 'result_msg',
|
|
1667
|
+
stauts: 'stauts',
|
|
1668
|
+
msg: 'msg',
|
|
1669
|
+
};
|
|
1670
|
+
}
|
|
1671
|
+
static types() {
|
|
1672
|
+
return {
|
|
1673
|
+
reqMsgId: 'string',
|
|
1674
|
+
resultCode: 'string',
|
|
1675
|
+
resultMsg: 'string',
|
|
1676
|
+
stauts: 'string',
|
|
1677
|
+
msg: 'string',
|
|
1678
|
+
};
|
|
1679
|
+
}
|
|
1680
|
+
}
|
|
1681
|
+
exports.ImportOneLimitResponse = ImportOneLimitResponse;
|
|
1682
|
+
class StabilizeOneLimitRequest extends $tea.Model {
|
|
1683
|
+
constructor(map) {
|
|
1684
|
+
super(map);
|
|
1685
|
+
}
|
|
1686
|
+
static names() {
|
|
1687
|
+
return {
|
|
1688
|
+
authToken: 'auth_token',
|
|
1689
|
+
productInstanceId: 'product_instance_id',
|
|
1690
|
+
timeout: 'timeout',
|
|
1691
|
+
};
|
|
1692
|
+
}
|
|
1693
|
+
static types() {
|
|
1694
|
+
return {
|
|
1695
|
+
authToken: 'string',
|
|
1696
|
+
productInstanceId: 'string',
|
|
1697
|
+
timeout: 'string',
|
|
1698
|
+
};
|
|
1699
|
+
}
|
|
1700
|
+
}
|
|
1701
|
+
exports.StabilizeOneLimitRequest = StabilizeOneLimitRequest;
|
|
1702
|
+
class StabilizeOneLimitResponse extends $tea.Model {
|
|
1703
|
+
constructor(map) {
|
|
1704
|
+
super(map);
|
|
1705
|
+
}
|
|
1706
|
+
static names() {
|
|
1707
|
+
return {
|
|
1708
|
+
reqMsgId: 'req_msg_id',
|
|
1709
|
+
resultCode: 'result_code',
|
|
1710
|
+
resultMsg: 'result_msg',
|
|
1711
|
+
stauts: 'stauts',
|
|
1712
|
+
msg: 'msg',
|
|
1713
|
+
};
|
|
1714
|
+
}
|
|
1715
|
+
static types() {
|
|
1716
|
+
return {
|
|
1717
|
+
reqMsgId: 'string',
|
|
1718
|
+
resultCode: 'string',
|
|
1719
|
+
resultMsg: 'string',
|
|
1720
|
+
stauts: 'string',
|
|
1721
|
+
msg: 'string',
|
|
1722
|
+
};
|
|
1723
|
+
}
|
|
1724
|
+
}
|
|
1725
|
+
exports.StabilizeOneLimitResponse = StabilizeOneLimitResponse;
|
|
1726
|
+
class UnstabilizeOneLimitRequest extends $tea.Model {
|
|
1727
|
+
constructor(map) {
|
|
1728
|
+
super(map);
|
|
1729
|
+
}
|
|
1730
|
+
static names() {
|
|
1731
|
+
return {
|
|
1732
|
+
authToken: 'auth_token',
|
|
1733
|
+
productInstanceId: 'product_instance_id',
|
|
1734
|
+
timeout: 'timeout',
|
|
1735
|
+
};
|
|
1736
|
+
}
|
|
1737
|
+
static types() {
|
|
1738
|
+
return {
|
|
1739
|
+
authToken: 'string',
|
|
1740
|
+
productInstanceId: 'string',
|
|
1741
|
+
timeout: 'string',
|
|
1742
|
+
};
|
|
1743
|
+
}
|
|
1744
|
+
}
|
|
1745
|
+
exports.UnstabilizeOneLimitRequest = UnstabilizeOneLimitRequest;
|
|
1746
|
+
class UnstabilizeOneLimitResponse extends $tea.Model {
|
|
1747
|
+
constructor(map) {
|
|
1748
|
+
super(map);
|
|
1749
|
+
}
|
|
1750
|
+
static names() {
|
|
1751
|
+
return {
|
|
1752
|
+
reqMsgId: 'req_msg_id',
|
|
1753
|
+
resultCode: 'result_code',
|
|
1754
|
+
resultMsg: 'result_msg',
|
|
1755
|
+
msg: 'msg',
|
|
1756
|
+
stauts: 'stauts',
|
|
1757
|
+
};
|
|
1758
|
+
}
|
|
1759
|
+
static types() {
|
|
1760
|
+
return {
|
|
1761
|
+
reqMsgId: 'string',
|
|
1762
|
+
resultCode: 'string',
|
|
1763
|
+
resultMsg: 'string',
|
|
1764
|
+
msg: 'string',
|
|
1765
|
+
stauts: 'string',
|
|
1766
|
+
};
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
exports.UnstabilizeOneLimitResponse = UnstabilizeOneLimitResponse;
|
|
1770
|
+
class ResetOneLimitRequest extends $tea.Model {
|
|
1771
|
+
constructor(map) {
|
|
1772
|
+
super(map);
|
|
1773
|
+
}
|
|
1774
|
+
static names() {
|
|
1775
|
+
return {
|
|
1776
|
+
authToken: 'auth_token',
|
|
1777
|
+
productInstanceId: 'product_instance_id',
|
|
1778
|
+
timeout: 'timeout',
|
|
1779
|
+
};
|
|
1780
|
+
}
|
|
1781
|
+
static types() {
|
|
1782
|
+
return {
|
|
1783
|
+
authToken: 'string',
|
|
1784
|
+
productInstanceId: 'string',
|
|
1785
|
+
timeout: 'string',
|
|
1786
|
+
};
|
|
1787
|
+
}
|
|
1788
|
+
}
|
|
1789
|
+
exports.ResetOneLimitRequest = ResetOneLimitRequest;
|
|
1790
|
+
class ResetOneLimitResponse extends $tea.Model {
|
|
1791
|
+
constructor(map) {
|
|
1792
|
+
super(map);
|
|
1793
|
+
}
|
|
1794
|
+
static names() {
|
|
1795
|
+
return {
|
|
1796
|
+
reqMsgId: 'req_msg_id',
|
|
1797
|
+
resultCode: 'result_code',
|
|
1798
|
+
resultMsg: 'result_msg',
|
|
1799
|
+
msg: 'msg',
|
|
1800
|
+
stauts: 'stauts',
|
|
1801
|
+
};
|
|
1802
|
+
}
|
|
1803
|
+
static types() {
|
|
1804
|
+
return {
|
|
1805
|
+
reqMsgId: 'string',
|
|
1806
|
+
resultCode: 'string',
|
|
1807
|
+
resultMsg: 'string',
|
|
1009
1808
|
msg: 'string',
|
|
1809
|
+
stauts: 'string',
|
|
1010
1810
|
};
|
|
1011
1811
|
}
|
|
1012
1812
|
}
|
|
1013
|
-
exports.
|
|
1014
|
-
class
|
|
1813
|
+
exports.ResetOneLimitResponse = ResetOneLimitResponse;
|
|
1814
|
+
class WithdrawOneLimitRequest extends $tea.Model {
|
|
1015
1815
|
constructor(map) {
|
|
1016
1816
|
super(map);
|
|
1017
1817
|
}
|
|
@@ -1020,6 +1820,7 @@ class ImportOneLimitRequest extends $tea.Model {
|
|
|
1020
1820
|
authToken: 'auth_token',
|
|
1021
1821
|
productInstanceId: 'product_instance_id',
|
|
1022
1822
|
timeout: 'timeout',
|
|
1823
|
+
param: 'param',
|
|
1023
1824
|
};
|
|
1024
1825
|
}
|
|
1025
1826
|
static types() {
|
|
@@ -1027,11 +1828,12 @@ class ImportOneLimitRequest extends $tea.Model {
|
|
|
1027
1828
|
authToken: 'string',
|
|
1028
1829
|
productInstanceId: 'string',
|
|
1029
1830
|
timeout: 'string',
|
|
1831
|
+
param: { 'type': 'array', 'itemType': AbcDemoStruct },
|
|
1030
1832
|
};
|
|
1031
1833
|
}
|
|
1032
1834
|
}
|
|
1033
|
-
exports.
|
|
1034
|
-
class
|
|
1835
|
+
exports.WithdrawOneLimitRequest = WithdrawOneLimitRequest;
|
|
1836
|
+
class WithdrawOneLimitResponse extends $tea.Model {
|
|
1035
1837
|
constructor(map) {
|
|
1036
1838
|
super(map);
|
|
1037
1839
|
}
|
|
@@ -1040,8 +1842,8 @@ class ImportOneLimitResponse extends $tea.Model {
|
|
|
1040
1842
|
reqMsgId: 'req_msg_id',
|
|
1041
1843
|
resultCode: 'result_code',
|
|
1042
1844
|
resultMsg: 'result_msg',
|
|
1043
|
-
stauts: 'stauts',
|
|
1044
1845
|
msg: 'msg',
|
|
1846
|
+
stauts: 'stauts',
|
|
1045
1847
|
};
|
|
1046
1848
|
}
|
|
1047
1849
|
static types() {
|
|
@@ -1049,12 +1851,12 @@ class ImportOneLimitResponse extends $tea.Model {
|
|
|
1049
1851
|
reqMsgId: 'string',
|
|
1050
1852
|
resultCode: 'string',
|
|
1051
1853
|
resultMsg: 'string',
|
|
1052
|
-
stauts: 'string',
|
|
1053
1854
|
msg: 'string',
|
|
1855
|
+
stauts: 'string',
|
|
1054
1856
|
};
|
|
1055
1857
|
}
|
|
1056
1858
|
}
|
|
1057
|
-
exports.
|
|
1859
|
+
exports.WithdrawOneLimitResponse = WithdrawOneLimitResponse;
|
|
1058
1860
|
class QueryGongxiangTesttestRequest extends $tea.Model {
|
|
1059
1861
|
constructor(map) {
|
|
1060
1862
|
super(map);
|
|
@@ -1157,8 +1959,10 @@ class CreateAntcloudGatewayxFileUploadResponse extends $tea.Model {
|
|
|
1157
1959
|
exports.CreateAntcloudGatewayxFileUploadResponse = CreateAntcloudGatewayxFileUploadResponse;
|
|
1158
1960
|
class Client {
|
|
1159
1961
|
/**
|
|
1962
|
+
* @remarks
|
|
1160
1963
|
* Init client with Config
|
|
1161
|
-
*
|
|
1964
|
+
*
|
|
1965
|
+
* @param config - config contains the necessary information to create a client
|
|
1162
1966
|
*/
|
|
1163
1967
|
constructor(config) {
|
|
1164
1968
|
if (tea_util_1.default.isUnset(config)) {
|
|
@@ -1187,14 +1991,16 @@ class Client {
|
|
|
1187
1991
|
this._maxRequestsPerHost = tea_util_1.default.defaultNumber(config.maxRequestsPerHost, 100);
|
|
1188
1992
|
}
|
|
1189
1993
|
/**
|
|
1994
|
+
* @remarks
|
|
1190
1995
|
* Encapsulate the request and invoke the network
|
|
1191
|
-
*
|
|
1192
|
-
* @param
|
|
1193
|
-
* @param
|
|
1194
|
-
* @param
|
|
1195
|
-
* @param
|
|
1196
|
-
* @param
|
|
1197
|
-
* @
|
|
1996
|
+
*
|
|
1997
|
+
* @param action - api name
|
|
1998
|
+
* @param protocol - http or https
|
|
1999
|
+
* @param method - e.g. GET
|
|
2000
|
+
* @param pathname - pathname of every api
|
|
2001
|
+
* @param request - which contains request params
|
|
2002
|
+
* @param runtime - which controls some details of call api, such as retry times
|
|
2003
|
+
* @returns the response
|
|
1198
2004
|
*/
|
|
1199
2005
|
async doRequest(version, action, protocol, method, pathname, request, headers, runtime) {
|
|
1200
2006
|
let _runtime = {
|
|
@@ -1243,7 +2049,7 @@ class Client {
|
|
|
1243
2049
|
req_msg_id: alipay_util_1.default.getNonce(),
|
|
1244
2050
|
access_key: this._accessKeyId,
|
|
1245
2051
|
base_sdk_version: "TeaSDK-2.0",
|
|
1246
|
-
sdk_version: "1.0.
|
|
2052
|
+
sdk_version: "1.0.34",
|
|
1247
2053
|
_prod_code: "ABC",
|
|
1248
2054
|
_prod_channel: "undefined",
|
|
1249
2055
|
};
|
|
@@ -1281,6 +2087,102 @@ class Client {
|
|
|
1281
2087
|
throw $tea.newUnretryableError(_lastRequest);
|
|
1282
2088
|
}
|
|
1283
2089
|
/**
|
|
2090
|
+
* @remarks
|
|
2091
|
+
* Description: 个人工作台二期预发测试
|
|
2092
|
+
* Summary: 个人工作台二期预发测试
|
|
2093
|
+
*/
|
|
2094
|
+
async queryAlltestOne(request) {
|
|
2095
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2096
|
+
let headers = {};
|
|
2097
|
+
return await this.queryAlltestOneEx(request, headers, runtime);
|
|
2098
|
+
}
|
|
2099
|
+
/**
|
|
2100
|
+
* @remarks
|
|
2101
|
+
* Description: 个人工作台二期预发测试
|
|
2102
|
+
* Summary: 个人工作台二期预发测试
|
|
2103
|
+
*/
|
|
2104
|
+
async queryAlltestOneEx(request, headers, runtime) {
|
|
2105
|
+
tea_util_1.default.validateModel(request);
|
|
2106
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.alltest.one.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryAlltestOneResponse({}));
|
|
2107
|
+
}
|
|
2108
|
+
/**
|
|
2109
|
+
* @remarks
|
|
2110
|
+
* Description: 个人工作台二期预发测试
|
|
2111
|
+
* Summary: 个人工作台二期预发测试
|
|
2112
|
+
*/
|
|
2113
|
+
async importAlltestOne(request) {
|
|
2114
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2115
|
+
let headers = {};
|
|
2116
|
+
return await this.importAlltestOneEx(request, headers, runtime);
|
|
2117
|
+
}
|
|
2118
|
+
/**
|
|
2119
|
+
* @remarks
|
|
2120
|
+
* Description: 个人工作台二期预发测试
|
|
2121
|
+
* Summary: 个人工作台二期预发测试
|
|
2122
|
+
*/
|
|
2123
|
+
async importAlltestOneEx(request, headers, runtime) {
|
|
2124
|
+
tea_util_1.default.validateModel(request);
|
|
2125
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.alltest.one.import", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ImportAlltestOneResponse({}));
|
|
2126
|
+
}
|
|
2127
|
+
/**
|
|
2128
|
+
* @remarks
|
|
2129
|
+
* Description: 个人工作台二期预发测试
|
|
2130
|
+
* Summary: 个人工作台二期预发测试
|
|
2131
|
+
*/
|
|
2132
|
+
async stabilizeAlltestOne(request) {
|
|
2133
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2134
|
+
let headers = {};
|
|
2135
|
+
return await this.stabilizeAlltestOneEx(request, headers, runtime);
|
|
2136
|
+
}
|
|
2137
|
+
/**
|
|
2138
|
+
* @remarks
|
|
2139
|
+
* Description: 个人工作台二期预发测试
|
|
2140
|
+
* Summary: 个人工作台二期预发测试
|
|
2141
|
+
*/
|
|
2142
|
+
async stabilizeAlltestOneEx(request, headers, runtime) {
|
|
2143
|
+
tea_util_1.default.validateModel(request);
|
|
2144
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.alltest.one.stabilize", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new StabilizeAlltestOneResponse({}));
|
|
2145
|
+
}
|
|
2146
|
+
/**
|
|
2147
|
+
* @remarks
|
|
2148
|
+
* Description: 个人工作台二期预发测试
|
|
2149
|
+
* Summary: 个人工作台二期预发测试
|
|
2150
|
+
*/
|
|
2151
|
+
async unstabilizeAlltestOne(request) {
|
|
2152
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2153
|
+
let headers = {};
|
|
2154
|
+
return await this.unstabilizeAlltestOneEx(request, headers, runtime);
|
|
2155
|
+
}
|
|
2156
|
+
/**
|
|
2157
|
+
* @remarks
|
|
2158
|
+
* Description: 个人工作台二期预发测试
|
|
2159
|
+
* Summary: 个人工作台二期预发测试
|
|
2160
|
+
*/
|
|
2161
|
+
async unstabilizeAlltestOneEx(request, headers, runtime) {
|
|
2162
|
+
tea_util_1.default.validateModel(request);
|
|
2163
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.alltest.one.unstabilize", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UnstabilizeAlltestOneResponse({}));
|
|
2164
|
+
}
|
|
2165
|
+
/**
|
|
2166
|
+
* @remarks
|
|
2167
|
+
* Description: 个人工作台测试AAA
|
|
2168
|
+
* Summary: 个人工作台测试AAA
|
|
2169
|
+
*/
|
|
2170
|
+
async queryAlltestTwo(request) {
|
|
2171
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2172
|
+
let headers = {};
|
|
2173
|
+
return await this.queryAlltestTwoEx(request, headers, runtime);
|
|
2174
|
+
}
|
|
2175
|
+
/**
|
|
2176
|
+
* @remarks
|
|
2177
|
+
* Description: 个人工作台测试AAA
|
|
2178
|
+
* Summary: 个人工作台测试AAA
|
|
2179
|
+
*/
|
|
2180
|
+
async queryAlltestTwoEx(request, headers, runtime) {
|
|
2181
|
+
tea_util_1.default.validateModel(request);
|
|
2182
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.alltest.two.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryAlltestTwoResponse({}));
|
|
2183
|
+
}
|
|
2184
|
+
/**
|
|
2185
|
+
* @remarks
|
|
1284
2186
|
* Description: 录入演示111
|
|
1285
2187
|
* Summary: 录入演示API
|
|
1286
2188
|
*/
|
|
@@ -1290,6 +2192,7 @@ class Client {
|
|
|
1290
2192
|
return await this.previewDemoEx(request, headers, runtime);
|
|
1291
2193
|
}
|
|
1292
2194
|
/**
|
|
2195
|
+
* @remarks
|
|
1293
2196
|
* Description: 录入演示111
|
|
1294
2197
|
* Summary: 录入演示API
|
|
1295
2198
|
*/
|
|
@@ -1318,6 +2221,7 @@ class Client {
|
|
|
1318
2221
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.demo.preview", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new PreviewDemoResponse({}));
|
|
1319
2222
|
}
|
|
1320
2223
|
/**
|
|
2224
|
+
* @remarks
|
|
1321
2225
|
* Description: 测试导入api1
|
|
1322
2226
|
* Summary: 测试导入api1
|
|
1323
2227
|
*/
|
|
@@ -1327,6 +2231,7 @@ class Client {
|
|
|
1327
2231
|
return await this.queryGatewayEx(request, headers, runtime);
|
|
1328
2232
|
}
|
|
1329
2233
|
/**
|
|
2234
|
+
* @remarks
|
|
1330
2235
|
* Description: 测试导入api1
|
|
1331
2236
|
* Summary: 测试导入api1
|
|
1332
2237
|
*/
|
|
@@ -1335,6 +2240,7 @@ class Client {
|
|
|
1335
2240
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.gateway.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryGatewayResponse({}));
|
|
1336
2241
|
}
|
|
1337
2242
|
/**
|
|
2243
|
+
* @remarks
|
|
1338
2244
|
* Description: 调试a s dddd
|
|
1339
2245
|
* Summary: 调试1
|
|
1340
2246
|
*/
|
|
@@ -1344,6 +2250,7 @@ class Client {
|
|
|
1344
2250
|
return await this.queryAbcdaAbcddaaEx(request, headers, runtime);
|
|
1345
2251
|
}
|
|
1346
2252
|
/**
|
|
2253
|
+
* @remarks
|
|
1347
2254
|
* Description: 调试a s dddd
|
|
1348
2255
|
* Summary: 调试1
|
|
1349
2256
|
*/
|
|
@@ -1352,6 +2259,7 @@ class Client {
|
|
|
1352
2259
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.abcda.abcddaa.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryAbcdaAbcddaaResponse({}));
|
|
1353
2260
|
}
|
|
1354
2261
|
/**
|
|
2262
|
+
* @remarks
|
|
1355
2263
|
* Description: 测试大安全接口
|
|
1356
2264
|
* Summary: 测试大安全接口
|
|
1357
2265
|
*/
|
|
@@ -1361,6 +2269,7 @@ class Client {
|
|
|
1361
2269
|
return await this.matchSecurityFaceEx(request, headers, runtime);
|
|
1362
2270
|
}
|
|
1363
2271
|
/**
|
|
2272
|
+
* @remarks
|
|
1364
2273
|
* Description: 测试大安全接口
|
|
1365
2274
|
* Summary: 测试大安全接口
|
|
1366
2275
|
*/
|
|
@@ -1369,6 +2278,7 @@ class Client {
|
|
|
1369
2278
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.security.face.match", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new MatchSecurityFaceResponse({}));
|
|
1370
2279
|
}
|
|
1371
2280
|
/**
|
|
2281
|
+
* @remarks
|
|
1372
2282
|
* Description: 文件上传测试接口
|
|
1373
2283
|
* Summary: 文件上传测试接口
|
|
1374
2284
|
*/
|
|
@@ -1378,6 +2288,7 @@ class Client {
|
|
|
1378
2288
|
return await this.uploadTestFileEx(request, headers, runtime);
|
|
1379
2289
|
}
|
|
1380
2290
|
/**
|
|
2291
|
+
* @remarks
|
|
1381
2292
|
* Description: 文件上传测试接口
|
|
1382
2293
|
* Summary: 文件上传测试接口
|
|
1383
2294
|
*/
|
|
@@ -1406,6 +2317,7 @@ class Client {
|
|
|
1406
2317
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.file.upload", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UploadTestFileResponse({}));
|
|
1407
2318
|
}
|
|
1408
2319
|
/**
|
|
2320
|
+
* @remarks
|
|
1409
2321
|
* Description: 压测接口1
|
|
1410
2322
|
* Summary: 压测接口1
|
|
1411
2323
|
*/
|
|
@@ -1415,6 +2327,7 @@ class Client {
|
|
|
1415
2327
|
return await this.queryTimeOneEx(request, headers, runtime);
|
|
1416
2328
|
}
|
|
1417
2329
|
/**
|
|
2330
|
+
* @remarks
|
|
1418
2331
|
* Description: 压测接口1
|
|
1419
2332
|
* Summary: 压测接口1
|
|
1420
2333
|
*/
|
|
@@ -1423,6 +2336,7 @@ class Client {
|
|
|
1423
2336
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.time.one.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryTimeOneResponse({}));
|
|
1424
2337
|
}
|
|
1425
2338
|
/**
|
|
2339
|
+
* @remarks
|
|
1426
2340
|
* Description: 压测接口2
|
|
1427
2341
|
* Summary: 压测接口2
|
|
1428
2342
|
*/
|
|
@@ -1432,6 +2346,7 @@ class Client {
|
|
|
1432
2346
|
return await this.queryTimeTwoEx(request, headers, runtime);
|
|
1433
2347
|
}
|
|
1434
2348
|
/**
|
|
2349
|
+
* @remarks
|
|
1435
2350
|
* Description: 压测接口2
|
|
1436
2351
|
* Summary: 压测接口2
|
|
1437
2352
|
*/
|
|
@@ -1440,6 +2355,7 @@ class Client {
|
|
|
1440
2355
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.time.two.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryTimeTwoResponse({}));
|
|
1441
2356
|
}
|
|
1442
2357
|
/**
|
|
2358
|
+
* @remarks
|
|
1443
2359
|
* Description: 压测接口3
|
|
1444
2360
|
* Summary: 压测接口3
|
|
1445
2361
|
*/
|
|
@@ -1449,6 +2365,7 @@ class Client {
|
|
|
1449
2365
|
return await this.queryTimeThreeEx(request, headers, runtime);
|
|
1450
2366
|
}
|
|
1451
2367
|
/**
|
|
2368
|
+
* @remarks
|
|
1452
2369
|
* Description: 压测接口3
|
|
1453
2370
|
* Summary: 压测接口3
|
|
1454
2371
|
*/
|
|
@@ -1457,6 +2374,7 @@ class Client {
|
|
|
1457
2374
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.time.three.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryTimeThreeResponse({}));
|
|
1458
2375
|
}
|
|
1459
2376
|
/**
|
|
2377
|
+
* @remarks
|
|
1460
2378
|
* Description: 压测接口4
|
|
1461
2379
|
* Summary: 压测接口4
|
|
1462
2380
|
*/
|
|
@@ -1466,6 +2384,7 @@ class Client {
|
|
|
1466
2384
|
return await this.queryTimeFourEx(request, headers, runtime);
|
|
1467
2385
|
}
|
|
1468
2386
|
/**
|
|
2387
|
+
* @remarks
|
|
1469
2388
|
* Description: 压测接口4
|
|
1470
2389
|
* Summary: 压测接口4
|
|
1471
2390
|
*/
|
|
@@ -1474,6 +2393,7 @@ class Client {
|
|
|
1474
2393
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.time.four.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryTimeFourResponse({}));
|
|
1475
2394
|
}
|
|
1476
2395
|
/**
|
|
2396
|
+
* @remarks
|
|
1477
2397
|
* Description: 压测接口5
|
|
1478
2398
|
* Summary: 压测接口5
|
|
1479
2399
|
*/
|
|
@@ -1483,6 +2403,7 @@ class Client {
|
|
|
1483
2403
|
return await this.queryTimeFiveEx(request, headers, runtime);
|
|
1484
2404
|
}
|
|
1485
2405
|
/**
|
|
2406
|
+
* @remarks
|
|
1486
2407
|
* Description: 压测接口5
|
|
1487
2408
|
* Summary: 压测接口5
|
|
1488
2409
|
*/
|
|
@@ -1491,6 +2412,26 @@ class Client {
|
|
|
1491
2412
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.time.five.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryTimeFiveResponse({}));
|
|
1492
2413
|
}
|
|
1493
2414
|
/**
|
|
2415
|
+
* @remarks
|
|
2416
|
+
* Description: aaa
|
|
2417
|
+
* Summary: aaa
|
|
2418
|
+
*/
|
|
2419
|
+
async cccAaaBbb(request) {
|
|
2420
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2421
|
+
let headers = {};
|
|
2422
|
+
return await this.cccAaaBbbEx(request, headers, runtime);
|
|
2423
|
+
}
|
|
2424
|
+
/**
|
|
2425
|
+
* @remarks
|
|
2426
|
+
* Description: aaa
|
|
2427
|
+
* Summary: aaa
|
|
2428
|
+
*/
|
|
2429
|
+
async cccAaaBbbEx(request, headers, runtime) {
|
|
2430
|
+
tea_util_1.default.validateModel(request);
|
|
2431
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.aaa.bbb.ccc", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CccAaaBbbResponse({}));
|
|
2432
|
+
}
|
|
2433
|
+
/**
|
|
2434
|
+
* @remarks
|
|
1494
2435
|
* Description: 已有产品创建api
|
|
1495
2436
|
* Summary: 已有产品创建api
|
|
1496
2437
|
*/
|
|
@@ -1500,6 +2441,7 @@ class Client {
|
|
|
1500
2441
|
return await this.createapiExistingProductsEx(request, headers, runtime);
|
|
1501
2442
|
}
|
|
1502
2443
|
/**
|
|
2444
|
+
* @remarks
|
|
1503
2445
|
* Description: 已有产品创建api
|
|
1504
2446
|
* Summary: 已有产品创建api
|
|
1505
2447
|
*/
|
|
@@ -1508,6 +2450,7 @@ class Client {
|
|
|
1508
2450
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.existing.products.createapi", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CreateapiExistingProductsResponse({}));
|
|
1509
2451
|
}
|
|
1510
2452
|
/**
|
|
2453
|
+
* @remarks
|
|
1511
2454
|
* Description: 已有产品下创建的api
|
|
1512
2455
|
* Summary: 已有产品下创建的api
|
|
1513
2456
|
*/
|
|
@@ -1517,6 +2460,7 @@ class Client {
|
|
|
1517
2460
|
return await this.aPreCreateApiEx(request, headers, runtime);
|
|
1518
2461
|
}
|
|
1519
2462
|
/**
|
|
2463
|
+
* @remarks
|
|
1520
2464
|
* Description: 已有产品下创建的api
|
|
1521
2465
|
* Summary: 已有产品下创建的api
|
|
1522
2466
|
*/
|
|
@@ -1525,6 +2469,7 @@ class Client {
|
|
|
1525
2469
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.pre.create.api.a", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new APreCreateApiResponse({}));
|
|
1526
2470
|
}
|
|
1527
2471
|
/**
|
|
2472
|
+
* @remarks
|
|
1528
2473
|
* Description: 测试使用api
|
|
1529
2474
|
* Summary: 测试使用api
|
|
1530
2475
|
*/
|
|
@@ -1534,6 +2479,7 @@ class Client {
|
|
|
1534
2479
|
return await this.apiTestCreateEx(request, headers, runtime);
|
|
1535
2480
|
}
|
|
1536
2481
|
/**
|
|
2482
|
+
* @remarks
|
|
1537
2483
|
* Description: 测试使用api
|
|
1538
2484
|
* Summary: 测试使用api
|
|
1539
2485
|
*/
|
|
@@ -1542,6 +2488,7 @@ class Client {
|
|
|
1542
2488
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.create.api", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ApiTestCreateResponse({}));
|
|
1543
2489
|
}
|
|
1544
2490
|
/**
|
|
2491
|
+
* @remarks
|
|
1545
2492
|
* Description: 用于测试api评审接入SDL/修改后的评审/0323
|
|
1546
2493
|
* Summary: 用于测试api评审接入SDL/修改后的评审/0323
|
|
1547
2494
|
*/
|
|
@@ -1551,6 +2498,7 @@ class Client {
|
|
|
1551
2498
|
return await this.queryApprovalTestEx(request, headers, runtime);
|
|
1552
2499
|
}
|
|
1553
2500
|
/**
|
|
2501
|
+
* @remarks
|
|
1554
2502
|
* Description: 用于测试api评审接入SDL/修改后的评审/0323
|
|
1555
2503
|
* Summary: 用于测试api评审接入SDL/修改后的评审/0323
|
|
1556
2504
|
*/
|
|
@@ -1559,23 +2507,178 @@ class Client {
|
|
|
1559
2507
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.approval.test.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryApprovalTestResponse({}));
|
|
1560
2508
|
}
|
|
1561
2509
|
/**
|
|
2510
|
+
* @remarks
|
|
2511
|
+
* Description: 1
|
|
2512
|
+
* Summary: 1
|
|
2513
|
+
*/
|
|
2514
|
+
async azxdAzsx(request) {
|
|
2515
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2516
|
+
let headers = {};
|
|
2517
|
+
return await this.azxdAzsxEx(request, headers, runtime);
|
|
2518
|
+
}
|
|
2519
|
+
/**
|
|
2520
|
+
* @remarks
|
|
2521
|
+
* Description: 1
|
|
2522
|
+
* Summary: 1
|
|
2523
|
+
*/
|
|
2524
|
+
async azxdAzsxEx(request, headers, runtime) {
|
|
2525
|
+
tea_util_1.default.validateModel(request);
|
|
2526
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.azsx.azxd", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new AzxdAzsxResponse({}));
|
|
2527
|
+
}
|
|
2528
|
+
/**
|
|
2529
|
+
* @remarks
|
|
2530
|
+
* Description: 钟忆个人工作台预发测试1
|
|
2531
|
+
* Summary: 钟忆个人工作台预发测试1
|
|
2532
|
+
*/
|
|
2533
|
+
async queryTestOne(request) {
|
|
2534
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2535
|
+
let headers = {};
|
|
2536
|
+
return await this.queryTestOneEx(request, headers, runtime);
|
|
2537
|
+
}
|
|
2538
|
+
/**
|
|
2539
|
+
* @remarks
|
|
2540
|
+
* Description: 钟忆个人工作台预发测试1
|
|
2541
|
+
* Summary: 钟忆个人工作台预发测试1
|
|
2542
|
+
*/
|
|
2543
|
+
async queryTestOneEx(request, headers, runtime) {
|
|
2544
|
+
tea_util_1.default.validateModel(request);
|
|
2545
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryTestOneResponse({}));
|
|
2546
|
+
}
|
|
2547
|
+
/**
|
|
2548
|
+
* @remarks
|
|
1562
2549
|
* Description: 个人工作台二期预发测试
|
|
1563
2550
|
* Summary: 个人工作台二期预发测试
|
|
1564
2551
|
*/
|
|
1565
|
-
async
|
|
2552
|
+
async importTestOne(request) {
|
|
1566
2553
|
let runtime = new $Util.RuntimeOptions({});
|
|
1567
2554
|
let headers = {};
|
|
1568
|
-
return await this.
|
|
2555
|
+
return await this.importTestOneEx(request, headers, runtime);
|
|
2556
|
+
}
|
|
2557
|
+
/**
|
|
2558
|
+
* @remarks
|
|
2559
|
+
* Description: 个人工作台二期预发测试
|
|
2560
|
+
* Summary: 个人工作台二期预发测试
|
|
2561
|
+
*/
|
|
2562
|
+
async importTestOneEx(request, headers, runtime) {
|
|
2563
|
+
tea_util_1.default.validateModel(request);
|
|
2564
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.import", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ImportTestOneResponse({}));
|
|
2565
|
+
}
|
|
2566
|
+
/**
|
|
2567
|
+
* @remarks
|
|
2568
|
+
* Description: 个人工作台二期预发测试
|
|
2569
|
+
* Summary: 个人工作台二期预发测试
|
|
2570
|
+
*/
|
|
2571
|
+
async stabilizeTestOne(request) {
|
|
2572
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2573
|
+
let headers = {};
|
|
2574
|
+
return await this.stabilizeTestOneEx(request, headers, runtime);
|
|
2575
|
+
}
|
|
2576
|
+
/**
|
|
2577
|
+
* @remarks
|
|
2578
|
+
* Description: 个人工作台二期预发测试
|
|
2579
|
+
* Summary: 个人工作台二期预发测试
|
|
2580
|
+
*/
|
|
2581
|
+
async stabilizeTestOneEx(request, headers, runtime) {
|
|
2582
|
+
tea_util_1.default.validateModel(request);
|
|
2583
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.stabilize", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new StabilizeTestOneResponse({}));
|
|
2584
|
+
}
|
|
2585
|
+
/**
|
|
2586
|
+
* @remarks
|
|
2587
|
+
* Description: 个人工作台二期预发测试
|
|
2588
|
+
* Summary: 个人工作台二期预发测试
|
|
2589
|
+
*/
|
|
2590
|
+
async captureTestOne(request) {
|
|
2591
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2592
|
+
let headers = {};
|
|
2593
|
+
return await this.captureTestOneEx(request, headers, runtime);
|
|
2594
|
+
}
|
|
2595
|
+
/**
|
|
2596
|
+
* @remarks
|
|
2597
|
+
* Description: 个人工作台二期预发测试
|
|
2598
|
+
* Summary: 个人工作台二期预发测试
|
|
2599
|
+
*/
|
|
2600
|
+
async captureTestOneEx(request, headers, runtime) {
|
|
2601
|
+
tea_util_1.default.validateModel(request);
|
|
2602
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.capture", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new CaptureTestOneResponse({}));
|
|
2603
|
+
}
|
|
2604
|
+
/**
|
|
2605
|
+
* @remarks
|
|
2606
|
+
* Description: 个人工作台二期预发测试
|
|
2607
|
+
* Summary: 个人工作台二期预发测试
|
|
2608
|
+
*/
|
|
2609
|
+
async matchTestOne(request) {
|
|
2610
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2611
|
+
let headers = {};
|
|
2612
|
+
return await this.matchTestOneEx(request, headers, runtime);
|
|
2613
|
+
}
|
|
2614
|
+
/**
|
|
2615
|
+
* @remarks
|
|
2616
|
+
* Description: 个人工作台二期预发测试
|
|
2617
|
+
* Summary: 个人工作台二期预发测试
|
|
2618
|
+
*/
|
|
2619
|
+
async matchTestOneEx(request, headers, runtime) {
|
|
2620
|
+
tea_util_1.default.validateModel(request);
|
|
2621
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.match", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new MatchTestOneResponse({}));
|
|
2622
|
+
}
|
|
2623
|
+
/**
|
|
2624
|
+
* @remarks
|
|
2625
|
+
* Description: 个人工作台二期预发测试
|
|
2626
|
+
* Summary: 个人工作台二期预发测试
|
|
2627
|
+
*/
|
|
2628
|
+
async operateTestOne(request) {
|
|
2629
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2630
|
+
let headers = {};
|
|
2631
|
+
return await this.operateTestOneEx(request, headers, runtime);
|
|
1569
2632
|
}
|
|
1570
2633
|
/**
|
|
2634
|
+
* @remarks
|
|
1571
2635
|
* Description: 个人工作台二期预发测试
|
|
1572
2636
|
* Summary: 个人工作台二期预发测试
|
|
1573
2637
|
*/
|
|
2638
|
+
async operateTestOneEx(request, headers, runtime) {
|
|
2639
|
+
tea_util_1.default.validateModel(request);
|
|
2640
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.operate", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new OperateTestOneResponse({}));
|
|
2641
|
+
}
|
|
2642
|
+
/**
|
|
2643
|
+
* @remarks
|
|
2644
|
+
* Description: 个人工作台新增接口测试
|
|
2645
|
+
* Summary: 个人工作台新增接口测试
|
|
2646
|
+
*/
|
|
2647
|
+
async timeTestOne(request) {
|
|
2648
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2649
|
+
let headers = {};
|
|
2650
|
+
return await this.timeTestOneEx(request, headers, runtime);
|
|
2651
|
+
}
|
|
2652
|
+
/**
|
|
2653
|
+
* @remarks
|
|
2654
|
+
* Description: 个人工作台新增接口测试
|
|
2655
|
+
* Summary: 个人工作台新增接口测试
|
|
2656
|
+
*/
|
|
2657
|
+
async timeTestOneEx(request, headers, runtime) {
|
|
2658
|
+
tea_util_1.default.validateModel(request);
|
|
2659
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.test.one.time", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new TimeTestOneResponse({}));
|
|
2660
|
+
}
|
|
2661
|
+
/**
|
|
2662
|
+
* @remarks
|
|
2663
|
+
* Description: 哈哈哈哈哈哈哈哈个人工作台二期预发测试qqq
|
|
2664
|
+
* Summary: 哈哈哈哈哈哈哈哈个人工作台二期预发测试qqq
|
|
2665
|
+
*/
|
|
2666
|
+
async queryOneLimit(request) {
|
|
2667
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2668
|
+
let headers = {};
|
|
2669
|
+
return await this.queryOneLimitEx(request, headers, runtime);
|
|
2670
|
+
}
|
|
2671
|
+
/**
|
|
2672
|
+
* @remarks
|
|
2673
|
+
* Description: 哈哈哈哈哈哈哈哈个人工作台二期预发测试qqq
|
|
2674
|
+
* Summary: 哈哈哈哈哈哈哈哈个人工作台二期预发测试qqq
|
|
2675
|
+
*/
|
|
1574
2676
|
async queryOneLimitEx(request, headers, runtime) {
|
|
1575
2677
|
tea_util_1.default.validateModel(request);
|
|
1576
2678
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.one.limit.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryOneLimitResponse({}));
|
|
1577
2679
|
}
|
|
1578
2680
|
/**
|
|
2681
|
+
* @remarks
|
|
1579
2682
|
* Description: 个人工作台二期预发测试
|
|
1580
2683
|
* Summary: 个人工作台二期预发测试
|
|
1581
2684
|
*/
|
|
@@ -1585,6 +2688,7 @@ class Client {
|
|
|
1585
2688
|
return await this.importOneLimitEx(request, headers, runtime);
|
|
1586
2689
|
}
|
|
1587
2690
|
/**
|
|
2691
|
+
* @remarks
|
|
1588
2692
|
* Description: 个人工作台二期预发测试
|
|
1589
2693
|
* Summary: 个人工作台二期预发测试
|
|
1590
2694
|
*/
|
|
@@ -1593,6 +2697,83 @@ class Client {
|
|
|
1593
2697
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.one.limit.import", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ImportOneLimitResponse({}));
|
|
1594
2698
|
}
|
|
1595
2699
|
/**
|
|
2700
|
+
* @remarks
|
|
2701
|
+
* Description: 个人工作台二期预发测试
|
|
2702
|
+
* Summary: 个人工作台二期预发测试
|
|
2703
|
+
*/
|
|
2704
|
+
async stabilizeOneLimit(request) {
|
|
2705
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2706
|
+
let headers = {};
|
|
2707
|
+
return await this.stabilizeOneLimitEx(request, headers, runtime);
|
|
2708
|
+
}
|
|
2709
|
+
/**
|
|
2710
|
+
* @remarks
|
|
2711
|
+
* Description: 个人工作台二期预发测试
|
|
2712
|
+
* Summary: 个人工作台二期预发测试
|
|
2713
|
+
*/
|
|
2714
|
+
async stabilizeOneLimitEx(request, headers, runtime) {
|
|
2715
|
+
tea_util_1.default.validateModel(request);
|
|
2716
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.one.limit.stabilize", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new StabilizeOneLimitResponse({}));
|
|
2717
|
+
}
|
|
2718
|
+
/**
|
|
2719
|
+
* @remarks
|
|
2720
|
+
* Description: 个人工作台二期测试接口
|
|
2721
|
+
* Summary: 个人工作台二期测试接口
|
|
2722
|
+
*/
|
|
2723
|
+
async unstabilizeOneLimit(request) {
|
|
2724
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2725
|
+
let headers = {};
|
|
2726
|
+
return await this.unstabilizeOneLimitEx(request, headers, runtime);
|
|
2727
|
+
}
|
|
2728
|
+
/**
|
|
2729
|
+
* @remarks
|
|
2730
|
+
* Description: 个人工作台二期测试接口
|
|
2731
|
+
* Summary: 个人工作台二期测试接口
|
|
2732
|
+
*/
|
|
2733
|
+
async unstabilizeOneLimitEx(request, headers, runtime) {
|
|
2734
|
+
tea_util_1.default.validateModel(request);
|
|
2735
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.one.limit.unstabilize", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new UnstabilizeOneLimitResponse({}));
|
|
2736
|
+
}
|
|
2737
|
+
/**
|
|
2738
|
+
* @remarks
|
|
2739
|
+
* Description: 个人工作台二期预发测试
|
|
2740
|
+
* Summary: 个人工作台二期预发测试
|
|
2741
|
+
*/
|
|
2742
|
+
async resetOneLimit(request) {
|
|
2743
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2744
|
+
let headers = {};
|
|
2745
|
+
return await this.resetOneLimitEx(request, headers, runtime);
|
|
2746
|
+
}
|
|
2747
|
+
/**
|
|
2748
|
+
* @remarks
|
|
2749
|
+
* Description: 个人工作台二期预发测试
|
|
2750
|
+
* Summary: 个人工作台二期预发测试
|
|
2751
|
+
*/
|
|
2752
|
+
async resetOneLimitEx(request, headers, runtime) {
|
|
2753
|
+
tea_util_1.default.validateModel(request);
|
|
2754
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.one.limit.reset", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new ResetOneLimitResponse({}));
|
|
2755
|
+
}
|
|
2756
|
+
/**
|
|
2757
|
+
* @remarks
|
|
2758
|
+
* Description: 个人工作台二期预发测试
|
|
2759
|
+
* Summary: 个人工作台二期预发测试
|
|
2760
|
+
*/
|
|
2761
|
+
async withdrawOneLimit(request) {
|
|
2762
|
+
let runtime = new $Util.RuntimeOptions({});
|
|
2763
|
+
let headers = {};
|
|
2764
|
+
return await this.withdrawOneLimitEx(request, headers, runtime);
|
|
2765
|
+
}
|
|
2766
|
+
/**
|
|
2767
|
+
* @remarks
|
|
2768
|
+
* Description: 个人工作台二期预发测试
|
|
2769
|
+
* Summary: 个人工作台二期预发测试
|
|
2770
|
+
*/
|
|
2771
|
+
async withdrawOneLimitEx(request, headers, runtime) {
|
|
2772
|
+
tea_util_1.default.validateModel(request);
|
|
2773
|
+
return $tea.cast(await this.doRequest("1.0", "antchain.abc.one.limit.withdraw", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new WithdrawOneLimitResponse({}));
|
|
2774
|
+
}
|
|
2775
|
+
/**
|
|
2776
|
+
* @remarks
|
|
1596
2777
|
* Description: 用于共享能力中心六期接入rasp回归验证
|
|
1597
2778
|
* Summary: 用于共享能力中心六期接入rasp回归验证
|
|
1598
2779
|
*/
|
|
@@ -1602,6 +2783,7 @@ class Client {
|
|
|
1602
2783
|
return await this.queryGongxiangTesttestEx(request, headers, runtime);
|
|
1603
2784
|
}
|
|
1604
2785
|
/**
|
|
2786
|
+
* @remarks
|
|
1605
2787
|
* Description: 用于共享能力中心六期接入rasp回归验证
|
|
1606
2788
|
* Summary: 用于共享能力中心六期接入rasp回归验证
|
|
1607
2789
|
*/
|
|
@@ -1610,6 +2792,7 @@ class Client {
|
|
|
1610
2792
|
return $tea.cast(await this.doRequest("1.0", "antchain.abc.gongxiang.testtest.query", "HTTPS", "POST", `/gateway.do`, $tea.toMap(request), headers, runtime), new QueryGongxiangTesttestResponse({}));
|
|
1611
2793
|
}
|
|
1612
2794
|
/**
|
|
2795
|
+
* @remarks
|
|
1613
2796
|
* Description: 创建HTTP PUT提交的文件上传
|
|
1614
2797
|
* Summary: 文件上传创建
|
|
1615
2798
|
*/
|
|
@@ -1619,6 +2802,7 @@ class Client {
|
|
|
1619
2802
|
return await this.createAntcloudGatewayxFileUploadEx(request, headers, runtime);
|
|
1620
2803
|
}
|
|
1621
2804
|
/**
|
|
2805
|
+
* @remarks
|
|
1622
2806
|
* Description: 创建HTTP PUT提交的文件上传
|
|
1623
2807
|
* Summary: 文件上传创建
|
|
1624
2808
|
*/
|