Skip to content

Commit 42cb252

Browse files
add updates
1 parent 81d0b91 commit 42cb252

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Cloudsign/ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 更新历史 #
22
| 发布时间 | 版本号 | 更新 | 说明 |
33
| ---------------| -----------|-----------|---------|
4+
| 2023-02-10 | 2.0.2 | 签署合同增加时间戳参数 | |
45
| 2022-09-13 | 2.0.0 | 增加存取证接口 | |
56
| 2021-06-24 | 1.1.1 | 完善合同下载功能 | |
67
| 2020-08-27 | 1.1.0 | 增加可编辑模板功能 | |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@
232232
'templateId' => [ 'type' => 'string', 'locationName' => 'templateId', ],
233233
'contractTitle' => [ 'type' => 'string', 'locationName' => 'contractTitle', ],
234234
'caType' => [ 'type' => 'string', 'locationName' => 'caType', ],
235+
'stampStyle' => [ 'type' => 'string', 'locationName' => 'stampStyle', ],
235236
],
236237
],
237238
'VerifyInfo' => [

0 commit comments

Comments
 (0)