Skip to content

Commit 68ab0f8

Browse files
Merge pull request #127 from jdcloud-apigateway/master
add updates
2 parents 31ee87a + ed658dd commit 68ab0f8

3 files changed

Lines changed: 566 additions & 4 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-05-15 | 2.0.4 | 添加页面签署功能,兼容已有api签署接口 | |
45
| 2023-03-23 | 2.0.3 | 多证据链存取证参数调整 | |
56
| 2023-02-10 | 2.0.2 | 签署合同增加时间戳参数 | |
67
| 2022-09-13 | 2.0.0 | 增加存取证接口 | |

src/Cloudsign/CloudsignClient.php

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
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 = [])
3343
* @method \Jdcloud\Result saveEvidence(array $args = [])
3444
* @method \GuzzleHttp\Promise\Promise saveEvidenceAsync(array $args = [])
3545
* @method \Jdcloud\Result saveMultiEvidence(array $args = [])
@@ -38,6 +48,8 @@
3848
* @method \GuzzleHttp\Promise\Promise getEvidenceAsync(array $args = [])
3949
* @method \Jdcloud\Result getMultiEvidence(array $args = [])
4050
* @method \GuzzleHttp\Promise\Promise getMultiEvidenceAsync(array $args = [])
51+
* @method \Jdcloud\Result getSaveReport(array $args = [])
52+
* @method \GuzzleHttp\Promise\Promise getSaveReportAsync(array $args = [])
4153
* @method \Jdcloud\Result describeApplyStatus(array $args = [])
4254
* @method \GuzzleHttp\Promise\Promise describeApplyStatusAsync(array $args = [])
4355
* @method \Jdcloud\Result enableContractSave(array $args = [])
@@ -54,6 +66,28 @@
5466
* @method \GuzzleHttp\Promise\Promise downloadStampsAsync(array $args = [])
5567
* @method \Jdcloud\Result deleteStamp(array $args = [])
5668
* @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 = [])
5791
* @method \Jdcloud\Result describeTemplateList(array $args = [])
5892
* @method \GuzzleHttp\Promise\Promise describeTemplateListAsync(array $args = [])
5993
* @method \Jdcloud\Result uploadTemplate(array $args = [])

0 commit comments

Comments
 (0)