wmoperpoiweightcanopen

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UnPassHardThresholdResults

type UnPassHardThresholdResults struct {
	/**
	 * 未通过的硬性门槛code(1商品信息 2是否支持在线支付 3是否营业 4营业时长 5是否有完整资质)
	 */
	Code int32 `json:"code"`
	/**
	 * 未通过的硬性门槛描述文案(对于code只有是/否两种取值范围的,如2、3、5,没有描述文案)
	 */
	Remark string `json:"remark"`
}

type UnPassSoftThresholdResults

type UnPassSoftThresholdResults struct {
	/**
	 * 未通过的软性门槛code(-1是否配置了门店活动)
	 */
	Code int32 `json:"code"`
	/**
	 * 未通过的软性门槛描述文案(对于code只有是/否两种取值范围的,如-1,没有描述文案)
	 */
	Remark string `json:"remark"`
}

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

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL