Skip to content

Commit 38c35ce

Browse files
committed
VOD SDK Auto Released By guzhaoyuan,Version:2.11.1
发布日志: 1, Add the field named ResultType to GetPlayInfo api request. 2, Add the field named WatermarkId to GetPlayInfo api response.
1 parent 1d63644 commit 38c35ce

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

aliyun-python-sdk-vod/ChangeLog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-06-22 Version: 2.11.1
2+
1, Add the field named ResultType to GetPlayInfo api request.
3+
2, Add the field named WatermarkId to GetPlayInfo api response.
4+
15
2018-05-10 Version: 2.11.0
26
1, Add a new api named "SubmitPreprocessJobs", which supports the user to preprocess video.
37
2, Add the "CreationTime" field at the ListLiveRecordVideo api.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.11.0"
1+
__version__ = "2.11.1"

aliyun-python-sdk-vod/aliyunsdkvod/request/v20170321/GetPlayInfoRequest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ def get_OwnerId(self):
7171
def set_OwnerId(self,OwnerId):
7272
self.add_query_param('OwnerId',OwnerId)
7373

74+
def get_ResultType(self):
75+
return self.get_query_params().get('ResultType')
76+
77+
def set_ResultType(self,ResultType):
78+
self.add_query_param('ResultType',ResultType)
79+
7480
def get_Rand(self):
7581
return self.get_query_params().get('Rand')
7682

0 commit comments

Comments
 (0)