首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >调用接口返回结果有问题?

调用接口返回结果有问题?

提问于 2018-03-01 11:10:48
回答 1关注 0查看 395

调用接口请求域名:cdn.api.qcloud.com

入参:

{'hosts.0': 'v11-tt.ixiguavideo.com', 'startDate': '2018-02-28', 'endDate': '2018-02-29', 'RequestClient': 'Python_Tools', 'Signature':xxxxx, 'Action': 'DescribeCdnHostInfo', 'Nonce': 7647310207356514128, 'Timestamp': 1519873169, 'SecretId': xxxxx, 'statType': 'bandwidth', 'projects.0': '0'}

出参:

{u'code': 0, u'retcode': 0, u'codeDesc': u'Success', u'message': u'', u'data': {u'start_datetime': u'2018-02-28 00:00:00', u'stat_type': u'bandwidth', u'end_datetime': u'2018-02-28 00:00:00', u'detail_data': [{u'host_id': u'v11-tt.ixiguavideo.com', u'host_type': u'cname', u'host_name': u'v11-tt.ixiguavideo.com', u'host_value': 0}], u'period': 5}, u'errmsg': u'ok'}

问题:

入参'endDate': '2018-02-29',出参 u'end_datetime': u'2018-02-28 00:00:00',字段u'host_value': 0,出参的end时间和入参的start时间相同

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档