tencentcloud-sdk-nodejs 4.1.14 → 4.1.15
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/es/common/sdk_version.js +1 -1
- package/es/services/billing/v20180709/billing_client.js +0 -3
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +3 -0
- package/es/services/iotvideo/v20211125/iotvideo_client.js +3 -0
- package/es/services/taf/v20200210/taf_client.js +0 -3
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +1 -7
- package/tencentcloud/services/billing/v20180709/billing_client.js +0 -8
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +0 -135
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +16 -2
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +156 -82
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +57 -6
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +8 -53
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +6 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +84 -16
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +108 -40
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +53 -57
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +6 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +5 -1
- package/tencentcloud/services/smop/v20201203/smop_client.d.ts +3 -1
- package/tencentcloud/services/smop/v20201203/smop_client.js +3 -1
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +14 -84
- package/tencentcloud/services/tat/v20201028/tat_models.d.ts +25 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +24 -4
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +0 -91
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +32 -167
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -68
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.15";
|
|
@@ -12,9 +12,6 @@ export class Client extends AbstractClient {
|
|
|
12
12
|
async DescribeBillList(req, cb) {
|
|
13
13
|
return this.request("DescribeBillList", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async DescribeSavingPlanCoverage(req, cb) {
|
|
16
|
-
return this.request("DescribeSavingPlanCoverage", req, cb);
|
|
17
|
-
}
|
|
18
15
|
async DescribeAllocationSummaryByResource(req, cb) {
|
|
19
16
|
return this.request("DescribeAllocationSummaryByResource", req, cb);
|
|
20
17
|
}
|
|
@@ -456,6 +456,9 @@ export class Client extends AbstractClient {
|
|
|
456
456
|
async SearchTopicRule(req, cb) {
|
|
457
457
|
return this.request("SearchTopicRule", req, cb);
|
|
458
458
|
}
|
|
459
|
+
async DescribeCsReportCountDataInfo(req, cb) {
|
|
460
|
+
return this.request("DescribeCsReportCountDataInfo", req, cb);
|
|
461
|
+
}
|
|
459
462
|
async DescribeCloudStorageEvents(req, cb) {
|
|
460
463
|
return this.request("DescribeCloudStorageEvents", req, cb);
|
|
461
464
|
}
|
|
@@ -306,6 +306,9 @@ export class Client extends AbstractClient {
|
|
|
306
306
|
async DescribeBonuses(req, cb) {
|
|
307
307
|
return this.request("DescribeBonuses", req, cb);
|
|
308
308
|
}
|
|
309
|
+
async DescribeCsReportCountDataInfo(req, cb) {
|
|
310
|
+
return this.request("DescribeCsReportCountDataInfo", req, cb);
|
|
311
|
+
}
|
|
309
312
|
async DescribeCloudStorageEvents(req, cb) {
|
|
310
313
|
return this.request("DescribeCloudStorageEvents", req, cb);
|
|
311
314
|
}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.15";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeAllocateConditionsRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAllocationOverviewRequest, DescribeGatherResourceResponse, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateResponse, DescribeDosageDetailByDateRequest, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, DescribeBillSummaryByPayModeResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest,
|
|
3
|
+
import { DescribeBillAdjustInfoResponse, DescribeCostSummaryByProductRequest, DescribeCostExplorerSummaryResponse, DescribeCostExplorerSummaryRequest, DescribeCostSummaryByProductResponse, DeleteAllocationTagResponse, DescribeBillDetailForOrganizationResponse, DescribeCostSummaryByResourceResponse, DescribeBillSummaryByRegionRequest, DescribeAllocateConditionsRequest, DescribeBillSummaryRequest, DescribeBillResourceSummaryResponse, DescribeAllocationOverviewResponse, DescribeDosageCosDetailByDateRequest, DeleteAllocationTagRequest, DescribeBillSummaryByProductRequest, DescribeDosageDetailListResponse, DescribeAllocationBillDetailRequest, DescribeBillListRequest, DescribeAllocationTrendByMonthRequest, DescribeVoucherUsageDetailsResponse, DescribeAllocationOverviewRequest, DescribeGatherResourceResponse, DescribeCostDetailResponse, DescribeAllocationMonthOverviewResponse, DescribeAllocationSummaryByItemResponse, DescribeDosageDetailByDateResponse, DescribeDosageDetailByDateRequest, DescribeGatherResourceRequest, DescribeCostSummaryByProjectResponse, DescribeBillSummaryByTagResponse, DescribeBillSummaryByPayModeResponse, DescribeAllocationSummaryByBusinessResponse, DescribeAllocationSummaryByItemRequest, DescribeBillSummaryByTagRequest, DescribeBillSummaryByProjectRequest, DescribeBillResourceSummaryForOrganizationRequest, DescribeCostSummaryByRegionRequest, DescribeBillDownloadUrlRequest, DescribeAllocationSummaryByBusinessRequest, DescribeBillSummaryByPayModeRequest, DescribeAllocationBillConditionsRequest, PayDealsResponse, DescribeBillDetailResponse, DescribeDealsByCondResponse, DescribeBillSummaryByProjectResponse, DescribeBillAdjustInfoRequest, PayDealsRequest, DescribeAllocationBillConditionsResponse, DescribeAllocationMonthOverviewRequest, DescribeBillSummaryResponse, DescribeBillSummaryForOrganizationRequest, DescribeBillDetailForOrganizationRequest, DescribeVoucherUsageDetailsRequest, DescribeBillResourceSummaryRequest, DescribeCostDetailRequest, DescribeAllocationSummaryByResourceRequest, DescribeBillSummaryForOrganizationResponse, DescribeTagListRequest, DescribeBillResourceSummaryForOrganizationResponse, DescribeCostSummaryByProjectRequest, DescribeCostSummaryByResourceRequest, CreateAllocationTagRequest, DescribeBillSummaryByProductResponse, DescribeBillSummaryByRegionResponse, CreateAllocationTagResponse, DescribeBillDownloadUrlResponse, DescribeAccountBalanceRequest, DescribeBillDetailRequest, DescribeSavingPlanResourceInfoRequest, DescribeVoucherInfoResponse, DescribeBillListResponse, DescribeAccountBalanceResponse, DescribeAllocationBillDetailResponse, DescribeAllocateConditionsResponse, DescribeDosageDetailListRequest, DescribeVoucherInfoRequest, DescribeSavingPlanResourceInfoResponse, DescribeDealsByCondRequest, DescribeAllocationSummaryByResourceResponse, DescribeDosageCosDetailByDateResponse, DescribeTagListResponse, DescribeAllocationTrendByMonthResponse, DescribeCostSummaryByRegionResponse } from "./billing_models";
|
|
4
4
|
/**
|
|
5
5
|
* billing client
|
|
6
6
|
* @class
|
|
@@ -20,12 +20,6 @@ export declare class Client extends AbstractClient {
|
|
|
20
20
|
* 获取收支明细列表,支持翻页和参数过滤
|
|
21
21
|
*/
|
|
22
22
|
DescribeBillList(req: DescribeBillListRequest, cb?: (error: string, rep: DescribeBillListResponse) => void): Promise<DescribeBillListResponse>;
|
|
23
|
-
/**
|
|
24
|
-
* 当前接口已迁移至svp产品
|
|
25
|
-
|
|
26
|
-
查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
27
|
-
*/
|
|
28
|
-
DescribeSavingPlanCoverage(req: DescribeSavingPlanCoverageRequest, cb?: (error: string, rep: DescribeSavingPlanCoverageResponse) => void): Promise<DescribeSavingPlanCoverageResponse>;
|
|
29
23
|
/**
|
|
30
24
|
* 查询分账账单按资源汇总
|
|
31
25
|
*/
|
|
@@ -46,14 +46,6 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
46
46
|
async DescribeBillList(req, cb) {
|
|
47
47
|
return this.request("DescribeBillList", req, cb);
|
|
48
48
|
}
|
|
49
|
-
/**
|
|
50
|
-
* 当前接口已迁移至svp产品
|
|
51
|
-
|
|
52
|
-
查询当前用户节省计划覆盖率明细数据,如无特别说明,金额单位均为元(国内站)或者美元(国际站)。
|
|
53
|
-
*/
|
|
54
|
-
async DescribeSavingPlanCoverage(req, cb) {
|
|
55
|
-
return this.request("DescribeSavingPlanCoverage", req, cb);
|
|
56
|
-
}
|
|
57
49
|
/**
|
|
58
50
|
* 查询分账账单按资源汇总
|
|
59
51
|
*/
|
|
@@ -157,19 +157,6 @@ export interface AllocationOverviewTotal {
|
|
|
157
157
|
*/
|
|
158
158
|
TransferPayAmount?: string;
|
|
159
159
|
}
|
|
160
|
-
/**
|
|
161
|
-
* 节省计划覆盖率聚合数据
|
|
162
|
-
*/
|
|
163
|
-
export interface SavingPlanCoverageRate {
|
|
164
|
-
/**
|
|
165
|
-
* 聚合时间维度,按天聚合格式为yyyy-MM-dd,按月聚合格式为yyyy-MM
|
|
166
|
-
*/
|
|
167
|
-
DatePoint?: string;
|
|
168
|
-
/**
|
|
169
|
-
* 覆盖率结果,取值[0, 100]
|
|
170
|
-
*/
|
|
171
|
-
Rate?: number;
|
|
172
|
-
}
|
|
173
160
|
/**
|
|
174
161
|
* 收支明细的流水信息
|
|
175
162
|
*/
|
|
@@ -1494,82 +1481,6 @@ export interface ConsumptionSummaryTotal {
|
|
|
1494
1481
|
*/
|
|
1495
1482
|
RealTotalCost?: string;
|
|
1496
1483
|
}
|
|
1497
|
-
/**
|
|
1498
|
-
* 节省计划覆盖率数据
|
|
1499
|
-
*/
|
|
1500
|
-
export interface SavingPlanCoverageDetail {
|
|
1501
|
-
/**
|
|
1502
|
-
* 资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID
|
|
1503
|
-
*/
|
|
1504
|
-
ResourceId?: string;
|
|
1505
|
-
/**
|
|
1506
|
-
* 地域ID
|
|
1507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1508
|
-
*/
|
|
1509
|
-
RegionId?: number;
|
|
1510
|
-
/**
|
|
1511
|
-
* 产品编码
|
|
1512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1513
|
-
*/
|
|
1514
|
-
ProductCode?: string;
|
|
1515
|
-
/**
|
|
1516
|
-
* 子产品编码
|
|
1517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1518
|
-
*/
|
|
1519
|
-
SubProductCode?: string;
|
|
1520
|
-
/**
|
|
1521
|
-
* 费用起始日期,格式yyyy-MM-dd
|
|
1522
|
-
*/
|
|
1523
|
-
StartDate?: string;
|
|
1524
|
-
/**
|
|
1525
|
-
* 费用结束日期,格式yyyy-MM-dd,目前与StartDate相等
|
|
1526
|
-
*/
|
|
1527
|
-
EndDate?: string;
|
|
1528
|
-
/**
|
|
1529
|
-
* 节省计划覆盖金额(即节省计划支付金额)
|
|
1530
|
-
*/
|
|
1531
|
-
SpCoveredAmount?: number;
|
|
1532
|
-
/**
|
|
1533
|
-
* 节省计划未覆盖金额(即优惠后总价)
|
|
1534
|
-
*/
|
|
1535
|
-
SpUncoveredAmount?: number;
|
|
1536
|
-
/**
|
|
1537
|
-
* 总支出(即节省计划未覆盖金额 + 节省计划覆盖金额)
|
|
1538
|
-
*/
|
|
1539
|
-
TotalRealAmount?: number;
|
|
1540
|
-
/**
|
|
1541
|
-
* 按量计费预期金额(即折前价 * 折扣)
|
|
1542
|
-
*/
|
|
1543
|
-
ExpectedAmount?: number;
|
|
1544
|
-
/**
|
|
1545
|
-
* 覆盖率结果,取值[0, 100]
|
|
1546
|
-
*/
|
|
1547
|
-
SpCoverage?: number;
|
|
1548
|
-
/**
|
|
1549
|
-
* 支付者昵称
|
|
1550
|
-
*/
|
|
1551
|
-
PayerUinName?: string;
|
|
1552
|
-
/**
|
|
1553
|
-
* 使用者昵称
|
|
1554
|
-
*/
|
|
1555
|
-
OwnerUinName?: string;
|
|
1556
|
-
/**
|
|
1557
|
-
* 支付者uin
|
|
1558
|
-
*/
|
|
1559
|
-
PayerUin?: string;
|
|
1560
|
-
/**
|
|
1561
|
-
* 计费项名称
|
|
1562
|
-
*/
|
|
1563
|
-
SubBillingItemName?: string;
|
|
1564
|
-
/**
|
|
1565
|
-
* 计费细项名称
|
|
1566
|
-
*/
|
|
1567
|
-
BillingItemName?: string;
|
|
1568
|
-
/**
|
|
1569
|
-
* 子产品名称
|
|
1570
|
-
*/
|
|
1571
|
-
SubProductName?: string;
|
|
1572
|
-
}
|
|
1573
1484
|
/**
|
|
1574
1485
|
* DescribeAllocationOverview请求参数结构体
|
|
1575
1486
|
*/
|
|
@@ -2239,27 +2150,6 @@ export interface BillDays {
|
|
|
2239
2150
|
*/
|
|
2240
2151
|
BillDay: string;
|
|
2241
2152
|
}
|
|
2242
|
-
/**
|
|
2243
|
-
* DescribeSavingPlanCoverage返回参数结构体
|
|
2244
|
-
*/
|
|
2245
|
-
export interface DescribeSavingPlanCoverageResponse {
|
|
2246
|
-
/**
|
|
2247
|
-
* 节省计划覆盖率明细数据
|
|
2248
|
-
*/
|
|
2249
|
-
DetailSet?: Array<SavingPlanCoverageDetail>;
|
|
2250
|
-
/**
|
|
2251
|
-
* 节省计划覆盖率聚合数据
|
|
2252
|
-
*/
|
|
2253
|
-
RateSet?: Array<SavingPlanCoverageRate>;
|
|
2254
|
-
/**
|
|
2255
|
-
* 查询命中的节省计划覆盖率明细数据总条数
|
|
2256
|
-
*/
|
|
2257
|
-
TotalCount?: number;
|
|
2258
|
-
/**
|
|
2259
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2260
|
-
*/
|
|
2261
|
-
RequestId?: string;
|
|
2262
|
-
}
|
|
2263
2153
|
/**
|
|
2264
2154
|
* 成本分析金额返回数据模型
|
|
2265
2155
|
*/
|
|
@@ -2879,31 +2769,6 @@ export interface AllocationTreeNode {
|
|
|
2879
2769
|
*/
|
|
2880
2770
|
TreeNodeUniqKeyName?: string;
|
|
2881
2771
|
}
|
|
2882
|
-
/**
|
|
2883
|
-
* DescribeSavingPlanCoverage请求参数结构体
|
|
2884
|
-
*/
|
|
2885
|
-
export interface DescribeSavingPlanCoverageRequest {
|
|
2886
|
-
/**
|
|
2887
|
-
* 费用起始日期,格式yyyy-MM-dd
|
|
2888
|
-
*/
|
|
2889
|
-
StartDate: string;
|
|
2890
|
-
/**
|
|
2891
|
-
* 费用结束日期,格式yyyy-MM-dd
|
|
2892
|
-
*/
|
|
2893
|
-
EndDate: string;
|
|
2894
|
-
/**
|
|
2895
|
-
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
|
2896
|
-
*/
|
|
2897
|
-
Offset: number;
|
|
2898
|
-
/**
|
|
2899
|
-
* 数量,最大值为200
|
|
2900
|
-
*/
|
|
2901
|
-
Limit: number;
|
|
2902
|
-
/**
|
|
2903
|
-
* 取值包括1(缺省值)和2,1表示按天统计覆盖率,2表示按月统计覆盖率,此参数仅影响返回的RateSet聚合粒度,不影响返回的DetailSet
|
|
2904
|
-
*/
|
|
2905
|
-
PeriodType?: number;
|
|
2906
|
-
}
|
|
2907
2772
|
/**
|
|
2908
2773
|
* PayDeals返回参数结构体
|
|
2909
2774
|
*/
|
|
@@ -7648,11 +7648,25 @@ export interface ModifyAuditServiceResponse {
|
|
|
7648
7648
|
*/
|
|
7649
7649
|
export interface ModifyInstancePasswordComplexityRequest {
|
|
7650
7650
|
/**
|
|
7651
|
-
*
|
|
7651
|
+
* 要修改密码复杂度的实例 ID。
|
|
7652
|
+
说明:支持输入多个实例 ID 进行修改。
|
|
7652
7653
|
*/
|
|
7653
7654
|
InstanceIds: Array<string>;
|
|
7654
7655
|
/**
|
|
7655
|
-
*
|
|
7656
|
+
* 要修改的密码复杂度的选项。每一个选项是以组合形式写入的,一个组合包括 Name 和 CurrentValue,其中 Name 表示对应选项的参数名,CurrentValue 表示参数值。例如:[{"Name": "validate_password.length", "CurrentValue": "10"}],表示将密码的最小字符数修改为10。
|
|
7657
|
+
说明:不同数据库版本的实例,支持修改的密码复杂度的选项如下。
|
|
7658
|
+
1. MySQL 8.0:
|
|
7659
|
+
选项 validate_password.policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
|
|
7660
|
+
选项 validate_password.length,表示密码总长度的最小字符数。
|
|
7661
|
+
选项 validate_password.mixed_case_count,表示小写和大写字母的最小字符数。
|
|
7662
|
+
选项 validate_password.number_count,表示数字的最小字符数。
|
|
7663
|
+
选项 validate_password.special_char_count,表示特殊字符的最小字符数。
|
|
7664
|
+
2. MySQL 5.6、MySQL 5.7:
|
|
7665
|
+
选项 validate_password_policy,表示密码复杂度的开关,值为 LOW 时表示关闭;值为 MEDIUM 时表示开启。温馨提示:如需修改具体的密码策略,此选项的值需为 MEDIUM。
|
|
7666
|
+
选项 validate_password_length,表示密码总长度的最小字符数。
|
|
7667
|
+
选项 validate_password_mixed_case_count,表示小写和大写字母的最小字符数。
|
|
7668
|
+
选项 validate_password_number_count,表示数字的最小字符数。
|
|
7669
|
+
选项 validate_password_special_char_count,表示特殊字符的最小字符数。
|
|
7656
7670
|
*/
|
|
7657
7671
|
ParamList?: Array<Parameter>;
|
|
7658
7672
|
}
|
|
@@ -70,8 +70,10 @@ export declare class Client extends AbstractClient {
|
|
|
70
70
|
1. 创建印章
|
|
71
71
|
2. 创建模板
|
|
72
72
|
3. 修改模板
|
|
73
|
-
4.
|
|
74
|
-
5.
|
|
73
|
+
4. 创建起草合同
|
|
74
|
+
5. 预览模板
|
|
75
|
+
6. 预览合同流程
|
|
76
|
+
|
|
75
77
|
|
|
76
78
|
预览模板的嵌入页面长相如下:
|
|
77
79
|

|
|
@@ -100,8 +100,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
100
100
|
1. 创建印章
|
|
101
101
|
2. 创建模板
|
|
102
102
|
3. 修改模板
|
|
103
|
-
4.
|
|
104
|
-
5.
|
|
103
|
+
4. 创建起草合同
|
|
104
|
+
5. 预览模板
|
|
105
|
+
6. 预览合同流程
|
|
106
|
+
|
|
105
107
|
|
|
106
108
|
预览模板的嵌入页面长相如下:
|
|
107
109
|

|