tencentcloud-sdk-nodejs 4.0.425 → 4.0.428
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/CHANGELOG.md +430 -0
- package/SERVICE_CHANGELOG.md +266 -168
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +6 -0
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/cfs/v20190719/cfs_models.ts +37 -37
- package/src/services/cfw/v20190904/cfw_client.ts +19 -55
- package/src/services/cfw/v20190904/cfw_models.ts +48 -189
- package/src/services/ckafka/v20190819/ckafka_models.ts +30 -0
- package/src/services/ess/v20201111/ess_client.ts +12 -0
- package/src/services/ess/v20201111/ess_models.ts +30 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +132 -119
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -1
- package/src/services/faceid/v20180301/faceid_models.ts +20 -5
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/ocr/v20181119/ocr_models.ts +20 -0
- package/src/services/teo/v20220106/teo_client.ts +146 -33
- package/src/services/teo/v20220106/teo_models.ts +1110 -358
- package/src/services/tts/v20190823/tts_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +2 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +37 -37
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -19
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +9 -27
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +36 -158
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +24 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +26 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +58 -54
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +81 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +56 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +17 -5
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +16 -0
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +39 -7
- package/tencentcloud/services/teo/v20220106/teo_client.js +57 -9
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +967 -309
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -1
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -0
- package/test/cfw.v20190904.test.js +6 -36
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +52 -42
- package/test/teo.v20220106.test.js +86 -6
|
@@ -745,68 +745,56 @@ export interface DescribeAssociatedInstanceListResponse {
|
|
|
745
745
|
}
|
|
746
746
|
|
|
747
747
|
/**
|
|
748
|
-
*
|
|
749
|
-
*/
|
|
750
|
-
export interface DescribeResourceGroupResponse {
|
|
751
|
-
/**
|
|
752
|
-
* 返回树形结构
|
|
753
|
-
*/
|
|
754
|
-
Data: string
|
|
755
|
-
|
|
756
|
-
/**
|
|
757
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
758
|
-
*/
|
|
759
|
-
RequestId?: string
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
/**
|
|
763
|
-
* DescribeNatRuleOverview返回参数结构体
|
|
748
|
+
* 企业安全组关联实例信息
|
|
764
749
|
*/
|
|
765
|
-
export interface
|
|
766
|
-
/**
|
|
767
|
-
* 实例ID
|
|
768
|
-
*/
|
|
769
|
-
InstanceId?: string
|
|
770
|
-
|
|
750
|
+
export interface AssociatedInstanceInfo {
|
|
771
751
|
/**
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
752
|
+
* 实例ID
|
|
753
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
754
|
+
*/
|
|
755
|
+
InstanceId: string
|
|
775
756
|
|
|
776
757
|
/**
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
758
|
+
* 实例名称
|
|
759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
760
|
+
*/
|
|
761
|
+
InstanceName: string
|
|
780
762
|
|
|
781
763
|
/**
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
764
|
+
* 实例类型,3是cvm实例,4是clb实例,5是eni实例,6是云数据库
|
|
765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
766
|
+
*/
|
|
767
|
+
Type: number
|
|
785
768
|
|
|
786
769
|
/**
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
770
|
+
* 私有网络ID
|
|
771
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
772
|
+
*/
|
|
773
|
+
VpcId: string
|
|
790
774
|
|
|
791
775
|
/**
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
776
|
+
* 私有网络名称
|
|
777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
778
|
+
*/
|
|
779
|
+
VpcName: string
|
|
795
780
|
|
|
796
781
|
/**
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
782
|
+
* 公网IP
|
|
783
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
784
|
+
*/
|
|
785
|
+
PublicIp: string
|
|
800
786
|
|
|
801
787
|
/**
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
788
|
+
* 内网IP
|
|
789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
790
|
+
*/
|
|
791
|
+
Ip: string
|
|
805
792
|
|
|
806
793
|
/**
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
794
|
+
* 关联安全组数量
|
|
795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
796
|
+
*/
|
|
797
|
+
SecurityGroupCount: number
|
|
810
798
|
}
|
|
811
799
|
|
|
812
800
|
/**
|
|
@@ -1726,16 +1714,6 @@ export interface DescribeAddrTemplateListResponse {
|
|
|
1726
1714
|
RequestId?: string
|
|
1727
1715
|
}
|
|
1728
1716
|
|
|
1729
|
-
/**
|
|
1730
|
-
* RunSyncAsset请求参数结构体
|
|
1731
|
-
*/
|
|
1732
|
-
export interface RunSyncAssetRequest {
|
|
1733
|
-
/**
|
|
1734
|
-
* 0: 互联网防火墙开关,1:vpc 防火墙开关
|
|
1735
|
-
*/
|
|
1736
|
-
Type?: number
|
|
1737
|
-
}
|
|
1738
|
-
|
|
1739
1717
|
/**
|
|
1740
1718
|
* DescribeTLogIpList请求参数结构体
|
|
1741
1719
|
*/
|
|
@@ -2724,27 +2702,6 @@ export interface ModifySequenceRulesResponse {
|
|
|
2724
2702
|
RequestId?: string
|
|
2725
2703
|
}
|
|
2726
2704
|
|
|
2727
|
-
/**
|
|
2728
|
-
* DeleteSecurityGroupAllRule返回参数结构体
|
|
2729
|
-
*/
|
|
2730
|
-
export interface DeleteSecurityGroupAllRuleResponse {
|
|
2731
|
-
/**
|
|
2732
|
-
* 0: 操作成功,非0:操作失败
|
|
2733
|
-
*/
|
|
2734
|
-
Status?: number
|
|
2735
|
-
|
|
2736
|
-
/**
|
|
2737
|
-
* 返回数据的json字符串
|
|
2738
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2739
|
-
*/
|
|
2740
|
-
Info?: number
|
|
2741
|
-
|
|
2742
|
-
/**
|
|
2743
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2744
|
-
*/
|
|
2745
|
-
RequestId?: string
|
|
2746
|
-
}
|
|
2747
|
-
|
|
2748
2705
|
/**
|
|
2749
2706
|
* DescribeResourceGroupNew返回参数结构体
|
|
2750
2707
|
*/
|
|
@@ -2983,21 +2940,6 @@ export interface ModifyNatFwSwitchResponse {
|
|
|
2983
2940
|
RequestId?: string
|
|
2984
2941
|
}
|
|
2985
2942
|
|
|
2986
|
-
/**
|
|
2987
|
-
* RunSyncAsset返回参数结构体
|
|
2988
|
-
*/
|
|
2989
|
-
export interface RunSyncAssetResponse {
|
|
2990
|
-
/**
|
|
2991
|
-
* 0:同步成功,1:资产更新中,2:后台同步调用失败
|
|
2992
|
-
*/
|
|
2993
|
-
Status?: number
|
|
2994
|
-
|
|
2995
|
-
/**
|
|
2996
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2997
|
-
*/
|
|
2998
|
-
RequestId?: string
|
|
2999
|
-
}
|
|
3000
|
-
|
|
3001
2943
|
/**
|
|
3002
2944
|
* DescribeBlockByIpTimesList返回参数结构体
|
|
3003
2945
|
*/
|
|
@@ -3270,36 +3212,6 @@ export interface DescribeIPStatusListResponse {
|
|
|
3270
3212
|
RequestId?: string
|
|
3271
3213
|
}
|
|
3272
3214
|
|
|
3273
|
-
/**
|
|
3274
|
-
* DescribeNatRuleOverview请求参数结构体
|
|
3275
|
-
*/
|
|
3276
|
-
export interface DescribeNatRuleOverviewRequest {
|
|
3277
|
-
/**
|
|
3278
|
-
* 方向,0:出站,1:入站 默认值:0
|
|
3279
|
-
*/
|
|
3280
|
-
Direction?: number
|
|
3281
|
-
|
|
3282
|
-
/**
|
|
3283
|
-
* NAT地域 这个是必填项,填入相关的英文,'ap-beijing-fsi': '北京金融',
|
|
3284
|
-
'ap-beijing': '北京',
|
|
3285
|
-
'ap-changsha-ec': '长沙EC',
|
|
3286
|
-
'ap-chengdu': '成都',
|
|
3287
|
-
'ap-chongqing': '重庆',
|
|
3288
|
-
'ap-fuzhou-ec': '福州EC',
|
|
3289
|
-
'ap-guangzhou-open': '广州Open',
|
|
3290
|
-
'ap-guangzhou': '广州',
|
|
3291
|
-
'ap-hangzhou-ec': '杭州EC',
|
|
3292
|
-
'ap-jinan-ec': '济南EC',
|
|
3293
|
-
'ap-nanjing': '南京',
|
|
3294
|
-
'ap-shanghai-fsi': '上海金融',
|
|
3295
|
-
'ap-shanghai': '上海',
|
|
3296
|
-
'ap-shenzhen-fsi': '深圳金融',
|
|
3297
|
-
'ap-shenzhen': '深圳',
|
|
3298
|
-
'ap-wuhan-ec': '武汉EC'
|
|
3299
|
-
*/
|
|
3300
|
-
Area?: string
|
|
3301
|
-
}
|
|
3302
|
-
|
|
3303
3215
|
/**
|
|
3304
3216
|
* CreateDatabaseWhiteListRules请求参数结构体
|
|
3305
3217
|
*/
|
|
@@ -3310,21 +3222,6 @@ export interface CreateDatabaseWhiteListRulesRequest {
|
|
|
3310
3222
|
DatabaseWhiteListRuleData: Array<DatabaseWhiteListRuleData>
|
|
3311
3223
|
}
|
|
3312
3224
|
|
|
3313
|
-
/**
|
|
3314
|
-
* DescribeResourceGroup请求参数结构体
|
|
3315
|
-
*/
|
|
3316
|
-
export interface DescribeResourceGroupRequest {
|
|
3317
|
-
/**
|
|
3318
|
-
* 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tag
|
|
3319
|
-
*/
|
|
3320
|
-
QueryType: string
|
|
3321
|
-
|
|
3322
|
-
/**
|
|
3323
|
-
* 资产组id 全部传0
|
|
3324
|
-
*/
|
|
3325
|
-
GroupId?: string
|
|
3326
|
-
}
|
|
3327
|
-
|
|
3328
3225
|
/**
|
|
3329
3226
|
* Nat实例卡片详细信息
|
|
3330
3227
|
*/
|
|
@@ -3417,18 +3314,18 @@ export interface NatFwEipsInfo {
|
|
|
3417
3314
|
}
|
|
3418
3315
|
|
|
3419
3316
|
/**
|
|
3420
|
-
*
|
|
3317
|
+
* DescribeResourceGroup返回参数结构体
|
|
3421
3318
|
*/
|
|
3422
|
-
export interface
|
|
3319
|
+
export interface DescribeResourceGroupResponse {
|
|
3423
3320
|
/**
|
|
3424
|
-
*
|
|
3321
|
+
* 返回树形结构
|
|
3425
3322
|
*/
|
|
3426
|
-
|
|
3323
|
+
Data: string
|
|
3427
3324
|
|
|
3428
3325
|
/**
|
|
3429
|
-
*
|
|
3326
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3430
3327
|
*/
|
|
3431
|
-
|
|
3328
|
+
RequestId?: string
|
|
3432
3329
|
}
|
|
3433
3330
|
|
|
3434
3331
|
/**
|
|
@@ -4459,56 +4356,18 @@ export interface DnsVpcSwitch {
|
|
|
4459
4356
|
}
|
|
4460
4357
|
|
|
4461
4358
|
/**
|
|
4462
|
-
*
|
|
4359
|
+
* DescribeResourceGroup请求参数结构体
|
|
4463
4360
|
*/
|
|
4464
|
-
export interface
|
|
4465
|
-
/**
|
|
4466
|
-
* 实例ID
|
|
4467
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4468
|
-
*/
|
|
4469
|
-
InstanceId: string
|
|
4470
|
-
|
|
4471
|
-
/**
|
|
4472
|
-
* 实例名称
|
|
4473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4474
|
-
*/
|
|
4475
|
-
InstanceName: string
|
|
4476
|
-
|
|
4477
|
-
/**
|
|
4478
|
-
* 实例类型,3是cvm实例,4是clb实例,5是eni实例,6是云数据库
|
|
4479
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4480
|
-
*/
|
|
4481
|
-
Type: number
|
|
4482
|
-
|
|
4483
|
-
/**
|
|
4484
|
-
* 私有网络ID
|
|
4485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4486
|
-
*/
|
|
4487
|
-
VpcId: string
|
|
4488
|
-
|
|
4489
|
-
/**
|
|
4490
|
-
* 私有网络名称
|
|
4491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4492
|
-
*/
|
|
4493
|
-
VpcName: string
|
|
4494
|
-
|
|
4495
|
-
/**
|
|
4496
|
-
* 公网IP
|
|
4497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4498
|
-
*/
|
|
4499
|
-
PublicIp: string
|
|
4500
|
-
|
|
4361
|
+
export interface DescribeResourceGroupRequest {
|
|
4501
4362
|
/**
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
Ip: string
|
|
4363
|
+
* 查询类型 网络结构 vpc,业务识别- resource ,资源标签-tag
|
|
4364
|
+
*/
|
|
4365
|
+
QueryType: string
|
|
4506
4366
|
|
|
4507
4367
|
/**
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
SecurityGroupCount: number
|
|
4368
|
+
* 资产组id 全部传0
|
|
4369
|
+
*/
|
|
4370
|
+
GroupId?: string
|
|
4512
4371
|
}
|
|
4513
4372
|
|
|
4514
4373
|
/**
|
|
@@ -6379,6 +6379,31 @@ export interface PostgreSQLParam {
|
|
|
6379
6379
|
* 复制存量信息(never增量, initial全量),默认为initial
|
|
6380
6380
|
*/
|
|
6381
6381
|
SnapshotMode?: string
|
|
6382
|
+
|
|
6383
|
+
/**
|
|
6384
|
+
* 上游数据格式(JSON/Debezium), 当数据库同步模式为默认字段匹配时,必填
|
|
6385
|
+
*/
|
|
6386
|
+
DataFormat?: string
|
|
6387
|
+
|
|
6388
|
+
/**
|
|
6389
|
+
* "INSERT" 表示使用 Insert 模式插入,"UPSERT" 表示使用 Upsert 模式插入
|
|
6390
|
+
*/
|
|
6391
|
+
DataTargetInsertMode?: string
|
|
6392
|
+
|
|
6393
|
+
/**
|
|
6394
|
+
* 当 "DataInsertMode"="UPSERT" 时,传入当前 upsert 时依赖的主键
|
|
6395
|
+
*/
|
|
6396
|
+
DataTargetPrimaryKeyField?: string
|
|
6397
|
+
|
|
6398
|
+
/**
|
|
6399
|
+
* 表与消息间的映射关系
|
|
6400
|
+
*/
|
|
6401
|
+
DataTargetRecordMapping?: Array<RecordMapping>
|
|
6402
|
+
|
|
6403
|
+
/**
|
|
6404
|
+
* 是否抛弃解析失败的消息,默认为true
|
|
6405
|
+
*/
|
|
6406
|
+
DropInvalidMessage?: boolean
|
|
6382
6407
|
}
|
|
6383
6408
|
|
|
6384
6409
|
/**
|
|
@@ -7281,6 +7306,11 @@ export interface MySQLParam {
|
|
|
7281
7306
|
* 如果该值为true,且MySQL中"binlog_rows_query_log_events"配置项的值为"ON",则流入到topic的数据包含原SQL语句;若该值为false,流入到topic的数据不包含原SQL语句
|
|
7282
7307
|
*/
|
|
7283
7308
|
IncludeQuery?: boolean
|
|
7309
|
+
|
|
7310
|
+
/**
|
|
7311
|
+
* 如果该值为 true,则消息中会携带消息结构体对应的schema,如果该值为false则不会携带
|
|
7312
|
+
*/
|
|
7313
|
+
RecordWithSchema?: boolean
|
|
7284
7314
|
}
|
|
7285
7315
|
|
|
7286
7316
|
/**
|
|
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
UploadFile,
|
|
22
22
|
CancelMultiFlowSignQRCodeRequest,
|
|
23
|
+
CreateFlowEvidenceReportResponse,
|
|
23
24
|
DescribeFileUrlsResponse,
|
|
24
25
|
TemplateInfo,
|
|
25
26
|
CreateDocumentResponse,
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
CreateFlowSignReviewResponse,
|
|
53
54
|
Caller,
|
|
54
55
|
DescribeFlowTemplatesResponse,
|
|
56
|
+
CreateFlowEvidenceReportRequest,
|
|
55
57
|
CreateBatchCancelFlowUrlResponse,
|
|
56
58
|
StartFlowResponse,
|
|
57
59
|
FileInfo,
|
|
@@ -165,6 +167,16 @@ export class Client extends AbstractClient {
|
|
|
165
167
|
return this.request("DescribeThirdPartyAuthCode", req, cb)
|
|
166
168
|
}
|
|
167
169
|
|
|
170
|
+
/**
|
|
171
|
+
* 创建出证报告,返回报告 URL
|
|
172
|
+
*/
|
|
173
|
+
async CreateFlowEvidenceReport(
|
|
174
|
+
req: CreateFlowEvidenceReportRequest,
|
|
175
|
+
cb?: (error: string, rep: CreateFlowEvidenceReportResponse) => void
|
|
176
|
+
): Promise<CreateFlowEvidenceReportResponse> {
|
|
177
|
+
return this.request("CreateFlowEvidenceReport", req, cb)
|
|
178
|
+
}
|
|
179
|
+
|
|
168
180
|
/**
|
|
169
181
|
* 创建签署流程
|
|
170
182
|
适用场景:在标准制式的合同场景中,可通过提前预制好模板文件,每次调用模板文件的id,补充合同内容信息及签署信息生成电子合同。
|
|
@@ -50,6 +50,21 @@ export interface CancelMultiFlowSignQRCodeRequest {
|
|
|
50
50
|
Agent?: Agent
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
/**
|
|
54
|
+
* CreateFlowEvidenceReport返回参数结构体
|
|
55
|
+
*/
|
|
56
|
+
export interface CreateFlowEvidenceReportResponse {
|
|
57
|
+
/**
|
|
58
|
+
* 出证报告 URL(有效期5分钟)
|
|
59
|
+
*/
|
|
60
|
+
ReportUrl: string
|
|
61
|
+
|
|
62
|
+
/**
|
|
63
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
64
|
+
*/
|
|
65
|
+
RequestId?: string
|
|
66
|
+
}
|
|
67
|
+
|
|
53
68
|
/**
|
|
54
69
|
* DescribeFileUrls返回参数结构体
|
|
55
70
|
*/
|
|
@@ -1189,6 +1204,21 @@ export interface DescribeFlowTemplatesResponse {
|
|
|
1189
1204
|
RequestId?: string
|
|
1190
1205
|
}
|
|
1191
1206
|
|
|
1207
|
+
/**
|
|
1208
|
+
* CreateFlowEvidenceReport请求参数结构体
|
|
1209
|
+
*/
|
|
1210
|
+
export interface CreateFlowEvidenceReportRequest {
|
|
1211
|
+
/**
|
|
1212
|
+
* 调用方用户信息,userId 必填
|
|
1213
|
+
*/
|
|
1214
|
+
Operator: UserInfo
|
|
1215
|
+
|
|
1216
|
+
/**
|
|
1217
|
+
* 签署流程编号
|
|
1218
|
+
*/
|
|
1219
|
+
FlowId: string
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1192
1222
|
/**
|
|
1193
1223
|
* CreateBatchCancelFlowUrl返回参数结构体
|
|
1194
1224
|
*/
|