Skip to content

Commit b31cd74

Browse files
author
w_gaoyuan1
committed
添加新版离线转码
1 parent 9963bd9 commit b31cd74

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

examples/offline.py

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
}
4040
}
4141

42-
'''
4342
#该接口需要输入json格式数据
4443
res = client.Preset(param)
4544
print json.dumps(res)
@@ -118,10 +117,6 @@
118117
# enddate:截止时间,默认为开始时间加30天;若大于当前时间,则默认为当前时间;格式:20160930
119118
# marker:请求起始游标,默认为0
120119
# limit:单次请求的记录数,默认为100,最大值为100
121-
'''
120+
122121
#res = client.GetTaskMetaInfo(startdate=20161101,enddate=20161118,marker=0,limit=50)
123-
#print json.dumps(res)
124-
res = client.GetTaskByTaskID("6ad245d84e126d40dcdf40fe87cc4f4e20161219")
125-
print json.dumps(res)
126-
res = client.GetPresetList(withDetail=1,presettype="avop")
127-
print json.dumps(res)
122+
#print json.dumps(res)

0 commit comments

Comments
 (0)