Skip to content

Commit 654df74

Browse files
authored
Merge pull request #260 from jemygraw/master
fix the cdn function of get log file list
2 parents b72e7a1 + 761800f commit 654df74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiniu/services/cdn/manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def get_log_list_data(self, domains, log_date):
151151
"""
152152
req = {}
153153
req.update({"domains": ';'.join(domains)})
154-
req.update({"startDate": log_date})
154+
req.update({"day": log_date})
155155

156156
body = json.dumps(req)
157157
url = '{0}/v2/tune/log/list'.format(self.server)

0 commit comments

Comments
 (0)