tmallfcbox

package
v1.2.2 Latest Latest
Warning

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

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

Documentation

Overview

Package tmallfcbox 包含天猫线下大屏相关结构体

https://open.taobao.com/API.htm?docId=39240&docType=2

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TmallFcboxNotifyAPIRequest added in v1.2.0

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

TmallFcboxNotifyAPIRequest 丰巢通知接口 API请求 tmall.fcbox.notify

tmax接收丰巢快递通知

func NewTmallFcboxNotifyRequest

func NewTmallFcboxNotifyRequest() *TmallFcboxNotifyAPIRequest

NewTmallFcboxNotifyRequest 初始化TmallFcboxNotifyAPIRequest对象

func (TmallFcboxNotifyAPIRequest) GetApiMethodName added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (TmallFcboxNotifyAPIRequest) GetApiParams added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetApiParams() url.Values

GetApiParams IRequest interface 方法, 获取API参数

func (TmallFcboxNotifyAPIRequest) GetApplyId added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetApplyId() string

GetApplyId ApplyId Getter

func (TmallFcboxNotifyAPIRequest) GetOperate added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetOperate() string

GetOperate Operate Getter

func (TmallFcboxNotifyAPIRequest) GetOperateTime added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetOperateTime() string

GetOperateTime OperateTime Getter

func (TmallFcboxNotifyAPIRequest) GetState added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetState() string

GetState State Getter

func (TmallFcboxNotifyAPIRequest) GetStateRemark added in v1.2.0

func (r TmallFcboxNotifyAPIRequest) GetStateRemark() string

GetStateRemark StateRemark Getter

func (*TmallFcboxNotifyAPIRequest) SetApplyId added in v1.2.0

func (r *TmallFcboxNotifyAPIRequest) SetApplyId(_applyId string) error

SetApplyId is ApplyId Setter 申请接口返回的申请标识

func (*TmallFcboxNotifyAPIRequest) SetOperate added in v1.2.0

func (r *TmallFcboxNotifyAPIRequest) SetOperate(_operate string) error

SetOperate is Operate Setter 变更操作

func (*TmallFcboxNotifyAPIRequest) SetOperateTime added in v1.2.0

func (r *TmallFcboxNotifyAPIRequest) SetOperateTime(_operateTime string) error

SetOperateTime is OperateTime Setter 变更时间

func (*TmallFcboxNotifyAPIRequest) SetState added in v1.2.0

func (r *TmallFcboxNotifyAPIRequest) SetState(_state string) error

SetState is State Setter 申请记录当前状态

func (*TmallFcboxNotifyAPIRequest) SetStateRemark added in v1.2.0

func (r *TmallFcboxNotifyAPIRequest) SetStateRemark(_stateRemark string) error

SetStateRemark is StateRemark Setter 状态备注

type TmallFcboxNotifyAPIResponse

type TmallFcboxNotifyAPIResponse struct {
	model.CommonResponse
	TmallFcboxNotifyAPIResponseModel
}

TmallFcboxNotifyAPIResponse 丰巢通知接口 API返回值 tmall.fcbox.notify

tmax接收丰巢快递通知

type TmallFcboxNotifyAPIResponseModel added in v1.2.0

type TmallFcboxNotifyAPIResponseModel struct {
	XMLName xml.Name `xml:"tmall_fcbox_notify_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// result
	Result *TmallFcboxNotifyResult `json:"result,omitempty" xml:"result,omitempty"`
}

TmallFcboxNotifyAPIResponseModel is 丰巢通知接口 成功返回结果

type TmallFcboxNotifyResult

type TmallFcboxNotifyResult struct {
	// model
	Model string `json:"model,omitempty" xml:"model,omitempty"`
	// message
	Message string `json:"message,omitempty" xml:"message,omitempty"`
	// code
	Code int64 `json:"code,omitempty" xml:"code,omitempty"`
}

TmallFcboxNotifyResult 结构体

Jump to

Keyboard shortcuts

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