Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImGetReadTimeData ¶
type ImGetReadTimeRequest ¶
type ImGetReadTimeRequest struct { /** * 用户ID */ OpenUserId int64 `json:"openUserId"` }
func (*ImGetReadTimeRequest) DoInvoke ¶
func (req *ImGetReadTimeRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*ImGetReadTimeResponse, error)
type ImGetReadTimeResponse ¶
type ImGetReadTimeResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data ImGetReadTimeData `json:"data"` TraceId string `json:"traceId"` }
func (*ImGetReadTimeResponse) IsSuccess ¶
func (response *ImGetReadTimeResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.