From 103697ae01184864910fdfee38192ab184537f6d Mon Sep 17 00:00:00 2001 From: Liu Lantao Date: Fri, 8 Jan 2021 15:43:00 +0800 Subject: [PATCH] Update cdn.rb close #14 --- lib/aliyun/services/cdn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aliyun/services/cdn.rb b/lib/aliyun/services/cdn.rb index 79cb9a8..e1b1912 100644 --- a/lib/aliyun/services/cdn.rb +++ b/lib/aliyun/services/cdn.rb @@ -9,7 +9,7 @@ def self.endpoint def self.default_parameters { :Format=>"JSON", - :Version=>"2014-11-11", + :Version=>"2018-05-10", :SignatureMethod=>"HMAC-SHA1", :SignatureVersion=>"1.0" }