Skip to content

Commit 5ff1dd6

Browse files
committed
Supported Saf for cn.
1 parent 7b1ec46 commit 5ff1dd6

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

aliyun-python-sdk-saf/ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
2020-03-10 Version: 3.0.0
22
- Supported Saf for cn.
33

4+
2020-03-10 Version: 3.0.0
5+
- Supported Saf for cn.
6+
47
2020-03-10 Version: 1.0.0
58
- Supported Saf for oversea.
69

aliyun-python-sdk-saf/aliyunsdksaf/request/v20190128/ExecuteRequestRequest.py renamed to aliyun-python-sdk-saf/aliyunsdksaf/request/v20180919/ExecuteRequestRequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
class ExecuteRequestRequest(RpcRequest):
2424

2525
def __init__(self):
26-
RpcRequest.__init__(self, 'saf', '2019-01-28', 'ExecuteRequest','saf')
26+
RpcRequest.__init__(self, 'saf', '2018-09-19', 'ExecuteRequest','saf')
2727
self.set_protocol_type('https')
2828
if hasattr(self, "endpoint_map"):
2929
setattr(self, "endpoint_map", endpoint_data.getEndpointMap())

0 commit comments

Comments
 (0)