Skip to content

Commit 4e32ec3

Browse files
add updates
1 parent 22e1d95 commit 4e32ec3

2 files changed

Lines changed: 1 addition & 3 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-03-23 | 2.0.3 | 多证据链存取证参数调整 | |
45
| 2023-02-10 | 2.0.2 | 签署合同增加时间戳参数 | |
56
| 2022-09-13 | 2.0.0 | 增加存取证接口 | |
67
| 2021-06-24 | 1.1.1 | 完善合同下载功能 | |

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@
657657
'businessId' => [ 'type' => 'string', 'locationName' => 'businessId', ],
658658
'file' => [ 'type' => 'string', 'locationName' => 'file', ],
659659
'businessCode' => [ 'type' => 'string', 'locationName' => 'businessCode', ],
660-
'token' => [ 'type' => 'string', 'locationName' => 'token', ],
661660
'lender' => [ 'type' => 'string', 'locationName' => 'lender', ],
662661
'messageId' => [ 'type' => 'string', 'locationName' => 'messageId', ],
663662
'evidenceType' => [ 'type' => 'string', 'locationName' => 'evidenceType', ],
@@ -671,8 +670,6 @@
671670
'evidenceId' => [ 'type' => 'string', 'locationName' => 'evidenceId', ],
672671
'applicantIdType' => [ 'type' => 'string', 'locationName' => 'applicantIdType', ],
673672
'applicantIdNum' => [ 'type' => 'string', 'locationName' => 'applicantIdNum', ],
674-
'businessCode' => [ 'type' => 'string', 'locationName' => 'businessCode', ],
675-
'token' => [ 'type' => 'string', 'locationName' => 'token', ],
676673
'messageId' => [ 'type' => 'string', 'locationName' => 'messageId', ],
677674
'evidenceType' => [ 'type' => 'string', 'locationName' => 'evidenceType', ],
678675
'messageDate' => [ 'type' => 'yyyy-MM-dd HH:mm:ss', 'locationName' => 'messageDate', ],

0 commit comments

Comments
 (0)