Skip to content

Commit 7f4f77e

Browse files
Merge pull request #188 from jdcloud-apigateway/master
add updates
2 parents 7eb0104 + 79cf102 commit 7f4f77e

2 files changed

Lines changed: 48 additions & 38 deletions

File tree

src/Cloudsign/ChangeLog.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# 更新历史 #
2-
| 发布时间 | 版本号 | 更新 | 说明 |
3-
| ---------------| -----------|-----------|---------|
4-
| 2024-05-30 | 2.0.9 | 电子签章 |修复模板、印章列表 |
5-
| 2024-03-11 | 2.0.8 | 证书代理 | |
6-
| 2024-01-30 | 2.0.7 | 电子签章新版本sdk | |
7-
| 2023-09-22 | 2.0.6 | 增加盖章位置参数 | |
8-
| 2023-06-16 | 2.0.5 | 增加获取存证报告接口 | |
9-
| 2023-05-15 | 2.0.4 | 添加页面签署功能,兼容已有api签署接口 | |
10-
| 2023-03-23 | 2.0.3 | 多证据链存取证参数调整 | |
11-
| 2023-02-10 | 2.0.2 | 签署合同增加时间戳参数 | |
12-
| 2022-09-13 | 2.0.0 | 增加存取证接口 | |
13-
| 2021-06-24 | 1.1.1 | 完善合同下载功能 | |
14-
| 2020-08-27 | 1.1.0 | 增加可编辑模板功能 | |
15-
| 2020-08-10 | 1.0.1 | 使用默认章样式 | |
16-
| 2019-08-01 | 1.0.0 | 初始化 | |
2+
| 发布时间 | 版本号 | 更新 | 说明 |
3+
|------------|-------|----------------------|------------------|
4+
| 2026-01-14 | 2.1.0 | 支持国密证书 | 2.1.0只对内发布,沿用版本号 |
5+
| 2024-09-24 | 2.1.0 | 电子签章 | 开通服务、关闭服务 |
6+
| 2024-05-30 | 2.0.9 | 电子签章 | 修复模板、印章列表 |
7+
| 2024-03-11 | 2.0.8 | 证书代理 | |
8+
| 2024-01-30 | 2.0.7 | 电子签章新版本sdk | |
9+
| 2023-09-22 | 2.0.6 | 增加盖章位置参数 | |
10+
| 2023-06-16 | 2.0.5 | 增加获取存证报告接口 | |
11+
| 2023-05-15 | 2.0.4 | 添加页面签署功能,兼容已有api签署接口 | |
12+
| 2023-03-23 | 2.0.3 | 多证据链存取证参数调整 | |
13+
| 2023-02-10 | 2.0.2 | 签署合同增加时间戳参数 | |
14+
| 2022-09-13 | 2.0.0 | 增加存取证接口 | |
15+
| 2021-06-24 | 1.1.1 | 完善合同下载功能 | |
16+
| 2020-08-27 | 1.1.0 | 增加可编辑模板功能 | |
17+
| 2020-08-10 | 1.0.1 | 使用默认章样式 | |
18+
| 2019-08-01 | 1.0.0 | 初始化 | |
1719

src/data/cloudsign/v1/api-2.json.php

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,7 @@
562562
'identifyValue' => [ 'type' => 'string', 'locationName' => 'identifyValue', ],
563563
'stampStyle' => [ 'type' => 'string', 'locationName' => 'stampStyle', ],
564564
'certExpire' => [ 'type' => 'integer', 'locationName' => 'certExpire', ],
565+
'certType' => [ 'type' => 'integer', 'locationName' => 'certType', ],
565566
'pageRange' => [ 'type' => 'string', 'locationName' => 'pageRange', ],
566567
'positionPoint' => [ 'type' => 'string', 'locationName' => 'positionPoint', ],
567568
'keywordCenter' => [ 'type' => 'boolean', 'locationName' => 'keywordCenter', ],
@@ -600,6 +601,7 @@
600601
'identifyValue' => [ 'type' => 'string', 'locationName' => 'identifyValue', ],
601602
'stampStyle' => [ 'type' => 'string', 'locationName' => 'stampStyle', ],
602603
'certExpire' => [ 'type' => 'integer', 'locationName' => 'certExpire', ],
604+
'certType' => [ 'type' => 'integer', 'locationName' => 'certType', ],
603605
'pageRange' => [ 'type' => 'string', 'locationName' => 'pageRange', ],
604606
'positionPoint' => [ 'type' => 'string', 'locationName' => 'positionPoint', ],
605607
'keywordCenter' => [ 'type' => 'boolean', 'locationName' => 'keywordCenter', ],
@@ -873,6 +875,12 @@
873875
'evidenceFileList' => [ 'type' => 'list', 'member' => [ 'shape' => 'EvidenceFile', ], ],
874876
],
875877
],
878+
'CloseByPinSpec' => [
879+
'type' => 'structure',
880+
'members' => [
881+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
882+
],
883+
],
876884
'CertResp' => [
877885
'type' => 'structure',
878886
'members' => [
@@ -1346,74 +1354,74 @@
13461354
'data' => [ 'shape' => 'SaveEvidenceResp', ],
13471355
],
13481356
],
1349-
'SetKmsKeyIdResponseShape' => [
1357+
'DescribeApplyStatusRequestShape' => [
13501358
'type' => 'structure',
13511359
'members' => [
1352-
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
13531360
],
13541361
],
1355-
'DescribeApplyStatusRequestShape' => [
1362+
'DisableContractSaveResultShape' => [
13561363
'type' => 'structure',
13571364
'members' => [
13581365
],
13591366
],
1360-
'DisableContractSaveResultShape' => [
1367+
'DescribeApplyStatusResponseShape' => [
13611368
'type' => 'structure',
13621369
'members' => [
1370+
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
1371+
'result' => [ 'shape' => 'DescribeApplyStatusResultShape', ],
13631372
],
13641373
],
1365-
'DisableContractSaveResponseShape' => [
1374+
'DescribeApplyStatusResultShape' => [
13661375
'type' => 'structure',
13671376
'members' => [
1368-
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
1377+
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
1378+
'usedCapacity' => [ 'type' => 'integer', 'locationName' => 'usedCapacity', ],
1379+
'status' => [ 'type' => 'integer', 'locationName' => 'status', ],
1380+
'contractSaving' => [ 'type' => 'boolean', 'locationName' => 'contractSaving', ],
1381+
'kmsKeyId' => [ 'type' => 'string', 'locationName' => 'kmsKeyId', ],
1382+
'applyTime' => [ 'type' => 'string', 'locationName' => 'applyTime', ],
13691383
],
13701384
],
1371-
'DescribeApplyStatusResponseShape' => [
1385+
'SetKmsKeyIdRequestShape' => [
13721386
'type' => 'structure',
13731387
'members' => [
1374-
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
1375-
'result' => [ 'shape' => 'DescribeApplyStatusResultShape', ],
1388+
'keyId' => [ 'type' => 'string', 'locationName' => 'keyId', ],
13761389
],
13771390
],
1378-
'DisableContractSaveRequestShape' => [
1391+
'EnableContractSaveResultShape' => [
13791392
'type' => 'structure',
13801393
'members' => [
13811394
],
13821395
],
1383-
'EnableContractSaveRequestShape' => [
1396+
'SetKmsKeyIdResponseShape' => [
13841397
'type' => 'structure',
13851398
'members' => [
1399+
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
13861400
],
13871401
],
1388-
'EnableContractSaveResponseShape' => [
1402+
'DisableContractSaveResponseShape' => [
13891403
'type' => 'structure',
13901404
'members' => [
13911405
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
13921406
],
13931407
],
1394-
'SetKmsKeyIdResultShape' => [
1408+
'DisableContractSaveRequestShape' => [
13951409
'type' => 'structure',
13961410
'members' => [
13971411
],
13981412
],
1399-
'DescribeApplyStatusResultShape' => [
1413+
'EnableContractSaveRequestShape' => [
14001414
'type' => 'structure',
14011415
'members' => [
1402-
'pin' => [ 'type' => 'string', 'locationName' => 'pin', ],
1403-
'usedCapacity' => [ 'type' => 'integer', 'locationName' => 'usedCapacity', ],
1404-
'status' => [ 'type' => 'integer', 'locationName' => 'status', ],
1405-
'contractSaving' => [ 'type' => 'boolean', 'locationName' => 'contractSaving', ],
1406-
'kmsKeyId' => [ 'type' => 'string', 'locationName' => 'kmsKeyId', ],
1407-
'applyTime' => [ 'type' => 'string', 'locationName' => 'applyTime', ],
14081416
],
14091417
],
1410-
'SetKmsKeyIdRequestShape' => [
1418+
'EnableContractSaveResponseShape' => [
14111419
'type' => 'structure',
14121420
'members' => [
1413-
'keyId' => [ 'type' => 'string', 'locationName' => 'keyId', ],
1421+
'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ],
14141422
],
14151423
],
1416-
'EnableContractSaveResultShape' => [
1424+
'SetKmsKeyIdResultShape' => [
14171425
'type' => 'structure',
14181426
'members' => [
14191427
],

0 commit comments

Comments
 (0)