We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd3f30c commit 028b912Copy full SHA for 028b912
examples/cdn.py
@@ -1164,15 +1164,12 @@
1164
Parameters:
1165
BlockType Url[] 操作接口名,系统规定参数 取值:block:屏蔽URL;unblock:解除屏蔽;
1166
Urls Url[] URL列表
1167
- BlockTime Long (仅在屏蔽URL动作时生效),屏蔽的时间,以秒为单位。默认为604800(7天),最大31天,最小1小时。过期后自动解除屏蔽。
1168
- RefreshOnUnblock String (仅在解除屏蔽时生效),解除屏蔽时,是否联动触发刷新任务 取值:on:触发刷新任务、off:不触发刷新任务 ,默认为off
1169
其中url[]为:
1170
Url String 需要提交屏蔽/解屏蔽的Url,单条
1171
'''
1172
# # json格式规则
1173
# param = {
1174
# "BlockType":"block",
1175
- # "BlockTime":3600,
1176
# "Urls":[{"Url":"http://test2282.cdn.ksyun.com/abc.txt"},{"Url":"http://test2282.cdn.ksyun.com/ed.txt"}]
1177
# }
1178
#
0 commit comments