Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoiWeightOpenData ¶
type PoiWeightOpenRequest ¶
type PoiWeightOpenRequest struct { }
func (*PoiWeightOpenRequest) DoInvoke ¶
func (req *PoiWeightOpenRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*PoiWeightOpenResponse, error)
type PoiWeightOpenResponse ¶
type PoiWeightOpenResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data PoiWeightOpenData `json:"data"` TraceId string `json:"traceId"` }
func (*PoiWeightOpenResponse) IsSuccess ¶
func (response *PoiWeightOpenResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.