mc

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Jun 29, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AliyunUnimktTaskChargeLaunchAPIResponse

type AliyunUnimktTaskChargeLaunchAPIResponse struct {
	model.CommonResponse
	AliyunUnimktTaskChargeLaunchResponse
}

云码权益查询 APIResponse aliyun.unimkt.task.charge.launch

云码线上流量投放链路,用于判断用户是否有匹配的投放计划

type AliyunUnimktTaskChargeLaunchRequest

type AliyunUnimktTaskChargeLaunchRequest struct {
	model.Params
	// contains filtered or unexported fields
}

云码权益查询 APIRequest aliyun.unimkt.task.charge.launch

云码线上流量投放链路,用于判断用户是否有匹配的投放计划

func NewAliyunUnimktTaskChargeLaunchRequest

func NewAliyunUnimktTaskChargeLaunchRequest() *AliyunUnimktTaskChargeLaunchRequest

func (AliyunUnimktTaskChargeLaunchRequest) GetAlipayOpenId

func (r AliyunUnimktTaskChargeLaunchRequest) GetAlipayOpenId() string

func (AliyunUnimktTaskChargeLaunchRequest) GetApiMethodName

func (r AliyunUnimktTaskChargeLaunchRequest) GetApiMethodName() string

func (AliyunUnimktTaskChargeLaunchRequest) GetApiParams

func (AliyunUnimktTaskChargeLaunchRequest) GetChannelId

func (AliyunUnimktTaskChargeLaunchRequest) GetExtra

func (AliyunUnimktTaskChargeLaunchRequest) GetUrlId

func (AliyunUnimktTaskChargeLaunchRequest) GetUserId

func (*AliyunUnimktTaskChargeLaunchRequest) SetAlipayOpenId

func (r *AliyunUnimktTaskChargeLaunchRequest) SetAlipayOpenId(alipayOpenId string) error

func (*AliyunUnimktTaskChargeLaunchRequest) SetChannelId

func (r *AliyunUnimktTaskChargeLaunchRequest) SetChannelId(channelId string) error

func (*AliyunUnimktTaskChargeLaunchRequest) SetExtra

func (*AliyunUnimktTaskChargeLaunchRequest) SetUrlId

func (*AliyunUnimktTaskChargeLaunchRequest) SetUserId

func (r *AliyunUnimktTaskChargeLaunchRequest) SetUserId(userId string) error

type AliyunUnimktTaskChargeLaunchResponse

type AliyunUnimktTaskChargeLaunchResponse struct {
	XMLName xml.Name `xml:"aliyun_unimkt_task_charge_launch_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	TaskSuccess bool `json:"task_success,omitempty" xml:"task_success,omitempty"`

	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`

	TaskErrorCode int64 `json:"task_error_code,omitempty" xml:"task_error_code,omitempty"`

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

type TaskDto

type TaskDto struct {
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`

	Name string `json:"name,omitempty" xml:"name,omitempty"`

	StartTime string `json:"start_time,omitempty" xml:"start_time,omitempty"`

	EndTime string `json:"end_time,omitempty" xml:"end_time,omitempty"`
}

TaskDto

type TmallMcDeviceCircleCheckAPIResponse

type TmallMcDeviceCircleCheckAPIResponse struct {
	model.CommonResponse
	TmallMcDeviceCircleCheckResponse
}

云码设备圈选情况查询 APIResponse tmall.mc.device.circle.check

云码设备圈选情况查询

type TmallMcDeviceCircleCheckRequest

type TmallMcDeviceCircleCheckRequest struct {
	model.Params
	// contains filtered or unexported fields
}

云码设备圈选情况查询 APIRequest tmall.mc.device.circle.check

云码设备圈选情况查询

func NewTmallMcDeviceCircleCheckRequest

func NewTmallMcDeviceCircleCheckRequest() *TmallMcDeviceCircleCheckRequest

func (TmallMcDeviceCircleCheckRequest) GetApiMethodName

func (r TmallMcDeviceCircleCheckRequest) GetApiMethodName() string

func (TmallMcDeviceCircleCheckRequest) GetApiParams

func (r TmallMcDeviceCircleCheckRequest) GetApiParams() url.Values

func (TmallMcDeviceCircleCheckRequest) GetChannelId

func (r TmallMcDeviceCircleCheckRequest) GetChannelId() string

func (TmallMcDeviceCircleCheckRequest) GetOuterCode

func (r TmallMcDeviceCircleCheckRequest) GetOuterCode() string

func (*TmallMcDeviceCircleCheckRequest) SetChannelId

func (r *TmallMcDeviceCircleCheckRequest) SetChannelId(channelId string) error

func (*TmallMcDeviceCircleCheckRequest) SetOuterCode

func (r *TmallMcDeviceCircleCheckRequest) SetOuterCode(outerCode string) error

type TmallMcDeviceCircleCheckResponse

type TmallMcDeviceCircleCheckResponse struct {
	XMLName xml.Name `xml:"tmall_mc_device_circle_check_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Results []TaskDto `json:"results,omitempty" xml:"results>task_dto,omitempty"`
}

type TmallMcRecordOrderSyncAPIResponse

type TmallMcRecordOrderSyncAPIResponse struct {
	model.CommonResponse
	TmallMcRecordOrderSyncResponse
}

订单信息同步 APIResponse tmall.mc.record.order.sync

订单信息同步(零售云接口)

type TmallMcRecordOrderSyncRequest

type TmallMcRecordOrderSyncRequest struct {
	model.Params
	// contains filtered or unexported fields
}

订单信息同步 APIRequest tmall.mc.record.order.sync

订单信息同步(零售云接口)

func NewTmallMcRecordOrderSyncRequest

func NewTmallMcRecordOrderSyncRequest() *TmallMcRecordOrderSyncRequest

func (TmallMcRecordOrderSyncRequest) GetApiMethodName

func (r TmallMcRecordOrderSyncRequest) GetApiMethodName() string

func (TmallMcRecordOrderSyncRequest) GetApiParams

func (r TmallMcRecordOrderSyncRequest) GetApiParams() url.Values

func (TmallMcRecordOrderSyncRequest) GetDeviceCode

func (r TmallMcRecordOrderSyncRequest) GetDeviceCode() string

func (TmallMcRecordOrderSyncRequest) GetOpenId

func (r TmallMcRecordOrderSyncRequest) GetOpenId() string

func (TmallMcRecordOrderSyncRequest) GetOriginPrice

func (r TmallMcRecordOrderSyncRequest) GetOriginPrice() int64

func (TmallMcRecordOrderSyncRequest) GetPayPrice

func (r TmallMcRecordOrderSyncRequest) GetPayPrice() int64

func (TmallMcRecordOrderSyncRequest) GetResult

func (r TmallMcRecordOrderSyncRequest) GetResult() string

func (TmallMcRecordOrderSyncRequest) GetVersion

func (r TmallMcRecordOrderSyncRequest) GetVersion() string

func (*TmallMcRecordOrderSyncRequest) SetDeviceCode

func (r *TmallMcRecordOrderSyncRequest) SetDeviceCode(deviceCode string) error

func (*TmallMcRecordOrderSyncRequest) SetOpenId

func (r *TmallMcRecordOrderSyncRequest) SetOpenId(openId string) error

func (*TmallMcRecordOrderSyncRequest) SetOriginPrice

func (r *TmallMcRecordOrderSyncRequest) SetOriginPrice(originPrice int64) error

func (*TmallMcRecordOrderSyncRequest) SetPayPrice

func (r *TmallMcRecordOrderSyncRequest) SetPayPrice(payPrice int64) error

func (*TmallMcRecordOrderSyncRequest) SetResult

func (r *TmallMcRecordOrderSyncRequest) SetResult(result string) error

func (*TmallMcRecordOrderSyncRequest) SetVersion

func (r *TmallMcRecordOrderSyncRequest) SetVersion(version string) error

type TmallMcRecordOrderSyncResponse

type TmallMcRecordOrderSyncResponse struct {
	XMLName xml.Name `xml:"tmall_mc_record_order_sync_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Data bool `json:"data,omitempty" xml:"data,omitempty"`
}

type TmallMcTaskChargeLaunchAPIResponse

type TmallMcTaskChargeLaunchAPIResponse struct {
	model.CommonResponse
	TmallMcTaskChargeLaunchResponse
}

云码充电宝投放链路 APIResponse tmall.mc.task.charge.launch

云码充电宝投放链路,用于判断用户是否有匹配的投放计划

type TmallMcTaskChargeLaunchRequest

type TmallMcTaskChargeLaunchRequest struct {
	model.Params
	// contains filtered or unexported fields
}

云码充电宝投放链路 APIRequest tmall.mc.task.charge.launch

云码充电宝投放链路,用于判断用户是否有匹配的投放计划

func NewTmallMcTaskChargeLaunchRequest

func NewTmallMcTaskChargeLaunchRequest() *TmallMcTaskChargeLaunchRequest

func (TmallMcTaskChargeLaunchRequest) GetAlipayOpenId

func (r TmallMcTaskChargeLaunchRequest) GetAlipayOpenId() string

func (TmallMcTaskChargeLaunchRequest) GetApiMethodName

func (r TmallMcTaskChargeLaunchRequest) GetApiMethodName() string

func (TmallMcTaskChargeLaunchRequest) GetApiParams

func (r TmallMcTaskChargeLaunchRequest) GetApiParams() url.Values

func (TmallMcTaskChargeLaunchRequest) GetChannelId

func (r TmallMcTaskChargeLaunchRequest) GetChannelId() string

func (TmallMcTaskChargeLaunchRequest) GetExtra

func (TmallMcTaskChargeLaunchRequest) GetOuterCode

func (r TmallMcTaskChargeLaunchRequest) GetOuterCode() string

func (TmallMcTaskChargeLaunchRequest) GetUrlId

func (*TmallMcTaskChargeLaunchRequest) SetAlipayOpenId

func (r *TmallMcTaskChargeLaunchRequest) SetAlipayOpenId(alipayOpenId string) error

func (*TmallMcTaskChargeLaunchRequest) SetChannelId

func (r *TmallMcTaskChargeLaunchRequest) SetChannelId(channelId string) error

func (*TmallMcTaskChargeLaunchRequest) SetExtra

func (r *TmallMcTaskChargeLaunchRequest) SetExtra(extra string) error

func (*TmallMcTaskChargeLaunchRequest) SetOuterCode

func (r *TmallMcTaskChargeLaunchRequest) SetOuterCode(outerCode string) error

func (*TmallMcTaskChargeLaunchRequest) SetUrlId

func (r *TmallMcTaskChargeLaunchRequest) SetUrlId(urlId string) error

type TmallMcTaskChargeLaunchResponse

type TmallMcTaskChargeLaunchResponse struct {
	XMLName xml.Name `xml:"tmall_mc_task_charge_launch_response"`

	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	Result string `json:"result,omitempty" xml:"result,omitempty"`
}

Jump to

Keyboard shortcuts

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