Skip to content

Commit bb12458

Browse files
author
fengyikai
committed
GetLogs时间戳类型修改为long型
1 parent ba8fe72 commit bb12458

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

ksyun/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515

1616

17-
__version__ = '1.5.8.67'
17+
__version__ = '1.5.8.68'

ksyun/client/klog/v20200731/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,3 +374,5 @@ def ListDownloadTasks(self, request):
374374
raise
375375
else:
376376
raise KsyunSDKException(message=str(e))
377+
378+

ksyun/client/klog/v20200731/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,9 +288,9 @@ def __init__(self):
288288
:param LogPoolId: 日志池ID
289289
:type PathPrefix: String
290290
:param From: 查询开始时间,unix时间戳
291-
:type PathPrefix: Int
291+
:type PathPrefix: Long
292292
:param To: 查询结束时间,unix时间戳
293-
:type PathPrefix: Int
293+
:type PathPrefix: Long
294294
:param Query: 查询分析语法。关于查询分析的详细语法,详见查询语法,不填的情况下 返回原始日志
295295
:type PathPrefix: String
296296
:param Offset: 偏移页数,从0开始

0 commit comments

Comments
 (0)