Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WmoperPoiWeightCanOpenData ¶
type WmoperPoiWeightCanOpenData struct { /** * 是否可开启加权 */ CanWeight bool `json:"canWeight"` /** * 开启状态(1待开启、2开启中、3开启结束、4过期) */ OpenWeightStatus int32 `json:"openWeightStatus"` /** * 过期日期(未开启加权,有首次营业才有值)(yyyy-mm-dd HH:mm:ss) */ OverDueDate string `json:"overDueDate"` /** * 秒级unix timestamp,开启加权时间(开启过加权的才有值) */ WeightStartTime int32 `json:"weightStartTime"` /** * 单位秒,加权剩余时间(开启过加权,未加权结束的才有值) */ SurPlusTime int32 `json:"surPlusTime"` /** * 未通过硬性门槛 */ UnPassHardThresholdResults []UnPassHardThresholdResults `json:"unPassHardThresholdResults"` /** * 未通过软性门槛 */ UnPassSoftThresholdResults []UnPassSoftThresholdResults `json:"unPassSoftThresholdResults"` }
type WmoperPoiWeightCanOpenRequest ¶
type WmoperPoiWeightCanOpenRequest struct { }
func (*WmoperPoiWeightCanOpenRequest) DoInvoke ¶
func (req *WmoperPoiWeightCanOpenRequest) DoInvoke(client mtclient.MeituanClient) (*WmoperPoiWeightCanOpenResponse, error)
type WmoperPoiWeightCanOpenResponse ¶
type WmoperPoiWeightCanOpenResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data WmoperPoiWeightCanOpenData `json:"data"` TraceId string `json:"traceId"` }
func (*WmoperPoiWeightCanOpenResponse) IsSuccess ¶
func (response *WmoperPoiWeightCanOpenResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.