Skip to content

Commit 81d0b91

Browse files
add updates
1 parent 9d84384 commit 81d0b91

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/Cdn/ChangeLog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# 更新历史 #
2-
API版本:0.10.40
2+
API版本:0.10.42
33

44

55

66

77
| 发布时间 | 版本号 | 更新 | 说明 |
88
| ---------- | ------ | ---------------------------------------------------------- | ---- |
9+
| 2023-01-09 | 0.10.42 |批量下发ip黑名单接口可增加入参可指定下发全部域名|
10+
| 2022-12-29 | 0.10.41 |域名列表详情增加海外状态数据|
911
| 2022-12-19 | 0.10.40 |商城pin维度离线日志查询接口|
1012
| 2022-12-09 | 0.10.39 |SCDN回源配置接口字段调整|
1113
| 2022-12-08 | 0.10.38 |封禁解封接口V2|

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,6 +2372,7 @@
23722372
'type' => [ 'type' => 'string', 'locationName' => 'type', ],
23732373
'auditStatus' => [ 'type' => 'string', 'locationName' => 'auditStatus', ],
23742374
'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ],
2375+
'overseaStatus' => [ 'type' => 'long', 'locationName' => 'overseaStatus', ],
23752376
'tags' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ],
23762377
],
23772378
],
@@ -4578,6 +4579,7 @@
45784579
'BatchIpBlackListRequestShape' => [
45794580
'type' => 'structure',
45804581
'members' => [
4582+
'operateDomainRange' => [ 'type' => 'string', 'locationName' => 'operateDomainRange', ],
45814583
'domains' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
45824584
'ipList' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ],
45834585
'forbidTime' => [ 'type' => 'long', 'locationName' => 'forbidTime', ],
@@ -4896,6 +4898,7 @@
48964898
'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ],
48974899
'filterBy' => [ 'type' => 'integer', 'locationName' => 'filterBy', ],
48984900
'tagFilters' => [ 'type' => 'list', 'member' => [ 'shape' => 'TagFilter', ], ],
4901+
'withThirdPartyStatus' => [ 'type' => 'boolean', 'locationName' => 'withThirdPartyStatus', ],
48994902
],
49004903
],
49014904
'StopDomainResultShape' => [
@@ -5182,6 +5185,7 @@
51825185
'sslCertEndTime' => [ 'type' => 'string', 'locationName' => 'sslCertEndTime', ],
51835186
'accelerateRegion' => [ 'type' => 'string', 'locationName' => 'accelerateRegion', ],
51845187
'txt' => [ 'type' => 'string', 'locationName' => 'txt', ],
5188+
'overseaStatus' => [ 'type' => 'long', 'locationName' => 'overseaStatus', ],
51855189
],
51865190
],
51875191
'BatchCreateResultShape' => [

0 commit comments

Comments
 (0)