Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HourlyAccountReportOfflineRequest ¶
type HourlyAccountReportOfflineRequest struct { /** * 查询范围开始时间 */ BeginTime string `json:"beginTime"` /** * 查询范围截止时间 */ EndTime string `json:"endTime"` }
func (*HourlyAccountReportOfflineRequest) DoInvoke ¶
func (req *HourlyAccountReportOfflineRequest) DoInvoke(client mtclient.MeituanClient) (*HourlyAccountReportOfflineResponse, error)
type HourlyAccountReportOfflineResponse ¶
type HourlyAccountReportOfflineResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 对象列表 */ Data []Data `json:"data"` TraceId string `json:"traceId"` }
func (*HourlyAccountReportOfflineResponse) IsSuccess ¶
func (response *HourlyAccountReportOfflineResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.