Skip to content

Commit f80db09

Browse files
Merge pull request #155 from jdcloud-apigateway/master
add updates
2 parents 01c7c19 + cc21658 commit f80db09

3 files changed

Lines changed: 324 additions & 17 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+
| 2024-05-30 | 2.0.9 | 电子签章 |修复模板、印章列表 |
5+
| 2024-03-11 | 2.0.8 | 证书代理 | |
46
| 2024-01-30 | 2.0.7 | 电子签章新版本sdk | |
57
| 2023-09-22 | 2.0.6 | 增加盖章位置参数 | |
68
| 2023-06-16 | 2.0.5 | 增加获取存证报告接口 | |

src/Cloudsign/CloudsignClient.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,24 @@
5858
* @method \GuzzleHttp\Promise\Promise disableContractSaveAsync(array $args = [])
5959
* @method \Jdcloud\Result setKmsKeyId(array $args = [])
6060
* @method \GuzzleHttp\Promise\Promise setKmsKeyIdAsync(array $args = [])
61+
* @method \Jdcloud\Result applyCert(array $args = [])
62+
* @method \GuzzleHttp\Promise\Promise applyCertAsync(array $args = [])
63+
* @method \Jdcloud\Result renewCert(array $args = [])
64+
* @method \GuzzleHttp\Promise\Promise renewCertAsync(array $args = [])
65+
* @method \Jdcloud\Result updateCert(array $args = [])
66+
* @method \GuzzleHttp\Promise\Promise updateCertAsync(array $args = [])
67+
* @method \Jdcloud\Result revokeCert(array $args = [])
68+
* @method \GuzzleHttp\Promise\Promise revokeCertAsync(array $args = [])
69+
* @method \Jdcloud\Result describeCertList(array $args = [])
70+
* @method \GuzzleHttp\Promise\Promise describeCertListAsync(array $args = [])
6171
* @method \Jdcloud\Result describeStampList(array $args = [])
6272
* @method \GuzzleHttp\Promise\Promise describeStampListAsync(array $args = [])
6373
* @method \Jdcloud\Result uploadStamp(array $args = [])
6474
* @method \GuzzleHttp\Promise\Promise uploadStampAsync(array $args = [])
6575
* @method \Jdcloud\Result downloadStamps(array $args = [])
6676
* @method \GuzzleHttp\Promise\Promise downloadStampsAsync(array $args = [])
77+
* @method \Jdcloud\Result downloadStampsNew(array $args = [])
78+
* @method \GuzzleHttp\Promise\Promise downloadStampsNewAsync(array $args = [])
6779
* @method \Jdcloud\Result deleteStamp(array $args = [])
6880
* @method \GuzzleHttp\Promise\Promise deleteStampAsync(array $args = [])
6981
* @method \Jdcloud\Result editStamp(array $args = [])
@@ -76,6 +88,8 @@
7688
* @method \GuzzleHttp\Promise\Promise uploadTemplateAsync(array $args = [])
7789
* @method \Jdcloud\Result downloadTemplates(array $args = [])
7890
* @method \GuzzleHttp\Promise\Promise downloadTemplatesAsync(array $args = [])
91+
* @method \Jdcloud\Result downloadTemplatesNew(array $args = [])
92+
* @method \GuzzleHttp\Promise\Promise downloadTemplatesNewAsync(array $args = [])
7993
* @method \Jdcloud\Result deleteTemplate(array $args = [])
8094
* @method \GuzzleHttp\Promise\Promise deleteTemplateAsync(array $args = [])
8195
* @method \Jdcloud\Result paddingTemplate(array $args = [])

0 commit comments

Comments
 (0)