game

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 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 AppleCardCancelDto

type AppleCardCancelDto struct {
	StatusDesc string `json:"status_desc,omitempty" xml:"status_desc,omitempty"`

	StatusCode string `json:"status_code,omitempty" xml:"status_code,omitempty"`

	FacePrice string `json:"face_price,omitempty" xml:"face_price,omitempty"`

	CardNo string `json:"card_no,omitempty" xml:"card_no,omitempty"`

	ZhxGoodsId string `json:"zhx_goods_id,omitempty" xml:"zhx_goods_id,omitempty"`
}

AppleCardCancelDto

type AppleCardDto

type AppleCardDto struct {
	FacePrice string `json:"face_price,omitempty" xml:"face_price,omitempty"`

	Expire string `json:"expire,omitempty" xml:"expire,omitempty"`

	CardPass string `json:"card_pass,omitempty" xml:"card_pass,omitempty"`

	CardNo string `json:"card_no,omitempty" xml:"card_no,omitempty"`

	ZhxGoodsId string `json:"zhx_goods_id,omitempty" xml:"zhx_goods_id,omitempty"`
}

AppleCardDto

type AppleTopActivateNotifyDo

type AppleTopActivateNotifyDo struct {
	CardNo string `json:"card_no,omitempty" xml:"card_no,omitempty"`

	GoodsId string `json:"goods_id,omitempty" xml:"goods_id,omitempty"`

	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`

	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`

	Uci string `json:"uci,omitempty" xml:"uci,omitempty"`

	FacePrice string `json:"face_price,omitempty" xml:"face_price,omitempty"`

	GatewayOrderNo string `json:"gateway_order_no,omitempty" xml:"gateway_order_no,omitempty"`

	CardPass string `json:"card_pass,omitempty" xml:"card_pass,omitempty"`
}

AppleTopActivateNotifyDo

type AppleTopNewSignNotifyDo

type AppleTopNewSignNotifyDo struct {
	CardNo string `json:"card_no,omitempty" xml:"card_no,omitempty"`

	Tut string `json:"tut,omitempty" xml:"tut,omitempty"`

	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`

	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`

	UserNo string `json:"user_no,omitempty" xml:"user_no,omitempty"`

	Uci string `json:"uci,omitempty" xml:"uci,omitempty"`

	Mai string `json:"mai,omitempty" xml:"mai,omitempty"`

	QueryId string `json:"query_id,omitempty" xml:"query_id,omitempty"`

	Tuci string `json:"tuci,omitempty" xml:"tuci,omitempty"`
}

AppleTopNewSignNotifyDo

type AppleTopOldSignNotifyDo

type AppleTopOldSignNotifyDo struct {
	CardNo string `json:"card_no,omitempty" xml:"card_no,omitempty"`

	GoodsId string `json:"goods_id,omitempty" xml:"goods_id,omitempty"`

	OrderNo string `json:"order_no,omitempty" xml:"order_no,omitempty"`

	Memo string `json:"memo,omitempty" xml:"memo,omitempty"`

	FacePrice string `json:"face_price,omitempty" xml:"face_price,omitempty"`

	GatewayOrderNo string `json:"gateway_order_no,omitempty" xml:"gateway_order_no,omitempty"`
}

AppleTopOldSignNotifyDo

type TaobaoAppleCardActiveApplyNotifyAPIResponse

type TaobaoAppleCardActiveApplyNotifyAPIResponse struct {
	model.CommonResponse
	TaobaoAppleCardActiveApplyNotifyResponse
}

苹果卡密申请激活回调接口 APIResponse taobao.apple.card.active.apply.notify

苹果卡密申请激活回调接口

type TaobaoAppleCardActiveApplyNotifyRequest

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

苹果卡密申请激活回调接口 APIRequest taobao.apple.card.active.apply.notify

苹果卡密申请激活回调接口

func NewTaobaoAppleCardActiveApplyNotifyRequest

func NewTaobaoAppleCardActiveApplyNotifyRequest() *TaobaoAppleCardActiveApplyNotifyRequest

func (TaobaoAppleCardActiveApplyNotifyRequest) GetApiMethodName

func (r TaobaoAppleCardActiveApplyNotifyRequest) GetApiMethodName() string

func (TaobaoAppleCardActiveApplyNotifyRequest) GetApiParams

func (TaobaoAppleCardActiveApplyNotifyRequest) GetAppleCards

func (TaobaoAppleCardActiveApplyNotifyRequest) GetGatewayOrderNo

func (r TaobaoAppleCardActiveApplyNotifyRequest) GetGatewayOrderNo() string

func (TaobaoAppleCardActiveApplyNotifyRequest) GetOrderNo

func (TaobaoAppleCardActiveApplyNotifyRequest) GetResultCode

func (TaobaoAppleCardActiveApplyNotifyRequest) GetResultMsg

func (*TaobaoAppleCardActiveApplyNotifyRequest) SetAppleCards

func (r *TaobaoAppleCardActiveApplyNotifyRequest) SetAppleCards(appleCards []AppleCardDto) error

func (*TaobaoAppleCardActiveApplyNotifyRequest) SetGatewayOrderNo

func (r *TaobaoAppleCardActiveApplyNotifyRequest) SetGatewayOrderNo(gatewayOrderNo string) error

func (*TaobaoAppleCardActiveApplyNotifyRequest) SetOrderNo

func (r *TaobaoAppleCardActiveApplyNotifyRequest) SetOrderNo(orderNo string) error

func (*TaobaoAppleCardActiveApplyNotifyRequest) SetResultCode

func (r *TaobaoAppleCardActiveApplyNotifyRequest) SetResultCode(resultCode string) error

func (*TaobaoAppleCardActiveApplyNotifyRequest) SetResultMsg

func (r *TaobaoAppleCardActiveApplyNotifyRequest) SetResultMsg(resultMsg string) error

type TaobaoAppleCardActiveApplyNotifyResponse

type TaobaoAppleCardActiveApplyNotifyResponse struct {
	XMLName   xml.Name `xml:"apple_card_active_apply_notify_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`

	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`
}

type TaobaoAppleCardActiveCancelNotifyAPIResponse

type TaobaoAppleCardActiveCancelNotifyAPIResponse struct {
	model.CommonResponse
	TaobaoAppleCardActiveCancelNotifyResponse
}

苹果卡密取消激活回调接口 APIResponse taobao.apple.card.active.cancel.notify

苹果卡密取消激活回调接口

type TaobaoAppleCardActiveCancelNotifyRequest

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

苹果卡密取消激活回调接口 APIRequest taobao.apple.card.active.cancel.notify

苹果卡密取消激活回调接口

func NewTaobaoAppleCardActiveCancelNotifyRequest

func NewTaobaoAppleCardActiveCancelNotifyRequest() *TaobaoAppleCardActiveCancelNotifyRequest

func (TaobaoAppleCardActiveCancelNotifyRequest) GetApiMethodName

func (r TaobaoAppleCardActiveCancelNotifyRequest) GetApiMethodName() string

func (TaobaoAppleCardActiveCancelNotifyRequest) GetApiParams

func (TaobaoAppleCardActiveCancelNotifyRequest) GetAppleCardCancels

func (TaobaoAppleCardActiveCancelNotifyRequest) GetGatewayOrderNo

func (r TaobaoAppleCardActiveCancelNotifyRequest) GetGatewayOrderNo() string

func (TaobaoAppleCardActiveCancelNotifyRequest) GetOrderNo

func (TaobaoAppleCardActiveCancelNotifyRequest) GetResultCode

func (TaobaoAppleCardActiveCancelNotifyRequest) GetResultMsg

func (*TaobaoAppleCardActiveCancelNotifyRequest) SetAppleCardCancels

func (r *TaobaoAppleCardActiveCancelNotifyRequest) SetAppleCardCancels(appleCardCancels []AppleCardCancelDto) error

func (*TaobaoAppleCardActiveCancelNotifyRequest) SetGatewayOrderNo

func (r *TaobaoAppleCardActiveCancelNotifyRequest) SetGatewayOrderNo(gatewayOrderNo string) error

func (*TaobaoAppleCardActiveCancelNotifyRequest) SetOrderNo

func (r *TaobaoAppleCardActiveCancelNotifyRequest) SetOrderNo(orderNo string) error

func (*TaobaoAppleCardActiveCancelNotifyRequest) SetResultCode

func (r *TaobaoAppleCardActiveCancelNotifyRequest) SetResultCode(resultCode string) error

func (*TaobaoAppleCardActiveCancelNotifyRequest) SetResultMsg

func (r *TaobaoAppleCardActiveCancelNotifyRequest) SetResultMsg(resultMsg string) error

type TaobaoAppleCardActiveCancelNotifyResponse

type TaobaoAppleCardActiveCancelNotifyResponse struct {
	XMLName   xml.Name `xml:"apple_card_active_cancel_notify_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`

	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`
}

type TaobaoAppleNewuserActivateNotifyAPIResponse

type TaobaoAppleNewuserActivateNotifyAPIResponse struct {
	model.CommonResponse
	TaobaoAppleNewuserActivateNotifyResponse
}

新用户激活通知接口 APIResponse taobao.apple.newuser.activate.notify

资和信主动通知激活结果

type TaobaoAppleNewuserActivateNotifyRequest

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

新用户激活通知接口 APIRequest taobao.apple.newuser.activate.notify

资和信主动通知激活结果

func NewTaobaoAppleNewuserActivateNotifyRequest

func NewTaobaoAppleNewuserActivateNotifyRequest() *TaobaoAppleNewuserActivateNotifyRequest

func (TaobaoAppleNewuserActivateNotifyRequest) GetApiMethodName

func (r TaobaoAppleNewuserActivateNotifyRequest) GetApiMethodName() string

func (TaobaoAppleNewuserActivateNotifyRequest) GetApiParams

func (TaobaoAppleNewuserActivateNotifyRequest) GetMainData

func (TaobaoAppleNewuserActivateNotifyRequest) GetResultCode

func (TaobaoAppleNewuserActivateNotifyRequest) GetResultMsg

func (*TaobaoAppleNewuserActivateNotifyRequest) SetMainData

func (*TaobaoAppleNewuserActivateNotifyRequest) SetResultCode

func (r *TaobaoAppleNewuserActivateNotifyRequest) SetResultCode(resultCode string) error

func (*TaobaoAppleNewuserActivateNotifyRequest) SetResultMsg

func (r *TaobaoAppleNewuserActivateNotifyRequest) SetResultMsg(resultMsg string) error

type TaobaoAppleNewuserActivateNotifyResponse

type TaobaoAppleNewuserActivateNotifyResponse struct {
	XMLName   xml.Name `xml:"apple_newuser_activate_notify_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

type TaobaoAppleNewuserSignNotifyAPIResponse

type TaobaoAppleNewuserSignNotifyAPIResponse struct {
	model.CommonResponse
	TaobaoAppleNewuserSignNotifyResponse
}

新用户签约通知接口 APIResponse taobao.apple.newuser.sign.notify

用户付款成功后,资和信主动通知签约结果

type TaobaoAppleNewuserSignNotifyNewversionAPIResponse

type TaobaoAppleNewuserSignNotifyNewversionAPIResponse struct {
	model.CommonResponse
	TaobaoAppleNewuserSignNotifyNewversionResponse
}

新用户签约结果通知接口v2 APIResponse taobao.apple.newuser.sign.notify.newversion

资和信主动通知签约结果

type TaobaoAppleNewuserSignNotifyNewversionRequest

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

新用户签约结果通知接口v2 APIRequest taobao.apple.newuser.sign.notify.newversion

资和信主动通知签约结果

func NewTaobaoAppleNewuserSignNotifyNewversionRequest

func NewTaobaoAppleNewuserSignNotifyNewversionRequest() *TaobaoAppleNewuserSignNotifyNewversionRequest

func (TaobaoAppleNewuserSignNotifyNewversionRequest) GetApiMethodName

func (TaobaoAppleNewuserSignNotifyNewversionRequest) GetApiParams

func (TaobaoAppleNewuserSignNotifyNewversionRequest) GetMainData

func (TaobaoAppleNewuserSignNotifyNewversionRequest) GetResultCode

func (TaobaoAppleNewuserSignNotifyNewversionRequest) GetResultMsg

func (*TaobaoAppleNewuserSignNotifyNewversionRequest) SetMainData

func (*TaobaoAppleNewuserSignNotifyNewversionRequest) SetResultCode

func (r *TaobaoAppleNewuserSignNotifyNewversionRequest) SetResultCode(resultCode string) error

func (*TaobaoAppleNewuserSignNotifyNewversionRequest) SetResultMsg

func (r *TaobaoAppleNewuserSignNotifyNewversionRequest) SetResultMsg(resultMsg string) error

type TaobaoAppleNewuserSignNotifyNewversionResponse

type TaobaoAppleNewuserSignNotifyNewversionResponse struct {
	XMLName   xml.Name `xml:"apple_newuser_sign_notify_newversion_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

type TaobaoAppleNewuserSignNotifyRequest

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

新用户签约通知接口 APIRequest taobao.apple.newuser.sign.notify

用户付款成功后,资和信主动通知签约结果

func NewTaobaoAppleNewuserSignNotifyRequest

func NewTaobaoAppleNewuserSignNotifyRequest() *TaobaoAppleNewuserSignNotifyRequest

func (TaobaoAppleNewuserSignNotifyRequest) GetApiMethodName

func (r TaobaoAppleNewuserSignNotifyRequest) GetApiMethodName() string

func (TaobaoAppleNewuserSignNotifyRequest) GetApiParams

func (TaobaoAppleNewuserSignNotifyRequest) GetMainData

func (TaobaoAppleNewuserSignNotifyRequest) GetResultCode

func (r TaobaoAppleNewuserSignNotifyRequest) GetResultCode() string

func (TaobaoAppleNewuserSignNotifyRequest) GetResultMsg

func (*TaobaoAppleNewuserSignNotifyRequest) SetMainData

func (*TaobaoAppleNewuserSignNotifyRequest) SetResultCode

func (r *TaobaoAppleNewuserSignNotifyRequest) SetResultCode(resultCode string) error

func (*TaobaoAppleNewuserSignNotifyRequest) SetResultMsg

func (r *TaobaoAppleNewuserSignNotifyRequest) SetResultMsg(resultMsg string) error

type TaobaoAppleNewuserSignNotifyResponse

type TaobaoAppleNewuserSignNotifyResponse struct {
	XMLName   xml.Name `xml:"apple_newuser_sign_notify_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

type TaobaoAppleOlduserChargeNotifyAPIResponse

type TaobaoAppleOlduserChargeNotifyAPIResponse struct {
	model.CommonResponse
	TaobaoAppleOlduserChargeNotifyResponse
}

老用户激活并兑换通知接口 APIResponse taobao.apple.olduser.charge.notify

老用户激活并兑换通知接口

type TaobaoAppleOlduserChargeNotifyRequest

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

老用户激活并兑换通知接口 APIRequest taobao.apple.olduser.charge.notify

老用户激活并兑换通知接口

func NewTaobaoAppleOlduserChargeNotifyRequest

func NewTaobaoAppleOlduserChargeNotifyRequest() *TaobaoAppleOlduserChargeNotifyRequest

func (TaobaoAppleOlduserChargeNotifyRequest) GetApiMethodName

func (r TaobaoAppleOlduserChargeNotifyRequest) GetApiMethodName() string

func (TaobaoAppleOlduserChargeNotifyRequest) GetApiParams

func (TaobaoAppleOlduserChargeNotifyRequest) GetMainData

func (TaobaoAppleOlduserChargeNotifyRequest) GetResultCode

func (TaobaoAppleOlduserChargeNotifyRequest) GetResultMsg

func (*TaobaoAppleOlduserChargeNotifyRequest) SetMainData

func (*TaobaoAppleOlduserChargeNotifyRequest) SetResultCode

func (r *TaobaoAppleOlduserChargeNotifyRequest) SetResultCode(resultCode string) error

func (*TaobaoAppleOlduserChargeNotifyRequest) SetResultMsg

func (r *TaobaoAppleOlduserChargeNotifyRequest) SetResultMsg(resultMsg string) error

type TaobaoAppleOlduserChargeNotifyResponse

type TaobaoAppleOlduserChargeNotifyResponse struct {
	XMLName   xml.Name `xml:"apple_olduser_charge_notify_response"`
	RequestId string   `json:"request_id,omitempty" xml:"request_id,omitempty"` // 平台颁发的每次请求访问的唯一标识

	ResultMsg string `json:"result_msg,omitempty" xml:"result_msg,omitempty"`

	ResultCode string `json:"result_code,omitempty" xml:"result_code,omitempty"`
}

Jump to

Keyboard shortcuts

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