Skip to content

Commit 0e71958

Browse files
add updates
1 parent 9197a66 commit 0e71958

3 files changed

Lines changed: 431 additions & 76 deletions

File tree

src/Waf/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 更新历史 #
2-
API版本:1.0.4
2+
API版本:1.0.7
33

44
|发布时间|版本号|更新|说明|
55
|---|---|---|---|
@@ -9,4 +9,5 @@ API版本:1.0.4
99
|2022-01-12|1.0.4|版本3|* API及分组定义基础接口|
1010
|2022-02-24|1.0.5|版本4|* API及分组定义基础接口|
1111
|2022-06-13|1.0.6|版本5|* API及分组定义基础接口|
12+
|2023-06-25|1.0.7|版本6|* API及分组定义基础接口|
1213

src/Waf/WafClient.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
* @method \GuzzleHttp\Promise\Promise addDomainAsync(array $args = [])
4949
* @method \Jdcloud\Result updateDomain(array $args = [])
5050
* @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
51+
* @method \Jdcloud\Result addDomainScdn(array $args = [])
52+
* @method \GuzzleHttp\Promise\Promise addDomainScdnAsync(array $args = [])
53+
* @method \Jdcloud\Result updateDomainScdn(array $args = [])
54+
* @method \GuzzleHttp\Promise\Promise updateDomainScdnAsync(array $args = [])
5155
* @method \Jdcloud\Result deleteDomain(array $args = [])
5256
* @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
5357
* @method \Jdcloud\Result listDomains(array $args = [])
@@ -58,10 +62,14 @@
5862
* @method \GuzzleHttp\Promise\Promise enableCname2RsExternalAsync(array $args = [])
5963
* @method \Jdcloud\Result listMainCfg(array $args = [])
6064
* @method \GuzzleHttp\Promise\Promise listMainCfgAsync(array $args = [])
65+
* @method \Jdcloud\Result listMainCfgFactor(array $args = [])
66+
* @method \GuzzleHttp\Promise\Promise listMainCfgFactorAsync(array $args = [])
6167
* @method \Jdcloud\Result disableRules(array $args = [])
6268
* @method \GuzzleHttp\Promise\Promise disableRulesAsync(array $args = [])
6369
* @method \Jdcloud\Result enableWaf(array $args = [])
6470
* @method \GuzzleHttp\Promise\Promise enableWafAsync(array $args = [])
71+
* @method \Jdcloud\Result enableJs(array $args = [])
72+
* @method \GuzzleHttp\Promise\Promise enableJsAsync(array $args = [])
6573
* @method \Jdcloud\Result antiModeWaf(array $args = [])
6674
* @method \GuzzleHttp\Promise\Promise antiModeWafAsync(array $args = [])
6775
* @method \Jdcloud\Result antiLevelWaf(array $args = [])
@@ -82,6 +90,8 @@
8290
* @method \GuzzleHttp\Promise\Promise listWafConditionsAsync(array $args = [])
8391
* @method \Jdcloud\Result listWafFilter(array $args = [])
8492
* @method \GuzzleHttp\Promise\Promise listWafFilterAsync(array $args = [])
93+
* @method \Jdcloud\Result refreshUrlCache(array $args = [])
94+
* @method \GuzzleHttp\Promise\Promise refreshUrlCacheAsync(array $args = [])
8595
* @method \Jdcloud\Result listBotStdRules(array $args = [])
8696
* @method \GuzzleHttp\Promise\Promise listBotStdRulesAsync(array $args = [])
8797
* @method \Jdcloud\Result getWafInstance(array $args = [])

0 commit comments

Comments
 (0)