Skip to content

Commit a810d52

Browse files
add updates
1 parent bcfd5ad commit a810d52

3 files changed

Lines changed: 20 additions & 533 deletions

File tree

src/Cloudsign/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 更新历史 #
22
| 发布时间 | 版本号 | 更新 | 说明 |
33
| ---------------| -----------|-----------|---------|
4+
| 2023-09-22 | 2.0.6 | 增加盖章位置参数 | |
5+
| 2023-06-16 | 2.0.5 | 增加获取存证报告接口 | |
46
| 2023-05-15 | 2.0.4 | 添加页面签署功能,兼容已有api签署接口 | |
57
| 2023-03-23 | 2.0.3 | 多证据链存取证参数调整 | |
68
| 2023-02-10 | 2.0.2 | 签署合同增加时间戳参数 | |

src/Cloudsign/CloudsignClient.php

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@
3030
* @method \GuzzleHttp\Promise\Promise verifyContractAsync(array $args = [])
3131
* @method \Jdcloud\Result deleteContract(array $args = [])
3232
* @method \GuzzleHttp\Promise\Promise deleteContractAsync(array $args = [])
33-
* @method \Jdcloud\Result describeContractList(array $args = [])
34-
* @method \GuzzleHttp\Promise\Promise describeContractListAsync(array $args = [])
35-
* @method \Jdcloud\Result signContract(array $args = [])
36-
* @method \GuzzleHttp\Promise\Promise signContractAsync(array $args = [])
37-
* @method \Jdcloud\Result verifyContract(array $args = [])
38-
* @method \GuzzleHttp\Promise\Promise verifyContractAsync(array $args = [])
39-
* @method \Jdcloud\Result downloadContracts(array $args = [])
40-
* @method \GuzzleHttp\Promise\Promise downloadContractsAsync(array $args = [])
41-
* @method \Jdcloud\Result deleteContract(array $args = [])
42-
* @method \GuzzleHttp\Promise\Promise deleteContractAsync(array $args = [])
4333
* @method \Jdcloud\Result saveEvidence(array $args = [])
4434
* @method \GuzzleHttp\Promise\Promise saveEvidenceAsync(array $args = [])
4535
* @method \Jdcloud\Result saveMultiEvidence(array $args = [])
@@ -66,28 +56,6 @@
6656
* @method \GuzzleHttp\Promise\Promise downloadStampsAsync(array $args = [])
6757
* @method \Jdcloud\Result deleteStamp(array $args = [])
6858
* @method \GuzzleHttp\Promise\Promise deleteStampAsync(array $args = [])
69-
* @method \Jdcloud\Result editStamp(array $args = [])
70-
* @method \GuzzleHttp\Promise\Promise editStampAsync(array $args = [])
71-
* @method \Jdcloud\Result describeStampHistoryList(array $args = [])
72-
* @method \GuzzleHttp\Promise\Promise describeStampHistoryListAsync(array $args = [])
73-
* @method \Jdcloud\Result describeTemplateList(array $args = [])
74-
* @method \GuzzleHttp\Promise\Promise describeTemplateListAsync(array $args = [])
75-
* @method \Jdcloud\Result uploadTemplate(array $args = [])
76-
* @method \GuzzleHttp\Promise\Promise uploadTemplateAsync(array $args = [])
77-
* @method \Jdcloud\Result downloadTemplates(array $args = [])
78-
* @method \GuzzleHttp\Promise\Promise downloadTemplatesAsync(array $args = [])
79-
* @method \Jdcloud\Result deleteTemplate(array $args = [])
80-
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
81-
* @method \Jdcloud\Result paddingTemplate(array $args = [])
82-
* @method \GuzzleHttp\Promise\Promise paddingTemplateAsync(array $args = [])
83-
* @method \Jdcloud\Result describeStampList(array $args = [])
84-
* @method \GuzzleHttp\Promise\Promise describeStampListAsync(array $args = [])
85-
* @method \Jdcloud\Result uploadStamp(array $args = [])
86-
* @method \GuzzleHttp\Promise\Promise uploadStampAsync(array $args = [])
87-
* @method \Jdcloud\Result downloadStamps(array $args = [])
88-
* @method \GuzzleHttp\Promise\Promise downloadStampsAsync(array $args = [])
89-
* @method \Jdcloud\Result deleteStamp(array $args = [])
90-
* @method \GuzzleHttp\Promise\Promise deleteStampAsync(array $args = [])
9159
* @method \Jdcloud\Result describeTemplateList(array $args = [])
9260
* @method \GuzzleHttp\Promise\Promise describeTemplateListAsync(array $args = [])
9361
* @method \Jdcloud\Result uploadTemplate(array $args = [])

0 commit comments

Comments
 (0)