alitripmerchant

package
v1.3.2 Latest Latest
Warning

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

Go to latest
Published: Oct 20, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package alitripmerchant 包含飞猪商家平台相关结构体

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

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityDrawGoodsPostInfoVo added in v1.2.5

type ActivityDrawGoodsPostInfoVo struct {
	// 收货人地址
	ReceiverAddress string `json:"receiver_address,omitempty" xml:"receiver_address,omitempty"`
	// 收货人电话
	ReceiverPhone string `json:"receiver_phone,omitempty" xml:"receiver_phone,omitempty"`
	// 收货人姓名
	ReceiverName string `json:"receiver_name,omitempty" xml:"receiver_name,omitempty"`
}

ActivityDrawGoodsPostInfoVo 结构体

type ActivityDrawPopupVo added in v1.2.5

type ActivityDrawPopupVo struct {
	// 弹窗点击文本
	PopupDoText string `json:"popup_do_text,omitempty" xml:"popup_do_text,omitempty"`
	// 标题
	PopupTitle string `json:"popup_title,omitempty" xml:"popup_title,omitempty"`
	// 文本
	PopupSubText string `json:"popup_sub_text,omitempty" xml:"popup_sub_text,omitempty"`
	// 头部标题
	TopTitle string `json:"top_title,omitempty" xml:"top_title,omitempty"`
	// 活动id
	OfferId string `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
	// 弹窗文本
	PopupExitText string `json:"popup_exit_text,omitempty" xml:"popup_exit_text,omitempty"`
	// 文本
	PopupText string `json:"popup_text,omitempty" xml:"popup_text,omitempty"`
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 抽奖类型
	PopupType int64 `json:"popup_type,omitempty" xml:"popup_type,omitempty"`
}

ActivityDrawPopupVo 结构体

type ActivityDrawUserGoodsVo added in v1.2.5

type ActivityDrawUserGoodsVo struct {
	// 奖品图片
	Image string `json:"image,omitempty" xml:"image,omitempty"`
	// 奖品名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 记录ID
	RecordId string `json:"record_id,omitempty" xml:"record_id,omitempty"`
	// 奖品ID
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 活动ID
	OfferId int64 `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
	// 奖品状态
	GoodsStatus int64 `json:"goods_status,omitempty" xml:"goods_status,omitempty"`
	// 奖品邮寄信息
	ActivityDrawGoodsPostInfo *ActivityDrawGoodsPostInfoVo `json:"activity_draw_goods_post_info,omitempty" xml:"activity_draw_goods_post_info,omitempty"`
}

ActivityDrawUserGoodsVo 结构体

type ActivityGoodsList added in v1.2.5

type ActivityGoodsList struct {
	// 奖品图片
	Image string `json:"image,omitempty" xml:"image,omitempty"`
	// 奖品名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 奖品id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

ActivityGoodsList 结构体

type ActivityLuckyDrawVo added in v1.2.7

type ActivityLuckyDrawVo struct {
	// 奖品
	ActivityGoodsList []ActivityGoodsList `json:"activity_goods_list,omitempty" xml:"activity_goods_list>activity_goods_list,omitempty"`
	// 老虎机奖品展示对象
	PrizeDisplays []PrizeDisplay `json:"prize_displays,omitempty" xml:"prize_displays>prize_display,omitempty"`
	// 未中奖图片
	UnWinningImages string `json:"un_winning_images,omitempty" xml:"un_winning_images,omitempty"`
}

ActivityLuckyDrawVo 结构体

type ActivityParticipateNumberVo added in v1.2.5

type ActivityParticipateNumberVo struct {
	// 活动id
	OfferId int64 `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
	// 剩余次数
	LeftTime int64 `json:"left_time,omitempty" xml:"left_time,omitempty"`
}

ActivityParticipateNumberVo 结构体

type ActivityParticipateVo added in v1.2.5

type ActivityParticipateVo struct {
	// 奖品名称
	GoodName string `json:"good_name,omitempty" xml:"good_name,omitempty"`
	// 奖品图片
	GoodImage string `json:"good_image,omitempty" xml:"good_image,omitempty"`
	// 奖品发放类型
	GoodSendType int64 `json:"good_send_type,omitempty" xml:"good_send_type,omitempty"`
	// 活动参与状态,中奖,未中奖
	ParticipateStatus int64 `json:"participate_status,omitempty" xml:"participate_status,omitempty"`
	// 奖品类型
	GoodType int64 `json:"good_type,omitempty" xml:"good_type,omitempty"`
	// 奖品id
	GoodsId int64 `json:"goods_id,omitempty" xml:"goods_id,omitempty"`
	// 奖品数量
	GoodAmount int64 `json:"good_amount,omitempty" xml:"good_amount,omitempty"`
	// 参与结果记录id
	RecordId int64 `json:"record_id,omitempty" xml:"record_id,omitempty"`
}

ActivityParticipateVo 结构体

type AddressLetterDto

type AddressLetterDto struct {
	// 字母分类列表
	AddressList []AddressSearchDto `json:"address_list,omitempty" xml:"address_list>address_search_dto,omitempty"`
	// 字母
	Letter string `json:"letter,omitempty" xml:"letter,omitempty"`
}

AddressLetterDto 结构体

type AddressListSearchDto

type AddressListSearchDto struct {
	// 城市列表
	CityList []AddressLetterDto `json:"city_list,omitempty" xml:"city_list>address_letter_dto,omitempty"`
	// 热门城市
	HotCityList []AddressSearchDto `json:"hot_city_list,omitempty" xml:"hot_city_list>address_search_dto,omitempty"`
}

AddressListSearchDto 结构体

type AddressSearchDto

type AddressSearchDto struct {
	// 城市图片url
	CityUrl string `json:"city_url,omitempty" xml:"city_url,omitempty"`
	// 城市拼音首字母
	CityPyHead string `json:"city_py_head,omitempty" xml:"city_py_head,omitempty"`
	// 城市
	CityCn string `json:"city_cn,omitempty" xml:"city_cn,omitempty"`
	// 国家
	CountryCn string `json:"country_cn,omitempty" xml:"country_cn,omitempty"`
	// 0国内1国外
	Domestic int64 `json:"domestic,omitempty" xml:"domestic,omitempty"`
	// 城市编码
	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 国家编码
	CountryCode int64 `json:"country_code,omitempty" xml:"country_code,omitempty"`
}

AddressSearchDto 结构体

type AddressSearchVo added in v1.2.9

type AddressSearchVo struct {
	// 酒店详情
	HotelList []HotelAddressDetail `json:"hotel_list,omitempty" xml:"hotel_list>hotel_address_detail,omitempty"`
	// 城市列表
	CityList []CityAddressDetail `json:"city_list,omitempty" xml:"city_list>city_address_detail,omitempty"`
}

AddressSearchVo 结构体

type AddressVo added in v1.2.5

type AddressVo struct {
	// 酒店详细地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 纬度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 城市中文名
	CityCn string `json:"city_cn,omitempty" xml:"city_cn,omitempty"`
	// 国家中文名
	CountryCn string `json:"country_cn,omitempty" xml:"country_cn,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 地图类型
	PositionType int64 `json:"position_type,omitempty" xml:"position_type,omitempty"`
	// 城市编码
	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 国内外
	Domestic int64 `json:"domestic,omitempty" xml:"domestic,omitempty"`
	// 国家编码
	CountryCode int64 `json:"country_code,omitempty" xml:"country_code,omitempty"`
}

AddressVo 结构体

type AlitripmerchantgalaxyactivityaddressaddAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivityaddressaddAPIRequest 星河-营销抽奖奖品邮寄地址添加 API请求 alitrip.merchant.galaxy.activity.address.add

营销抽奖活动,奖品邮寄地址填写

func NewAlitripmerchantgalaxyactivityaddressaddRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivityaddressaddRequest() *AlitripmerchantgalaxyactivityaddressaddAPIRequest

NewAlitripmerchantgalaxyactivityaddressaddRequest 初始化AlitripmerchantgalaxyactivityaddressaddAPIRequest对象

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetAddress added in v1.3.1

GetAddress Address Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetGoodsId added in v1.3.1

GetGoodsId GoodsId Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetName added in v1.3.1

GetName Name Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetOfferId added in v1.3.1

GetOfferId OfferId Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetPhone added in v1.3.1

GetPhone Phone Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetRecordId added in v1.3.1

GetRecordId RecordId Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivityaddressaddAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetAddress added in v1.3.1

SetAddress is Address Setter 收货人地址

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetGoodsId added in v1.3.1

SetGoodsId is GoodsId Setter 奖品ID

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetName added in v1.3.1

SetName is Name Setter 收货人姓名

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetOfferId added in v1.3.1

SetOfferId is OfferId Setter 活动id

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetPhone added in v1.3.1

SetPhone is Phone Setter 收货人电话

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetRecordId added in v1.3.1

SetRecordId is RecordId Setter 活动记录ID

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxyactivityaddressaddAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyactivityaddressaddAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivityaddressaddAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivityaddressaddAPIResponseModel
}

AlitripmerchantgalaxyactivityaddressaddAPIResponse 星河-营销抽奖奖品邮寄地址添加 API返回值 alitrip.merchant.galaxy.activity.address.add

营销抽奖活动,奖品邮寄地址填写

type AlitripmerchantgalaxyactivityaddressaddAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivityaddressaddAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_address_add_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivityaddressaddResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivityaddressaddAPIResponseModel is 星河-营销抽奖奖品邮寄地址添加 成功返回结果

type AlitripmerchantgalaxyactivityaddressaddResponse added in v1.3.1

type AlitripmerchantgalaxyactivityaddressaddResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 邮寄信息是否填写成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivityaddressaddResponse 结构体

type AlitripmerchantgalaxyactivitycouponlistAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivitycouponlistAPIRequest 用户领券中心列表 API请求 alitrip.merchant.galaxy.activity.coupon.list

雅高小程序用户领券中心列表

func NewAlitripmerchantgalaxyactivitycouponlistRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivitycouponlistRequest() *AlitripmerchantgalaxyactivitycouponlistAPIRequest

NewAlitripmerchantgalaxyactivitycouponlistRequest 初始化AlitripmerchantgalaxyactivitycouponlistAPIRequest对象

func (AlitripmerchantgalaxyactivitycouponlistAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivitycouponlistAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivitycouponlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivitycouponlistAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivitycouponlistAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyactivitycouponlistAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户Id

func (*AlitripmerchantgalaxyactivitycouponlistAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户Token

type AlitripmerchantgalaxyactivitycouponlistAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivitycouponlistAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivitycouponlistAPIResponseModel
}

AlitripmerchantgalaxyactivitycouponlistAPIResponse 用户领券中心列表 API返回值 alitrip.merchant.galaxy.activity.coupon.list

雅高小程序用户领券中心列表

type AlitripmerchantgalaxyactivitycouponlistAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivitycouponlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_coupon_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivitycouponlistResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivitycouponlistAPIResponseModel is 用户领券中心列表 成功返回结果

type AlitripmerchantgalaxyactivitycouponlistResponse added in v1.3.1

type AlitripmerchantgalaxyactivitycouponlistResponse struct {
	// 活动详情
	Contents []CouponActivity `json:"contents,omitempty" xml:"contents>coupon_activity,omitempty"`
	// 错误信息
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivitycouponlistResponse 结构体

type AlitripmerchantgalaxyactivitydrawparticipateAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivitydrawparticipateAPIRequest 星河-幸运抽奖活动参与 API请求 alitrip.merchant.galaxy.activity.draw.participate

雅高小程序幸运抽奖活动页面用户进行抽奖,根据活动规则返回抽奖结果

func NewAlitripmerchantgalaxyactivitydrawparticipateRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivitydrawparticipateRequest() *AlitripmerchantgalaxyactivitydrawparticipateAPIRequest

NewAlitripmerchantgalaxyactivitydrawparticipateRequest 初始化AlitripmerchantgalaxyactivitydrawparticipateAPIRequest对象

func (AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) GetOfferId added in v1.3.1

GetOfferId OfferId Getter

func (AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) SetOfferId added in v1.3.1

SetOfferId is OfferId Setter 活动id

func (*AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 商家租户id

func (*AlitripmerchantgalaxyactivitydrawparticipateAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录信息

type AlitripmerchantgalaxyactivitydrawparticipateAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivitydrawparticipateAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivitydrawparticipateAPIResponseModel
}

AlitripmerchantgalaxyactivitydrawparticipateAPIResponse 星河-幸运抽奖活动参与 API返回值 alitrip.merchant.galaxy.activity.draw.participate

雅高小程序幸运抽奖活动页面用户进行抽奖,根据活动规则返回抽奖结果

type AlitripmerchantgalaxyactivitydrawparticipateAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivitydrawparticipateAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_draw_participate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxyactivitydrawparticipateResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivitydrawparticipateAPIResponseModel is 星河-幸运抽奖活动参与 成功返回结果

type AlitripmerchantgalaxyactivitydrawparticipateResponse added in v1.3.1

type AlitripmerchantgalaxyactivitydrawparticipateResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回类型
	Content *ActivityParticipateVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivitydrawparticipateResponse 结构体

type AlitripmerchantgalaxyactivityfatigueAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivityfatigueAPIRequest 营销抽奖-弹窗疲劳度控制 API请求 alitrip.merchant.galaxy.activity.fatigue

星河产品-营销抽奖首页弹窗疲劳度控制服务

func NewAlitripmerchantgalaxyactivityfatigueRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivityfatigueRequest() *AlitripmerchantgalaxyactivityfatigueAPIRequest

NewAlitripmerchantgalaxyactivityfatigueRequest 初始化AlitripmerchantgalaxyactivityfatigueAPIRequest对象

func (AlitripmerchantgalaxyactivityfatigueAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivityfatigueAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivityfatigueAPIRequest) GetOfferId added in v1.3.1

GetOfferId OfferId Getter

func (AlitripmerchantgalaxyactivityfatigueAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivityfatigueAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivityfatigueAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyactivityfatigueAPIRequest) SetOfferId added in v1.3.1

SetOfferId is OfferId Setter 活动ID

func (*AlitripmerchantgalaxyactivityfatigueAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyactivityfatigueAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxyactivityfatigueAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyactivityfatigueAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivityfatigueAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivityfatigueAPIResponseModel
}

AlitripmerchantgalaxyactivityfatigueAPIResponse 营销抽奖-弹窗疲劳度控制 API返回值 alitrip.merchant.galaxy.activity.fatigue

星河产品-营销抽奖首页弹窗疲劳度控制服务

type AlitripmerchantgalaxyactivityfatigueAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivityfatigueAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_fatigue_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivityfatigueResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivityfatigueAPIResponseModel is 营销抽奖-弹窗疲劳度控制 成功返回结果

type AlitripmerchantgalaxyactivityfatigueResponse added in v1.3.1

type AlitripmerchantgalaxyactivityfatigueResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 返回数据
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivityfatigueResponse 结构体

type AlitripmerchantgalaxyactivitygoodsqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivitygoodsqueryAPIRequest 营销抽奖-用户奖品查询 API请求 alitrip.merchant.galaxy.activity.goods.query

星河产品-提供营销抽奖奖品查询服务

func NewAlitripmerchantgalaxyactivitygoodsqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivitygoodsqueryRequest() *AlitripmerchantgalaxyactivitygoodsqueryAPIRequest

NewAlitripmerchantgalaxyactivitygoodsqueryRequest 初始化AlitripmerchantgalaxyactivitygoodsqueryAPIRequest对象

func (AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 商家租户id

func (*AlitripmerchantgalaxyactivitygoodsqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyactivitygoodsqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivitygoodsqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivitygoodsqueryAPIResponseModel
}

AlitripmerchantgalaxyactivitygoodsqueryAPIResponse 营销抽奖-用户奖品查询 API返回值 alitrip.merchant.galaxy.activity.goods.query

星河产品-提供营销抽奖奖品查询服务

type AlitripmerchantgalaxyactivitygoodsqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivitygoodsqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_goods_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivitygoodsqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivitygoodsqueryAPIResponseModel is 营销抽奖-用户奖品查询 成功返回结果

type AlitripmerchantgalaxyactivitygoodsqueryResponse added in v1.3.1

type AlitripmerchantgalaxyactivitygoodsqueryResponse struct {
	// 奖品信息数据
	Contents []ActivityDrawUserGoodsVo `json:"contents,omitempty" xml:"contents>activity_draw_user_goods_vo,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivitygoodsqueryResponse 结构体

type AlitripmerchantgalaxyactivitymarketingpopupAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivitymarketingpopupAPIRequest 营销弹屏 API请求 alitrip.merchant.galaxy.activity.marketing.popup

星河=活动营销弹屏

func NewAlitripmerchantgalaxyactivitymarketingpopupRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivitymarketingpopupRequest() *AlitripmerchantgalaxyactivitymarketingpopupAPIRequest

NewAlitripmerchantgalaxyactivitymarketingpopupRequest 初始化AlitripmerchantgalaxyactivitymarketingpopupAPIRequest对象

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetCode added in v1.3.1

GetCode Code Getter

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) GetVersion added in v1.3.1

GetVersion Version Getter

func (*AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) SetCode added in v1.3.1

SetCode is Code Setter 用户code

func (*AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

func (*AlitripmerchantgalaxyactivitymarketingpopupAPIRequest) SetVersion added in v1.3.1

SetVersion is Version Setter 版本,适配灰度发布

type AlitripmerchantgalaxyactivitymarketingpopupAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivitymarketingpopupAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivitymarketingpopupAPIResponseModel
}

AlitripmerchantgalaxyactivitymarketingpopupAPIResponse 营销弹屏 API返回值 alitrip.merchant.galaxy.activity.marketing.popup

星河=活动营销弹屏

type AlitripmerchantgalaxyactivitymarketingpopupAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivitymarketingpopupAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_marketing_popup_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivitymarketingpopupResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivitymarketingpopupAPIResponseModel is 营销弹屏 成功返回结果

type AlitripmerchantgalaxyactivitymarketingpopupResponse added in v1.3.1

type AlitripmerchantgalaxyactivitymarketingpopupResponse struct {
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回结果
	Content *PopUpInfoVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivitymarketingpopupResponse 结构体

type AlitripmerchantgalaxyactivitypopupcontrolAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivitypopupcontrolAPIRequest 营销弹屏疲劳度控制 API请求 alitrip.merchant.galaxy.activity.popup.control

星河=营销弹屏疲劳控制

func NewAlitripmerchantgalaxyactivitypopupcontrolRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivitypopupcontrolRequest() *AlitripmerchantgalaxyactivitypopupcontrolAPIRequest

NewAlitripmerchantgalaxyactivitypopupcontrolRequest 初始化AlitripmerchantgalaxyactivitypopupcontrolAPIRequest对象

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetOfferId added in v1.3.1

GetOfferId OfferId Getter

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) GetType added in v1.3.1

GetType Type Getter

func (*AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) SetOfferId added in v1.3.1

SetOfferId is OfferId Setter 活动id

func (*AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

func (*AlitripmerchantgalaxyactivitypopupcontrolAPIRequest) SetType added in v1.3.1

SetType is Type Setter 活动类型

type AlitripmerchantgalaxyactivitypopupcontrolAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivitypopupcontrolAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivitypopupcontrolAPIResponseModel
}

AlitripmerchantgalaxyactivitypopupcontrolAPIResponse 营销弹屏疲劳度控制 API返回值 alitrip.merchant.galaxy.activity.popup.control

星河=营销弹屏疲劳控制

type AlitripmerchantgalaxyactivitypopupcontrolAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivitypopupcontrolAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_popup_control_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivitypopupcontrolResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivitypopupcontrolAPIResponseModel is 营销弹屏疲劳度控制 成功返回结果

type AlitripmerchantgalaxyactivitypopupcontrolResponse added in v1.3.1

type AlitripmerchantgalaxyactivitypopupcontrolResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否执行成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyactivitypopupcontrolResponse 结构体

type AlitripmerchantgalaxyactivitypopupqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyactivitypopupqueryAPIRequest 星河-获取雅高小程序营销抽奖首页弹窗 API请求 alitrip.merchant.galaxy.activity.popup.query

获取雅高微信小程序,营销抽奖首页弹窗数据。

func NewAlitripmerchantgalaxyactivitypopupqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyactivitypopupqueryRequest() *AlitripmerchantgalaxyactivitypopupqueryAPIRequest

NewAlitripmerchantgalaxyactivitypopupqueryRequest 初始化AlitripmerchantgalaxyactivitypopupqueryAPIRequest对象

func (AlitripmerchantgalaxyactivitypopupqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyactivitypopupqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyactivitypopupqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyactivitypopupqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyactivitypopupqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxyactivitypopupqueryAPIRequest) GetUserSiteCode added in v1.3.1

GetUserSiteCode UserSiteCode Getter

func (*AlitripmerchantgalaxyactivitypopupqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyactivitypopupqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

func (*AlitripmerchantgalaxyactivitypopupqueryAPIRequest) SetUserSiteCode added in v1.3.1

func (r *AlitripmerchantgalaxyactivitypopupqueryAPIRequest) SetUserSiteCode(_userSiteCode int64) error

SetUserSiteCode is UserSiteCode Setter 用户来源

type AlitripmerchantgalaxyactivitypopupqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyactivitypopupqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyactivitypopupqueryAPIResponseModel
}

AlitripmerchantgalaxyactivitypopupqueryAPIResponse 星河-获取雅高小程序营销抽奖首页弹窗 API返回值 alitrip.merchant.galaxy.activity.popup.query

获取雅高微信小程序,营销抽奖首页弹窗数据。

type AlitripmerchantgalaxyactivitypopupqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyactivitypopupqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_activity_popup_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyactivitypopupqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyactivitypopupqueryAPIResponseModel is 星河-获取雅高小程序营销抽奖首页弹窗 成功返回结果

type AlitripmerchantgalaxyactivitypopupqueryResponse added in v1.3.1

type AlitripmerchantgalaxyactivitypopupqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 首页抽奖弹窗数据
	Content *ActivityDrawPopupVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyactivitypopupqueryResponse 结构体

type AlitripmerchantgalaxybrandsearchAPIRequest added in v1.3.1

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

AlitripmerchantgalaxybrandsearchAPIRequest 星河-品牌搜索 API请求 alitrip.merchant.galaxy.brand.search

星河服务=获取雅高品牌信息

func NewAlitripmerchantgalaxybrandsearchRequest added in v1.3.1

func NewAlitripmerchantgalaxybrandsearchRequest() *AlitripmerchantgalaxybrandsearchAPIRequest

NewAlitripmerchantgalaxybrandsearchRequest 初始化AlitripmerchantgalaxybrandsearchAPIRequest对象

func (AlitripmerchantgalaxybrandsearchAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxybrandsearchAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxybrandsearchAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxybrandsearchAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxybrandsearchAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxybrandsearchAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxybrandsearchAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户信息

type AlitripmerchantgalaxybrandsearchAPIResponse added in v1.3.1

type AlitripmerchantgalaxybrandsearchAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxybrandsearchAPIResponseModel
}

AlitripmerchantgalaxybrandsearchAPIResponse 星河-品牌搜索 API返回值 alitrip.merchant.galaxy.brand.search

星河服务=获取雅高品牌信息

type AlitripmerchantgalaxybrandsearchAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxybrandsearchAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_brand_search_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlitripmerchantgalaxybrandsearchResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxybrandsearchAPIResponseModel is 星河-品牌搜索 成功返回结果

type AlitripmerchantgalaxybrandsearchResult added in v1.3.1

type AlitripmerchantgalaxybrandsearchResult struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 品牌信息
	Brands *Content `json:"brands,omitempty" xml:"brands,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxybrandsearchResult 结构体

type AlitripmerchantgalaxycardinfoAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycardinfoAPIRequest 获取会员体系 API请求 alitrip.merchant.galaxy.card.info

星河=根据卡类型获取当前的会员体系

func NewAlitripmerchantgalaxycardinfoRequest added in v1.3.1

func NewAlitripmerchantgalaxycardinfoRequest() *AlitripmerchantgalaxycardinfoAPIRequest

NewAlitripmerchantgalaxycardinfoRequest 初始化AlitripmerchantgalaxycardinfoAPIRequest对象

func (AlitripmerchantgalaxycardinfoAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxycardinfoAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycardinfoAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxycardinfoAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycardinfoAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycardinfoAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxycardinfoAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxycardinfoAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxycardinfoAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxycardinfoAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxycardinfoAPIResponse added in v1.3.1

type AlitripmerchantgalaxycardinfoAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycardinfoAPIResponseModel
}

AlitripmerchantgalaxycardinfoAPIResponse 获取会员体系 API返回值 alitrip.merchant.galaxy.card.info

星河=根据卡类型获取当前的会员体系

type AlitripmerchantgalaxycardinfoAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxycardinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_card_info_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxycardinfoResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxycardinfoAPIResponseModel is 获取会员体系 成功返回结果

type AlitripmerchantgalaxycardinfoResponse added in v1.3.1

type AlitripmerchantgalaxycardinfoResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回内容
	Content *CardSystemVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycardinfoResponse 结构体

type AlitripmerchantgalaxycitylikeAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycitylikeAPIRequest 星河-酒店城市模糊查询 API请求 alitrip.merchant.galaxy.city.like

根据城市模糊查询,雅高酒店所在城市的城市信息

func NewAlitripmerchantgalaxycitylikeRequest added in v1.3.1

func NewAlitripmerchantgalaxycitylikeRequest() *AlitripmerchantgalaxycitylikeAPIRequest

NewAlitripmerchantgalaxycitylikeRequest 初始化AlitripmerchantgalaxycitylikeAPIRequest对象

func (AlitripmerchantgalaxycitylikeAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxycitylikeAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycitylikeAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxycitylikeAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycitylikeAPIRequest) GetCityName added in v1.3.1

GetCityName CityName Getter

func (AlitripmerchantgalaxycitylikeAPIRequest) GetDomestic added in v1.3.1

GetDomestic Domestic Getter

func (AlitripmerchantgalaxycitylikeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycitylikeAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxycitylikeAPIRequest) SetCityName added in v1.3.1

func (r *AlitripmerchantgalaxycitylikeAPIRequest) SetCityName(_cityName string) error

SetCityName is CityName Setter 城市模糊

func (*AlitripmerchantgalaxycitylikeAPIRequest) SetDomestic added in v1.3.1

func (r *AlitripmerchantgalaxycitylikeAPIRequest) SetDomestic(_domestic int64) error

SetDomestic is Domestic Setter 0国内1国外

func (*AlitripmerchantgalaxycitylikeAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxycitylikeAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 商家租户id

type AlitripmerchantgalaxycitylikeAPIResponse added in v1.3.1

type AlitripmerchantgalaxycitylikeAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycitylikeAPIResponseModel
}

AlitripmerchantgalaxycitylikeAPIResponse 星河-酒店城市模糊查询 API返回值 alitrip.merchant.galaxy.city.like

根据城市模糊查询,雅高酒店所在城市的城市信息

type AlitripmerchantgalaxycitylikeAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxycitylikeAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_city_like_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxycitylikeResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxycitylikeAPIResponseModel is 星河-酒店城市模糊查询 成功返回结果

type AlitripmerchantgalaxycitylikeResponse added in v1.3.1

type AlitripmerchantgalaxycitylikeResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回结果
	Content *AddressSearchVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycitylikeResponse 结构体

type AlitripmerchantgalaxycitylistAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycitylistAPIRequest 星河-酒店城市列表展示 API请求 alitrip.merchant.galaxy.city.list

雅高酒店城市列表展示,并且首字母列出酒店城市

func NewAlitripmerchantgalaxycitylistRequest added in v1.3.1

func NewAlitripmerchantgalaxycitylistRequest() *AlitripmerchantgalaxycitylistAPIRequest

NewAlitripmerchantgalaxycitylistRequest 初始化AlitripmerchantgalaxycitylistAPIRequest对象

func (AlitripmerchantgalaxycitylistAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxycitylistAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycitylistAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxycitylistAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycitylistAPIRequest) GetDomestic added in v1.3.1

GetDomestic Domestic Getter

func (AlitripmerchantgalaxycitylistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycitylistAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxycitylistAPIRequest) SetDomestic added in v1.3.1

func (r *AlitripmerchantgalaxycitylistAPIRequest) SetDomestic(_domestic int64) error

SetDomestic is Domestic Setter 0国内 1国外

func (*AlitripmerchantgalaxycitylistAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxycitylistAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 商家租户id

type AlitripmerchantgalaxycitylistAPIResponse added in v1.3.1

type AlitripmerchantgalaxycitylistAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycitylistAPIResponseModel
}

AlitripmerchantgalaxycitylistAPIResponse 星河-酒店城市列表展示 API返回值 alitrip.merchant.galaxy.city.list

雅高酒店城市列表展示,并且首字母列出酒店城市

type AlitripmerchantgalaxycitylistAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxycitylistAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_city_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxycitylistResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxycitylistAPIResponseModel is 星河-酒店城市列表展示 成功返回结果

type AlitripmerchantgalaxycitylistResponse added in v1.3.1

type AlitripmerchantgalaxycitylistResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回城市列表
	Content *AddressListSearchDto `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycitylistResponse 结构体

type AlitripmerchantgalaxycommonbindmerchantidAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycommonbindmerchantidAPIRequest 绑定用户和merchantID API请求 alitrip.merchant.galaxy.common.bind.merchant.id

绑定用户和merchantID

func NewAlitripmerchantgalaxycommonbindmerchantidRequest added in v1.3.1

func NewAlitripmerchantgalaxycommonbindmerchantidRequest() *AlitripmerchantgalaxycommonbindmerchantidAPIRequest

NewAlitripmerchantgalaxycommonbindmerchantidRequest 初始化AlitripmerchantgalaxycommonbindmerchantidAPIRequest对象

func (AlitripmerchantgalaxycommonbindmerchantidAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycommonbindmerchantidAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycommonbindmerchantidAPIRequest) GetBindingMerchantIdUserDto added in v1.3.1

GetBindingMerchantIdUserDto BindingMerchantIdUserDto Getter

func (AlitripmerchantgalaxycommonbindmerchantidAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycommonbindmerchantidAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxycommonbindmerchantidAPIRequest) SetBindingMerchantIdUserDto added in v1.3.1

func (r *AlitripmerchantgalaxycommonbindmerchantidAPIRequest) SetBindingMerchantIdUserDto(_bindingMerchantIdUserDto *BindingMerchantIdUserDto) error

SetBindingMerchantIdUserDto is BindingMerchantIdUserDto Setter 状态

func (*AlitripmerchantgalaxycommonbindmerchantidAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

type AlitripmerchantgalaxycommonbindmerchantidAPIResponse added in v1.3.1

type AlitripmerchantgalaxycommonbindmerchantidAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycommonbindmerchantidAPIResponseModel
}

AlitripmerchantgalaxycommonbindmerchantidAPIResponse 绑定用户和merchantID API返回值 alitrip.merchant.galaxy.common.bind.merchant.id

绑定用户和merchantID

type AlitripmerchantgalaxycommonbindmerchantidAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxycommonbindmerchantidAPIResponseModel is 绑定用户和merchantID 成功返回结果

type AlitripmerchantgalaxycommonbindmerchantidResponse added in v1.3.1

type AlitripmerchantgalaxycommonbindmerchantidResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycommonbindmerchantidResponse 结构体

type AlitripmerchantgalaxycommongetenumsbynameAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycommongetenumsbynameAPIRequest 小程序公共枚举类获取接口 API请求 alitrip.merchant.galaxy.common.get.enumsbyname

通过枚举名称获取枚举类实例内容

func NewAlitripmerchantgalaxycommongetenumsbynameRequest added in v1.3.1

func NewAlitripmerchantgalaxycommongetenumsbynameRequest() *AlitripmerchantgalaxycommongetenumsbynameAPIRequest

NewAlitripmerchantgalaxycommongetenumsbynameRequest 初始化AlitripmerchantgalaxycommongetenumsbynameAPIRequest对象

func (AlitripmerchantgalaxycommongetenumsbynameAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycommongetenumsbynameAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycommongetenumsbynameAPIRequest) GetEnumClassName added in v1.3.1

GetEnumClassName EnumClassName Getter

func (AlitripmerchantgalaxycommongetenumsbynameAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycommongetenumsbynameAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxycommongetenumsbynameAPIRequest) SetEnumClassName added in v1.3.1

func (r *AlitripmerchantgalaxycommongetenumsbynameAPIRequest) SetEnumClassName(_enumClassName string) error

SetEnumClassName is EnumClassName Setter 枚举名

func (*AlitripmerchantgalaxycommongetenumsbynameAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxycommongetenumsbynameAPIResponse added in v1.3.1

type AlitripmerchantgalaxycommongetenumsbynameAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycommongetenumsbynameAPIResponseModel
}

AlitripmerchantgalaxycommongetenumsbynameAPIResponse 小程序公共枚举类获取接口 API返回值 alitrip.merchant.galaxy.common.get.enumsbyname

通过枚举名称获取枚举类实例内容

type AlitripmerchantgalaxycommongetenumsbynameAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxycommongetenumsbynameAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_common_get_enumsbyname_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 携带优惠券试单结果
	Result *AlitripmerchantgalaxycommongetenumsbynameResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxycommongetenumsbynameAPIResponseModel is 小程序公共枚举类获取接口 成功返回结果

type AlitripmerchantgalaxycommongetenumsbynameResponse added in v1.3.1

type AlitripmerchantgalaxycommongetenumsbynameResponse struct {
	// 枚举
	Content []EnumVo `json:"content,omitempty" xml:"content>enum_vo,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycommongetenumsbynameResponse 结构体

type AlitripmerchantgalaxycouponinvalidlistAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycouponinvalidlistAPIRequest 用户失效优惠券列表 API请求 alitrip.merchant.galaxy.coupon.invalid.list

雅高小程序用户失效优惠券列表

func NewAlitripmerchantgalaxycouponinvalidlistRequest added in v1.3.1

func NewAlitripmerchantgalaxycouponinvalidlistRequest() *AlitripmerchantgalaxycouponinvalidlistAPIRequest

NewAlitripmerchantgalaxycouponinvalidlistRequest 初始化AlitripmerchantgalaxycouponinvalidlistAPIRequest对象

func (AlitripmerchantgalaxycouponinvalidlistAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycouponinvalidlistAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycouponinvalidlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycouponinvalidlistAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxycouponinvalidlistAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxycouponinvalidlistAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxycouponinvalidlistAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxycouponinvalidlistAPIResponse added in v1.3.1

type AlitripmerchantgalaxycouponinvalidlistAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycouponinvalidlistAPIResponseModel
}

AlitripmerchantgalaxycouponinvalidlistAPIResponse 用户失效优惠券列表 API返回值 alitrip.merchant.galaxy.coupon.invalid.list

雅高小程序用户失效优惠券列表

type AlitripmerchantgalaxycouponinvalidlistAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxycouponinvalidlistAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_coupon_invalid_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxycouponinvalidlistResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxycouponinvalidlistAPIResponseModel is 用户失效优惠券列表 成功返回结果

type AlitripmerchantgalaxycouponinvalidlistResponse added in v1.3.1

type AlitripmerchantgalaxycouponinvalidlistResponse struct {
	// 优惠券详情
	Contents []CouponInfo `json:"contents,omitempty" xml:"contents>coupon_info,omitempty"`
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycouponinvalidlistResponse 结构体

type AlitripmerchantgalaxycouponvalidlistAPIRequest added in v1.3.1

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

AlitripmerchantgalaxycouponvalidlistAPIRequest 用户有效优惠券列表 API请求 alitrip.merchant.galaxy.coupon.valid.list

雅高小程序用户有效优惠券列表

func NewAlitripmerchantgalaxycouponvalidlistRequest added in v1.3.1

func NewAlitripmerchantgalaxycouponvalidlistRequest() *AlitripmerchantgalaxycouponvalidlistAPIRequest

NewAlitripmerchantgalaxycouponvalidlistRequest 初始化AlitripmerchantgalaxycouponvalidlistAPIRequest对象

func (AlitripmerchantgalaxycouponvalidlistAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxycouponvalidlistAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxycouponvalidlistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxycouponvalidlistAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxycouponvalidlistAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxycouponvalidlistAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxycouponvalidlistAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户Id

func (*AlitripmerchantgalaxycouponvalidlistAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户Token

type AlitripmerchantgalaxycouponvalidlistAPIResponse added in v1.3.1

type AlitripmerchantgalaxycouponvalidlistAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxycouponvalidlistAPIResponseModel
}

AlitripmerchantgalaxycouponvalidlistAPIResponse 用户有效优惠券列表 API返回值 alitrip.merchant.galaxy.coupon.valid.list

雅高小程序用户有效优惠券列表

type AlitripmerchantgalaxycouponvalidlistAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxycouponvalidlistAPIResponseModel is 用户有效优惠券列表 成功返回结果

type AlitripmerchantgalaxycouponvalidlistResponse added in v1.3.1

type AlitripmerchantgalaxycouponvalidlistResponse struct {
	// 状态码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 优惠券实例
	Content *WeChatCouponVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxycouponvalidlistResponse 结构体

type AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest 生成臻享卡德比分销二维码 API请求 alitrip.merchant.galaxy.derby.member.generate.seller.qrcode

生成臻享卡德比分销二维码

func NewAlitripmerchantgalaxyderbymembergeneratesellerqrcodeRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembergeneratesellerqrcodeRequest() *AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest

NewAlitripmerchantgalaxyderbymembergeneratesellerqrcodeRequest 初始化AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest对象

func (AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) GetCode added in v1.3.1

GetCode Code Getter

func (AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) SetCode added in v1.3.1

SetCode is Code Setter 用户code

func (*AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

func (*AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIResponseModel
}

AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIResponse 生成臻享卡德比分销二维码 API返回值 alitrip.merchant.galaxy.derby.member.generate.seller.qrcode

生成臻享卡德比分销二维码

type AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembergeneratesellerqrcodeAPIResponseModel is 生成臻享卡德比分销二维码 成功返回结果

type AlitripmerchantgalaxyderbymembergeneratesellerqrcodeResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembergeneratesellerqrcodeResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回实体内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembergeneratesellerqrcodeResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest 权益卡订单激活 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.active

权益卡订单激活

func NewAlitripmerchantgalaxyderbymembervouchercardactiveRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardactiveRequest() *AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardactiveRequest 初始化AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetCardNumber added in v1.3.1

GetCardNumber CardNumber Getter

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetMemberVoucherCardID added in v1.3.1

GetMemberVoucherCardID MemberVoucherCardID Getter

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) SetCardNumber added in v1.3.1

SetCardNumber is CardNumber Setter 会员卡号

func (*AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) SetMemberVoucherCardID added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) SetMemberVoucherCardID(_memberVoucherCardID string) error

SetMemberVoucherCardID is MemberVoucherCardID Setter 权益卡号

func (*AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

func (*AlitripmerchantgalaxyderbymembervouchercardactiveAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxyderbymembervouchercardactiveAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardactiveAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardactiveAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardactiveAPIResponse 权益卡订单激活 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.active

权益卡订单激活

type AlitripmerchantgalaxyderbymembervouchercardactiveAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardactiveAPIResponseModel is 权益卡订单激活 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardactiveResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardactiveResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误码
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 内容
	Content *DerbyVoucherCardActiveVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardactiveResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest Aps退券通知接口 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.aps.refund

Aps退券通知接口

func NewAlitripmerchantgalaxyderbymembervouchercardapsrefundRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardapsrefundRequest() *AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardapsrefundRequest 初始化AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) GetDerbyBody added in v1.3.1

GetDerbyBody DerbyBody Getter

func (AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) SetDerbyBody added in v1.3.1

SetDerbyBody is DerbyBody Setter 请求String

func (*AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

type AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIResponse Aps退券通知接口 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.aps.refund

Aps退券通知接口

type AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardapsrefundAPIResponseModel is Aps退券通知接口 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardapsrefundResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardapsrefundResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 响应体
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardapsrefundResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest v5.0德比付费会员卡通知 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.change.callback

v5.0德比付费会员卡通知

func NewAlitripmerchantgalaxyderbymembervouchercardchangecallbackRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardchangecallbackRequest() *AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardchangecallbackRequest 初始化AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) GetDerbyBody added in v1.3.1

GetDerbyBody DerbyBody Getter

func (AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) GetDerbyMethod added in v1.3.1

GetDerbyMethod DerbyMethod Getter

func (AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) SetDerbyBody added in v1.3.1

SetDerbyBody is DerbyBody Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) SetDerbyMethod added in v1.3.1

SetDerbyMethod is DerbyMethod Setter 回调方法

func (*AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

type AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIResponse v5.0德比付费会员卡通知 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.change.callback

v5.0德比付费会员卡通知

type AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardchangecallbackAPIResponseModel is v5.0德比付费会员卡通知 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardchangecallbackResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardchangecallbackResponse struct {
	// 1
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 1
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardchangecallbackResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest 取消订单 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.order.cancel

德比付费会员卡订单取消

func NewAlitripmerchantgalaxyderbymembervouchercardordercancelRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardordercancelRequest() *AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardordercancelRequest 初始化AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) GetDerbyVoucherCardCancelDTO added in v1.3.1

GetDerbyVoucherCardCancelDTO DerbyVoucherCardCancelDTO Getter

func (AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) SetDerbyVoucherCardCancelDTO added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) SetDerbyVoucherCardCancelDTO(_derbyVoucherCardCancelDTO *DerbyVoucherCardCancelDto) error

SetDerbyVoucherCardCancelDTO is DerbyVoucherCardCancelDTO Setter 取消订单参数

func (*AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardordercancelAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 1

type AlitripmerchantgalaxyderbymembervouchercardordercancelAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardordercancelAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardordercancelAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardordercancelAPIResponse 取消订单 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.order.cancel

德比付费会员卡订单取消

type AlitripmerchantgalaxyderbymembervouchercardordercancelAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardordercancelAPIResponseModel is 取消订单 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardordercancelResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardordercancelResponse struct {
	// 1
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 订单取消成功
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardordercancelResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest 订单详情查询接口 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.order.details.query

订单详情查询接口

func NewAlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryRequest() *AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryRequest 初始化AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单号

func (*AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

func (*AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIResponse 订单详情查询接口 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.order.details.query

订单详情查询接口

type AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryAPIResponseModel is 订单详情查询接口 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 内容
	Content *DerbyVoucherCardOrderDetailsVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardorderdetailsqueryResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest 德比付费会员卡下单 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.order.place

德比付费会员卡下单

func NewAlitripmerchantgalaxyderbymembervouchercardorderplaceRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardorderplaceRequest() *AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardorderplaceRequest 初始化AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) GetDerbyVoucherCardPayDTO added in v1.3.1

GetDerbyVoucherCardPayDTO DerbyVoucherCardPayDTO Getter

func (AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) SetDerbyVoucherCardPayDTO added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) SetDerbyVoucherCardPayDTO(_derbyVoucherCardPayDTO *DerbyVoucherCardPayDto) error

SetDerbyVoucherCardPayDTO is DerbyVoucherCardPayDTO Setter 商品参数

func (*AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 1

type AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIResponse 德比付费会员卡下单 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.order.place

德比付费会员卡下单

type AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardorderplaceAPIResponseModel is 德比付费会员卡下单 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardorderplaceResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardorderplaceResponse struct {
	// 1
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 可购权益卡实体类
	Content *DerbyVoucherCardPurchasableVo `json:"content,omitempty" xml:"content,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardorderplaceResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest 查询权益卡订单列表 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.orders.query

查询权益卡订单列表

func NewAlitripmerchantgalaxyderbymembervouchercardordersqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardordersqueryRequest() *AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardordersqueryRequest 初始化AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) GetStatus added in v1.3.1

GetStatus Status Getter

func (AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) SetStatus added in v1.3.1

SetStatus is Status Setter 状态

func (*AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

func (*AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIResponse 查询权益卡订单列表 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.orders.query

查询权益卡订单列表

type AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardordersqueryAPIResponseModel is 查询权益卡订单列表 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardordersqueryResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardordersqueryResponse struct {
	// 内容
	Content []DerbyVoucherCardOrdersVo `json:"content,omitempty" xml:"content>derby_voucher_card_orders_vo,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardordersqueryResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest 德比付费会员卡可购查询 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.purchasable.query

德比付费会员卡可购查询

func NewAlitripmerchantgalaxyderbymembervouchercardpurchasablequeryRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardpurchasablequeryRequest() *AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardpurchasablequeryRequest 初始化AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetCheckGoodsOffShelf added in v1.3.1

GetCheckGoodsOffShelf CheckGoodsOffShelf Getter

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) GetVoucherCardCategory added in v1.3.1

GetVoucherCardCategory VoucherCardCategory Getter

func (*AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) SetCheckGoodsOffShelf added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) SetCheckGoodsOffShelf(_checkGoodsOffShelf bool) error

SetCheckGoodsOffShelf is CheckGoodsOffShelf Setter 接口用于查询商品是否下架,需要缓存

func (*AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) SetVoucherCardCategory added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIRequest) SetVoucherCardCategory(_voucherCardCategory string) error

SetVoucherCardCategory is VoucherCardCategory Setter 商品枚举(DerbyVoucherCardOrderProductMinTypeEnum) APLUSP:p卡 APLUSB:b卡

type AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIResponse 德比付费会员卡可购查询 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.purchasable.query

德比付费会员卡可购查询

type AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryAPIResponseModel is 德比付费会员卡可购查询 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryResponse struct {
	// 1
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 可购权益卡实体类
	Content *DerbyVoucherCardPurchasableVo `json:"content,omitempty" xml:"content,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardpurchasablequeryResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest 德比付费会员卡查询 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.query

德比付费会员卡查询

func NewAlitripmerchantgalaxyderbymembervouchercardqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardqueryRequest() *AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardqueryRequest 初始化AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) GetMemberVoucherCardID added in v1.3.1

GetMemberVoucherCardID MemberVoucherCardID Getter

func (AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) SetMemberVoucherCardID added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) SetMemberVoucherCardID(_memberVoucherCardID string) error

SetMemberVoucherCardID is MemberVoucherCardID Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

func (*AlitripmerchantgalaxyderbymembervouchercardqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 1

type AlitripmerchantgalaxyderbymembervouchercardqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardqueryAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardqueryAPIResponse 德比付费会员卡查询 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.query

德比付费会员卡查询

type AlitripmerchantgalaxyderbymembervouchercardqueryAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardqueryAPIResponseModel is 德比付费会员卡查询 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardqueryResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardqueryResponse struct {
	// 1
	Content []DerbyVoucherCardVo `json:"content,omitempty" xml:"content>derby_voucher_card_vo,omitempty"`
	// 1
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardqueryResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest 根据兑换码兑换臻享卡接口 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.redeem

根据兑换码兑换臻享卡接口

func NewAlitripmerchantgalaxyderbymembervouchercardredeemRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardredeemRequest() *AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardredeemRequest 初始化AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) GetDerbyVoucherCardRedeemDTO added in v1.3.1

GetDerbyVoucherCardRedeemDTO DerbyVoucherCardRedeemDTO Getter

func (AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) SetDerbyVoucherCardRedeemDTO added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) SetDerbyVoucherCardRedeemDTO(_derbyVoucherCardRedeemDTO *DerbyVoucherCardRedeemDto) error

SetDerbyVoucherCardRedeemDTO is DerbyVoucherCardRedeemDTO Setter 兑换臻享卡入参

func (*AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户ID

func (*AlitripmerchantgalaxyderbymembervouchercardredeemAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户标识

type AlitripmerchantgalaxyderbymembervouchercardredeemAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardredeemAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardredeemAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardredeemAPIResponse 根据兑换码兑换臻享卡接口 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.redeem

根据兑换码兑换臻享卡接口

type AlitripmerchantgalaxyderbymembervouchercardredeemAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardredeemAPIResponseModel is 根据兑换码兑换臻享卡接口 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardredeemResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardredeemResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 兑换结果
	Content *DerbyVoucherCardRedeemVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardredeemResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest 查询会员兑换臻享卡历史记录 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.redeem.history

查询会员兑换臻享卡历史记录

func NewAlitripmerchantgalaxyderbymembervouchercardredeemhistoryRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardredeemhistoryRequest() *AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardredeemhistoryRequest 初始化AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户ID

func (*AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户标识

type AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIResponse 查询会员兑换臻享卡历史记录 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.redeem.history

查询会员兑换臻享卡历史记录

type AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardredeemhistoryAPIResponseModel is 查询会员兑换臻享卡历史记录 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardredeemhistoryResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardredeemhistoryResponse struct {
	// 兑换结果
	Content []DerbyVoucherCardRedeemHistoryVo `json:"content,omitempty" xml:"content>derby_voucher_card_redeem_history_vo,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardredeemhistoryResponse 结构体

type AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest 会员权益卡身份识别二维码图片 API请求 alitrip.merchant.galaxy.derby.member.voucher.card.show.qrcode

会员权益卡身份识别二维码图片

func NewAlitripmerchantgalaxyderbymembervouchercardshowqrcodeRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervouchercardshowqrcodeRequest() *AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest

NewAlitripmerchantgalaxyderbymembervouchercardshowqrcodeRequest 初始化AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest对象

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetCardNumber added in v1.3.1

GetCardNumber CardNumber Getter

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetMemberVoucherCardID added in v1.3.1

GetMemberVoucherCardID MemberVoucherCardID Getter

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) SetCardNumber added in v1.3.1

SetCardNumber is CardNumber Setter 卡号

func (*AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) SetMemberVoucherCardID added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) SetMemberVoucherCardID(_memberVoucherCardID string) error

SetMemberVoucherCardID is MemberVoucherCardID Setter 权益卡号

func (*AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 123

func (*AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 100

type AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIResponseModel
}

AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIResponse 会员权益卡身份识别二维码图片 API返回值 alitrip.merchant.galaxy.derby.member.voucher.card.show.qrcode

会员权益卡身份识别二维码图片

type AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervouchercardshowqrcodeAPIResponseModel is 会员权益卡身份识别二维码图片 成功返回结果

type AlitripmerchantgalaxyderbymembervouchercardshowqrcodeResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervouchercardshowqrcodeResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 500
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 1com.fliggy.merchant.unicorn.api.derbyVoucherCard.vo.DerbyVoucherIdentityQrcodeVO
	Content *DerbyVoucherIdentityQrcodeVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervouchercardshowqrcodeResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest 德比线下权益券二维码查询 API请求 alitrip.merchant.galaxy.derby.member.voucher.offline.qrcode

德比线下权益券二维码查询

func NewAlitripmerchantgalaxyderbymembervoucherofflineqrcodeRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherofflineqrcodeRequest() *AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherofflineqrcodeRequest 初始化AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) GetMemberVoucherId added in v1.3.1

GetMemberVoucherId MemberVoucherId Getter

func (AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) SetMemberVoucherId added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) SetMemberVoucherId(_memberVoucherId string) error

SetMemberVoucherId is MemberVoucherId Setter 会员权益ID

func (*AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户 token

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponse 德比线下权益券二维码查询 API返回值 alitrip.merchant.galaxy.derby.member.voucher.offline.qrcode

德比线下权益券二维码查询

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_derby_member_voucher_offline_qrcode_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 线下核销券二维码返回结果
	Result *AlitripmerchantgalaxyderbymembervoucherofflineqrcodeResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherofflineqrcodeAPIResponseModel is 德比线下权益券二维码查询 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherofflineqrcodeResponse struct {
	// 200/500
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 权益券实体类
	Content *DerbyVoucherVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功/失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherofflineqrcodeResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest 查询用户拥有的臻享卡数量 API请求 alitrip.merchant.galaxy.derby.member.voucher.query.amount

查询用户拥有的臻享卡数量

func NewAlitripmerchantgalaxyderbymembervoucherqueryamountRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherqueryamountRequest() *AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherqueryamountRequest 初始化AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户ID

func (*AlitripmerchantgalaxyderbymembervoucherqueryamountAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponse 查询用户拥有的臻享卡数量 API返回值 alitrip.merchant.galaxy.derby.member.voucher.query.amount

查询用户拥有的臻享卡数量

type AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_derby_member_voucher_query_amount_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxyderbymembervoucherqueryamountResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherqueryamountAPIResponseModel is 查询用户拥有的臻享卡数量 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherqueryamountResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherqueryamountResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 实体类
	Content *DerbyMemberVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功/失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherqueryamountResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest 德比付费会员卡开票自匹配 API请求 alitrip.merchant.galaxy.derby.member.voucher.receipt.auto

德比付费会员卡开票自匹配

func NewAlitripmerchantgalaxyderbymembervoucherreceiptautoRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherreceiptautoRequest() *AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherreceiptautoRequest 初始化AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) GetKeyword added in v1.3.1

GetKeyword Keyword Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) SetKeyword added in v1.3.1

SetKeyword is Keyword Setter 关键词

func (*AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

type AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIResponse 德比付费会员卡开票自匹配 API返回值 alitrip.merchant.galaxy.derby.member.voucher.receipt.auto

德比付费会员卡开票自匹配

type AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptautoAPIResponseModel is 德比付费会员卡开票自匹配 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherreceiptautoResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptautoResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 内容
	Content *DerbyVoucherReceiptAutoVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherreceiptautoResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest v5.0付费会员卡开发订单开票详情申请 API请求 alitrip.merchant.galaxy.derby.member.voucher.receipt.details.apply

v5.0付费会员卡开发订单开票详情申请

func NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyRequest() *AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyRequest 初始化AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) GetDerbyVoucherCardApplyReceiptDTO added in v1.3.1

GetDerbyVoucherCardApplyReceiptDTO DerbyVoucherCardApplyReceiptDTO Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) SetDerbyVoucherCardApplyReceiptDTO added in v1.3.1

func (r *AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) SetDerbyVoucherCardApplyReceiptDTO(_derbyVoucherCardApplyReceiptDTO *DerbyVoucherCardApplyReceiptDto) error

SetDerbyVoucherCardApplyReceiptDTO is DerbyVoucherCardApplyReceiptDTO Setter 开票参数

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIResponse v5.0付费会员卡开发订单开票详情申请 API返回值 alitrip.merchant.galaxy.derby.member.voucher.receipt.details.apply

v5.0付费会员卡开发订单开票详情申请

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyAPIResponseModel is v5.0付费会员卡开发订单开票详情申请 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 内容
	Content *DerbyVoucherReceiptApplyVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsapplyResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest v5.0付费会员卡开票抬头自匹配 API请求 alitrip.merchant.galaxy.derby.member.voucher.receipt.details.auto

v5.0付费会员卡开票抬头自匹配

func NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoRequest() *AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoRequest 初始化AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) GetKeyword added in v1.3.1

GetKeyword Keyword Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) SetKeyword added in v1.3.1

SetKeyword is Keyword Setter 关键词

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponse v5.0付费会员卡开票抬头自匹配 API返回值 alitrip.merchant.galaxy.derby.member.voucher.receipt.details.auto

v5.0付费会员卡开票抬头自匹配

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_derby_member_voucher_receipt_details_auto_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 抬头自匹配接口返回结果
	Result *AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoAPIResponseModel is v5.0付费会员卡开票抬头自匹配 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoResponse struct {
	// 返回类型
	Content []DerbyVoucherReceiptAutoVo `json:"content,omitempty" xml:"content>derby_voucher_receipt_auto_vo,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsautoResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest v5.0付费会员卡开发订单开票信息查询 API请求 alitrip.merchant.galaxy.derby.member.voucher.receipt.details.query

v5.0付费会员卡开发订单开票信息查询

func NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryRequest() *AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryRequest 初始化AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单id

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 831232110

func (*AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 831232110dasdas

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIResponse v5.0付费会员卡开发订单开票信息查询 API返回值 alitrip.merchant.galaxy.derby.member.voucher.receipt.details.query

v5.0付费会员卡开发订单开票信息查询

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryAPIResponseModel is v5.0付费会员卡开发订单开票信息查询 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryResponse struct {
	// 错误code
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误码
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 内容
	Content *DerbyVoucherReceiptQueryVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherreceiptdetailsqueryResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest v5.0付费会员卡开发发票图片展示 API请求 alitrip.merchant.galaxy.derby.member.voucher.receipt.show

v5.0付费会员卡开发发票图片展示

func NewAlitripmerchantgalaxyderbymembervoucherreceiptshowRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherreceiptshowRequest() *AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherreceiptshowRequest 初始化AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单号

func (*AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

type AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIResponse v5.0付费会员卡开发发票图片展示 API返回值 alitrip.merchant.galaxy.derby.member.voucher.receipt.show

v5.0付费会员卡开发发票图片展示

type AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherreceiptshowAPIResponseModel is v5.0付费会员卡开发发票图片展示 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherreceiptshowResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherreceiptshowResponse struct {
	// 是否成功
	Success string `json:"success,omitempty" xml:"success,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherreceiptshowResponse 结构体

type AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest 前端订单支付成功回调-修改订单状态 API请求 alitrip.merchant.galaxy.derby.member.voucher.update.status

前端订单支付成功回调-修改订单状态

func NewAlitripmerchantgalaxyderbymembervoucherupdatestatusRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbymembervoucherupdatestatusRequest() *AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest

NewAlitripmerchantgalaxyderbymembervoucherupdatestatusRequest 初始化AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest对象

func (AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单ID

func (*AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponseModel
}

AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponse 前端订单支付成功回调-修改订单状态 API返回值 alitrip.merchant.galaxy.derby.member.voucher.update.status

前端订单支付成功回调-修改订单状态

type AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_derby_member_voucher_update_status_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxyderbymembervoucherupdatestatusResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherupdatestatusAPIResponseModel is 前端订单支付成功回调-修改订单状态 成功返回结果

type AlitripmerchantgalaxyderbymembervoucherupdatestatusResponse added in v1.3.1

type AlitripmerchantgalaxyderbymembervoucherupdatestatusResponse struct {
	// 代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功/失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyderbymembervoucherupdatestatusResponse 结构体

type AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest 德比无限次券核销通知接口 API请求 alitrip.merchant.galaxy.derby.voucher.card.unlimited.change.callback

德比无限次券核销通知接口

func NewAlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackRequest added in v1.3.1

func NewAlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackRequest() *AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest

NewAlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackRequest 初始化AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest对象

func (AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) GetDerbyBody added in v1.3.1

GetDerbyBody DerbyBody Getter

func (AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) GetDerbyMethod added in v1.3.1

GetDerbyMethod DerbyMethod Getter

func (AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) SetDerbyBody added in v1.3.1

SetDerbyBody is DerbyBody Setter 德比回调json信息

func (*AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) SetDerbyMethod added in v1.3.1

SetDerbyMethod is DerbyMethod Setter 方法标识

func (*AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

type AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIResponse added in v1.3.1

type AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIResponseModel
}

AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIResponse 德比无限次券核销通知接口 API返回值 alitrip.merchant.galaxy.derby.voucher.card.unlimited.change.callback

德比无限次券核销通知接口

type AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackAPIResponseModel is 德比无限次券核销通知接口 成功返回结果

type AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackResponse added in v1.3.1

type AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 回调处理结果
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyderbyvouchercardunlimitedchangecallbackResponse 结构体

type AlitripmerchantgalaxyfavoritelistAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyfavoritelistAPIRequest 用户收藏列表查询 API请求 alitrip.merchant.galaxy.favorite.list

让用户可以查询自己收藏的酒店列表

func NewAlitripmerchantgalaxyfavoritelistRequest added in v1.3.1

func NewAlitripmerchantgalaxyfavoritelistRequest() *AlitripmerchantgalaxyfavoritelistAPIRequest

NewAlitripmerchantgalaxyfavoritelistRequest 初始化AlitripmerchantgalaxyfavoritelistAPIRequest对象

func (AlitripmerchantgalaxyfavoritelistAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyfavoritelistAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyfavoritelistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyfavoritelistAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyfavoritelistAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyfavoritelistAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyfavoritelistAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyfavoritelistAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyfavoritelistAPIResponse added in v1.3.1

type AlitripmerchantgalaxyfavoritelistAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyfavoritelistAPIResponseModel
}

AlitripmerchantgalaxyfavoritelistAPIResponse 用户收藏列表查询 API返回值 alitrip.merchant.galaxy.favorite.list

让用户可以查询自己收藏的酒店列表

type AlitripmerchantgalaxyfavoritelistAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyfavoritelistAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_favorite_list_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyfavoritelistResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyfavoritelistAPIResponseModel is 用户收藏列表查询 成功返回结果

type AlitripmerchantgalaxyfavoritelistResponse added in v1.3.1

type AlitripmerchantgalaxyfavoritelistResponse struct {
	// 收藏列表
	Contents []FavoriteHotelList `json:"contents,omitempty" xml:"contents>favorite_hotel_list,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyfavoritelistResponse 结构体

type AlitripmerchantgalaxyfavoritequeryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyfavoritequeryAPIRequest 单酒店收藏状态查询 API请求 alitrip.merchant.galaxy.favorite.query

返回用户对单个酒店的收藏状态

func NewAlitripmerchantgalaxyfavoritequeryRequest added in v1.3.1

func NewAlitripmerchantgalaxyfavoritequeryRequest() *AlitripmerchantgalaxyfavoritequeryAPIRequest

NewAlitripmerchantgalaxyfavoritequeryRequest 初始化AlitripmerchantgalaxyfavoritequeryAPIRequest对象

func (AlitripmerchantgalaxyfavoritequeryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyfavoritequeryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyfavoritequeryAPIRequest) GetHotelId added in v1.3.1

GetHotelId HotelId Getter

func (AlitripmerchantgalaxyfavoritequeryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyfavoritequeryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyfavoritequeryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyfavoritequeryAPIRequest) SetHotelId added in v1.3.1

SetHotelId is HotelId Setter 酒店id

func (*AlitripmerchantgalaxyfavoritequeryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyfavoritequeryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyfavoritequeryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyfavoritequeryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyfavoritequeryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyfavoritequeryAPIResponseModel
}

AlitripmerchantgalaxyfavoritequeryAPIResponse 单酒店收藏状态查询 API返回值 alitrip.merchant.galaxy.favorite.query

返回用户对单个酒店的收藏状态

type AlitripmerchantgalaxyfavoritequeryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyfavoritequeryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_favorite_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyfavoritequeryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyfavoritequeryAPIResponseModel is 单酒店收藏状态查询 成功返回结果

type AlitripmerchantgalaxyfavoritequeryResponse added in v1.3.1

type AlitripmerchantgalaxyfavoritequeryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 收藏状态
	Content *FavoriteStatusVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyfavoritequeryResponse 结构体

type AlitripmerchantgalaxyfavoritesaveAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyfavoritesaveAPIRequest 用户添加或移除收藏接口 API请求 alitrip.merchant.galaxy.favorite.save

用户可以点击收藏酒店,再次点击移除收藏的酒店

func NewAlitripmerchantgalaxyfavoritesaveRequest added in v1.3.1

func NewAlitripmerchantgalaxyfavoritesaveRequest() *AlitripmerchantgalaxyfavoritesaveAPIRequest

NewAlitripmerchantgalaxyfavoritesaveRequest 初始化AlitripmerchantgalaxyfavoritesaveAPIRequest对象

func (AlitripmerchantgalaxyfavoritesaveAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyfavoritesaveAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyfavoritesaveAPIRequest) GetHotelId added in v1.3.1

GetHotelId HotelId Getter

func (AlitripmerchantgalaxyfavoritesaveAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyfavoritesaveAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyfavoritesaveAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyfavoritesaveAPIRequest) SetHotelId added in v1.3.1

SetHotelId is HotelId Setter 酒店id

func (*AlitripmerchantgalaxyfavoritesaveAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyfavoritesaveAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyfavoritesaveAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyfavoritesaveAPIResponse added in v1.3.1

type AlitripmerchantgalaxyfavoritesaveAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyfavoritesaveAPIResponseModel
}

AlitripmerchantgalaxyfavoritesaveAPIResponse 用户添加或移除收藏接口 API返回值 alitrip.merchant.galaxy.favorite.save

用户可以点击收藏酒店,再次点击移除收藏的酒店

type AlitripmerchantgalaxyfavoritesaveAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyfavoritesaveAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_favorite_save_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyfavoritesaveResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyfavoritesaveAPIResponseModel is 用户添加或移除收藏接口 成功返回结果

type AlitripmerchantgalaxyfavoritesaveResponse added in v1.3.1

type AlitripmerchantgalaxyfavoritesaveResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 收藏状态
	Content *FavoriteStatusVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否调用成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyfavoritesaveResponse 结构体

type AlitripmerchantgalaxyhoteldetailsearchAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyhoteldetailsearchAPIRequest 星河-酒店详细信息搜索 API请求 alitrip.merchant.galaxy.hotel.detail.search

星河服务=获取雅高酒店详细信息

func NewAlitripmerchantgalaxyhoteldetailsearchRequest added in v1.3.1

func NewAlitripmerchantgalaxyhoteldetailsearchRequest() *AlitripmerchantgalaxyhoteldetailsearchAPIRequest

NewAlitripmerchantgalaxyhoteldetailsearchRequest 初始化AlitripmerchantgalaxyhoteldetailsearchAPIRequest对象

func (AlitripmerchantgalaxyhoteldetailsearchAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyhoteldetailsearchAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyhoteldetailsearchAPIRequest) GetHotelDetailsParam added in v1.3.1

GetHotelDetailsParam HotelDetailsParam Getter

func (AlitripmerchantgalaxyhoteldetailsearchAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyhoteldetailsearchAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyhoteldetailsearchAPIRequest) SetHotelDetailsParam added in v1.3.1

func (r *AlitripmerchantgalaxyhoteldetailsearchAPIRequest) SetHotelDetailsParam(_hotelDetailsParam *HotelDetailsParam) error

SetHotelDetailsParam is HotelDetailsParam Setter 酒店详情入参

func (*AlitripmerchantgalaxyhoteldetailsearchAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

type AlitripmerchantgalaxyhoteldetailsearchAPIResponse added in v1.3.1

type AlitripmerchantgalaxyhoteldetailsearchAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyhoteldetailsearchAPIResponseModel
}

AlitripmerchantgalaxyhoteldetailsearchAPIResponse 星河-酒店详细信息搜索 API返回值 alitrip.merchant.galaxy.hotel.detail.search

星河服务=获取雅高酒店详细信息

type AlitripmerchantgalaxyhoteldetailsearchAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyhoteldetailsearchAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_hotel_detail_search_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlitripmerchantgalaxyhoteldetailsearchResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyhoteldetailsearchAPIResponseModel is 星河-酒店详细信息搜索 成功返回结果

type AlitripmerchantgalaxyhoteldetailsearchResult added in v1.3.1

type AlitripmerchantgalaxyhoteldetailsearchResult struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 酒店详情返回实体
	Content *HotelDetailInfoDto `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyhoteldetailsearchResult 结构体

type AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest 星河-酒店详情页信息获取(新改版) API请求 alitrip.merchant.galaxy.hotel.detail.search.data

星河服务,获取雅高酒店详细信息,详情页新改版接口

func NewAlitripmerchantgalaxyhoteldetailsearchdataRequest added in v1.3.1

func NewAlitripmerchantgalaxyhoteldetailsearchdataRequest() *AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest

NewAlitripmerchantgalaxyhoteldetailsearchdataRequest 初始化AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest对象

func (AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) GetHotelDetailsParam added in v1.3.1

GetHotelDetailsParam HotelDetailsParam Getter

func (AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) SetHotelDetailsParam added in v1.3.1

func (r *AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) SetHotelDetailsParam(_hotelDetailsParam *HotelDetailsParam) error

SetHotelDetailsParam is HotelDetailsParam Setter 请求参数

func (*AlitripmerchantgalaxyhoteldetailsearchdataAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

type AlitripmerchantgalaxyhoteldetailsearchdataAPIResponse added in v1.3.1

type AlitripmerchantgalaxyhoteldetailsearchdataAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyhoteldetailsearchdataAPIResponseModel
}

AlitripmerchantgalaxyhoteldetailsearchdataAPIResponse 星河-酒店详情页信息获取(新改版) API返回值 alitrip.merchant.galaxy.hotel.detail.search.data

星河服务,获取雅高酒店详细信息,详情页新改版接口

type AlitripmerchantgalaxyhoteldetailsearchdataAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyhoteldetailsearchdataAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_hotel_detail_search_data_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyhoteldetailsearchdataResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyhoteldetailsearchdataAPIResponseModel is 星河-酒店详情页信息获取(新改版) 成功返回结果

type AlitripmerchantgalaxyhoteldetailsearchdataResponse added in v1.3.1

type AlitripmerchantgalaxyhoteldetailsearchdataResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误编码
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回结果
	Content *HotelDetailInfoVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyhoteldetailsearchdataResponse 结构体

type AlitripmerchantgalaxyhotellistsearchAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyhotellistsearchAPIRequest 星河-酒店列表页搜索 API请求 alitrip.merchant.galaxy.hotel.list.search

星河产品=酒店列表页搜索

func NewAlitripmerchantgalaxyhotellistsearchRequest added in v1.3.1

func NewAlitripmerchantgalaxyhotellistsearchRequest() *AlitripmerchantgalaxyhotellistsearchAPIRequest

NewAlitripmerchantgalaxyhotellistsearchRequest 初始化AlitripmerchantgalaxyhotellistsearchAPIRequest对象

func (AlitripmerchantgalaxyhotellistsearchAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyhotellistsearchAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyhotellistsearchAPIRequest) GetListSearchParam added in v1.3.1

GetListSearchParam ListSearchParam Getter

func (AlitripmerchantgalaxyhotellistsearchAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyhotellistsearchAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyhotellistsearchAPIRequest) SetListSearchParam added in v1.3.1

func (r *AlitripmerchantgalaxyhotellistsearchAPIRequest) SetListSearchParam(_listSearchParam *ListSearchParam) error

SetListSearchParam is ListSearchParam Setter 请求参数

func (*AlitripmerchantgalaxyhotellistsearchAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyhotellistsearchAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 商家租户id

type AlitripmerchantgalaxyhotellistsearchAPIResponse added in v1.3.1

type AlitripmerchantgalaxyhotellistsearchAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyhotellistsearchAPIResponseModel
}

AlitripmerchantgalaxyhotellistsearchAPIResponse 星河-酒店列表页搜索 API返回值 alitrip.merchant.galaxy.hotel.list.search

星河产品=酒店列表页搜索

type AlitripmerchantgalaxyhotellistsearchAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyhotellistsearchAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_hotel_list_search_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *PageableResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyhotellistsearchAPIResponseModel is 星河-酒店列表页搜索 成功返回结果

type AlitripmerchantgalaxymemberaddagreementAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberaddagreementAPIRequest 添加用户协议记录接口 API请求 alitrip.merchant.galaxy.member.add.agreement

记录用户是否授权协议

func NewAlitripmerchantgalaxymemberaddagreementRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberaddagreementRequest() *AlitripmerchantgalaxymemberaddagreementAPIRequest

NewAlitripmerchantgalaxymemberaddagreementRequest 初始化AlitripmerchantgalaxymemberaddagreementAPIRequest对象

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetCode added in v1.3.1

GetCode Code Getter

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetDataExportAgreement added in v1.3.1

func (r AlitripmerchantgalaxymemberaddagreementAPIRequest) GetDataExportAgreement() bool

GetDataExportAgreement DataExportAgreement Getter

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetPrivacyAgreement added in v1.3.1

GetPrivacyAgreement PrivacyAgreement Getter

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberaddagreementAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxymemberaddagreementAPIRequest) SetCode added in v1.3.1

SetCode is Code Setter 微信code(实时获取)

func (*AlitripmerchantgalaxymemberaddagreementAPIRequest) SetDataExportAgreement added in v1.3.1

func (r *AlitripmerchantgalaxymemberaddagreementAPIRequest) SetDataExportAgreement(_dataExportAgreement bool) error

SetDataExportAgreement is DataExportAgreement Setter 会员协议枚举

func (*AlitripmerchantgalaxymemberaddagreementAPIRequest) SetPrivacyAgreement added in v1.3.1

func (r *AlitripmerchantgalaxymemberaddagreementAPIRequest) SetPrivacyAgreement(_privacyAgreement bool) error

SetPrivacyAgreement is PrivacyAgreement Setter 隐私协议枚举type

func (*AlitripmerchantgalaxymemberaddagreementAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxymemberaddagreementAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberaddagreementAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberaddagreementAPIResponseModel
}

AlitripmerchantgalaxymemberaddagreementAPIResponse 添加用户协议记录接口 API返回值 alitrip.merchant.galaxy.member.add.agreement

记录用户是否授权协议

type AlitripmerchantgalaxymemberaddagreementAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxymemberaddagreementAPIResponseModel is 添加用户协议记录接口 成功返回结果

type AlitripmerchantgalaxymemberaddagreementResponse added in v1.3.1

type AlitripmerchantgalaxymemberaddagreementResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxymemberaddagreementResponse 结构体

type AlitripmerchantgalaxymembercardAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymembercardAPIRequest 星河-获取会员卡信息 API请求 alitrip.merchant.galaxy.member.card

星河=根据会员等级获取会员的权益

func NewAlitripmerchantgalaxymembercardRequest added in v1.3.1

func NewAlitripmerchantgalaxymembercardRequest() *AlitripmerchantgalaxymembercardAPIRequest

NewAlitripmerchantgalaxymembercardRequest 初始化AlitripmerchantgalaxymembercardAPIRequest对象

func (AlitripmerchantgalaxymembercardAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymembercardAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxymembercardAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymembercardAPIRequest) GetCardType added in v1.3.1

GetCardType CardType Getter

func (AlitripmerchantgalaxymembercardAPIRequest) GetFliggyLevel added in v1.3.1

GetFliggyLevel FliggyLevel Getter

func (AlitripmerchantgalaxymembercardAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymembercardAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxymembercardAPIRequest) SetCardType added in v1.3.1

func (r *AlitripmerchantgalaxymembercardAPIRequest) SetCardType(_cardType string) error

SetCardType is CardType Setter 卡类型

func (*AlitripmerchantgalaxymembercardAPIRequest) SetFliggyLevel added in v1.3.1

func (r *AlitripmerchantgalaxymembercardAPIRequest) SetFliggyLevel(_fliggyLevel string) error

SetFliggyLevel is FliggyLevel Setter 飞猪等级

func (*AlitripmerchantgalaxymembercardAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxymembercardAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户信息

type AlitripmerchantgalaxymembercardAPIResponse added in v1.3.1

type AlitripmerchantgalaxymembercardAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymembercardAPIResponseModel
}

AlitripmerchantgalaxymembercardAPIResponse 星河-获取会员卡信息 API返回值 alitrip.merchant.galaxy.member.card

星河=根据会员等级获取会员的权益

type AlitripmerchantgalaxymembercardAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymembercardAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_card_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymembercardResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymembercardAPIResponseModel is 星河-获取会员卡信息 成功返回结果

type AlitripmerchantgalaxymembercardResponse added in v1.3.1

type AlitripmerchantgalaxymembercardResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回参数
	Content *MemberCardDto `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymembercardResponse 结构体

type AlitripmerchantgalaxymembercompleteswitchAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymembercompleteswitchAPIRequest 会员切换模式接口 API请求 alitrip.merchant.galaxy.member.complete.switch

小程序老用户调用德比接口进行会员切换

func NewAlitripmerchantgalaxymembercompleteswitchRequest added in v1.3.1

func NewAlitripmerchantgalaxymembercompleteswitchRequest() *AlitripmerchantgalaxymembercompleteswitchAPIRequest

NewAlitripmerchantgalaxymembercompleteswitchRequest 初始化AlitripmerchantgalaxymembercompleteswitchAPIRequest对象

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetSceneSource added in v1.3.1

GetSceneSource SceneSource Getter

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxymembercompleteswitchAPIRequest) GetVerificationCode added in v1.3.1

GetVerificationCode VerificationCode Getter

func (*AlitripmerchantgalaxymembercompleteswitchAPIRequest) SetSceneSource added in v1.3.1

func (r *AlitripmerchantgalaxymembercompleteswitchAPIRequest) SetSceneSource(_sceneSource string) error

SetSceneSource is SceneSource Setter 场景来源,记录什么场景调用什么接口

func (*AlitripmerchantgalaxymembercompleteswitchAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxymembercompleteswitchAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

func (*AlitripmerchantgalaxymembercompleteswitchAPIRequest) SetVerificationCode added in v1.3.1

func (r *AlitripmerchantgalaxymembercompleteswitchAPIRequest) SetVerificationCode(_verificationCode string) error

SetVerificationCode is VerificationCode Setter 验证码

type AlitripmerchantgalaxymembercompleteswitchAPIResponse added in v1.3.1

type AlitripmerchantgalaxymembercompleteswitchAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymembercompleteswitchAPIResponseModel
}

AlitripmerchantgalaxymembercompleteswitchAPIResponse 会员切换模式接口 API返回值 alitrip.merchant.galaxy.member.complete.switch

小程序老用户调用德比接口进行会员切换

type AlitripmerchantgalaxymembercompleteswitchAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxymembercompleteswitchAPIResponseModel is 会员切换模式接口 成功返回结果

type AlitripmerchantgalaxymembercompleteswitchResponse added in v1.3.1

type AlitripmerchantgalaxymembercompleteswitchResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否切换成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxymembercompleteswitchResponse 结构体

type AlitripmerchantgalaxymemberloginderbyAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberloginderbyAPIRequest 小程序通过德比登入(会员认证) API请求 alitrip.merchant.galaxy.member.login.derby

会员认证(德比切换接口,包含授权接口) 返回认证及授权状态

func NewAlitripmerchantgalaxymemberloginderbyRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberloginderbyRequest() *AlitripmerchantgalaxymemberloginderbyAPIRequest

NewAlitripmerchantgalaxymemberloginderbyRequest 初始化AlitripmerchantgalaxymemberloginderbyAPIRequest对象

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetDerbyAuthenticationParam added in v1.3.1

GetDerbyAuthenticationParam DerbyAuthenticationParam Getter

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetSceneSource added in v1.3.1

GetSceneSource SceneSource Getter

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymemberloginderbyAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymemberloginderbyAPIRequest) SetDerbyAuthenticationParam added in v1.3.1

func (r *AlitripmerchantgalaxymemberloginderbyAPIRequest) SetDerbyAuthenticationParam(_derbyAuthenticationParam *DerbyAuthenticationParam) error

SetDerbyAuthenticationParam is DerbyAuthenticationParam Setter 德比认证会员信息入参

func (*AlitripmerchantgalaxymemberloginderbyAPIRequest) SetSceneSource added in v1.3.1

func (r *AlitripmerchantgalaxymemberloginderbyAPIRequest) SetSceneSource(_sceneSource string) error

SetSceneSource is SceneSource Setter 场景来源,记录什么场景调用什么接口

func (*AlitripmerchantgalaxymemberloginderbyAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxymemberloginderbyAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxymemberloginderbyAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxymemberloginderbyAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberloginderbyAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberloginderbyAPIResponseModel
}

AlitripmerchantgalaxymemberloginderbyAPIResponse 小程序通过德比登入(会员认证) API返回值 alitrip.merchant.galaxy.member.login.derby

会员认证(德比切换接口,包含授权接口) 返回认证及授权状态

type AlitripmerchantgalaxymemberloginderbyAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymemberloginderbyAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_login_derby_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 携带优惠券试单结果
	Result *AlitripmerchantgalaxymemberloginderbyResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymemberloginderbyAPIResponseModel is 小程序通过德比登入(会员认证) 成功返回结果

type AlitripmerchantgalaxymemberloginderbyResponse added in v1.3.1

type AlitripmerchantgalaxymemberloginderbyResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 试单结果
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxymemberloginderbyResponse 结构体

type AlitripmerchantgalaxymemberlogoutAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberlogoutAPIRequest 星河-用户登出 API请求 alitrip.merchant.galaxy.member.logout

星河=微信小程序用户登出

func NewAlitripmerchantgalaxymemberlogoutRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberlogoutRequest() *AlitripmerchantgalaxymemberlogoutAPIRequest

NewAlitripmerchantgalaxymemberlogoutRequest 初始化AlitripmerchantgalaxymemberlogoutAPIRequest对象

func (AlitripmerchantgalaxymemberlogoutAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberlogoutAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberlogoutAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberlogoutAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymemberlogoutAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymemberlogoutAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxymemberlogoutAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户信息

func (*AlitripmerchantgalaxymemberlogoutAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录token

type AlitripmerchantgalaxymemberlogoutAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberlogoutAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberlogoutAPIResponseModel
}

AlitripmerchantgalaxymemberlogoutAPIResponse 星河-用户登出 API返回值 alitrip.merchant.galaxy.member.logout

星河=微信小程序用户登出

type AlitripmerchantgalaxymemberlogoutAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymemberlogoutAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_logout_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymemberlogoutResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymemberlogoutAPIResponseModel is 星河-用户登出 成功返回结果

type AlitripmerchantgalaxymemberlogoutResponse added in v1.3.1

type AlitripmerchantgalaxymemberlogoutResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 登出是否成功
	IsSuccess bool `json:"is_success,omitempty" xml:"is_success,omitempty"`
}

AlitripmerchantgalaxymemberlogoutResponse 结构体

type AlitripmerchantgalaxymemberpopupagreementAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberpopupagreementAPIRequest 小程序唤起协议弹窗 API请求 alitrip.merchant.galaxy.member.popup.agreement

用户进入小程序后,根据用户是否授权协议,判断是否唤起协议弹窗

func NewAlitripmerchantgalaxymemberpopupagreementRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberpopupagreementRequest() *AlitripmerchantgalaxymemberpopupagreementAPIRequest

NewAlitripmerchantgalaxymemberpopupagreementRequest 初始化AlitripmerchantgalaxymemberpopupagreementAPIRequest对象

func (AlitripmerchantgalaxymemberpopupagreementAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberpopupagreementAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberpopupagreementAPIRequest) GetCode added in v1.3.1

GetCode Code Getter

func (AlitripmerchantgalaxymemberpopupagreementAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberpopupagreementAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxymemberpopupagreementAPIRequest) SetCode added in v1.3.1

SetCode is Code Setter 微信用户标识

func (*AlitripmerchantgalaxymemberpopupagreementAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxymemberpopupagreementAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberpopupagreementAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberpopupagreementAPIResponseModel
}

AlitripmerchantgalaxymemberpopupagreementAPIResponse 小程序唤起协议弹窗 API返回值 alitrip.merchant.galaxy.member.popup.agreement

用户进入小程序后,根据用户是否授权协议,判断是否唤起协议弹窗

type AlitripmerchantgalaxymemberpopupagreementAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxymemberpopupagreementAPIResponseModel is 小程序唤起协议弹窗 成功返回结果

type AlitripmerchantgalaxymemberpopupagreementResponse added in v1.3.1

type AlitripmerchantgalaxymemberpopupagreementResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 用户是否唤起协议弹窗
	Content *UserAgreementVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymemberpopupagreementResponse 结构体

type AlitripmerchantgalaxymemberproviderregisterAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberproviderregisterAPIRequest 对外提供会员注册服务 API请求 alitrip.merchant.galaxy.member.provider.register

星河产品=对外提供注册雅高会员服务

func NewAlitripmerchantgalaxymemberproviderregisterRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberproviderregisterRequest() *AlitripmerchantgalaxymemberproviderregisterAPIRequest

NewAlitripmerchantgalaxymemberproviderregisterRequest 初始化AlitripmerchantgalaxymemberproviderregisterAPIRequest对象

func (AlitripmerchantgalaxymemberproviderregisterAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberproviderregisterAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberproviderregisterAPIRequest) GetProviderMemberParam added in v1.3.1

GetProviderMemberParam ProviderMemberParam Getter

func (AlitripmerchantgalaxymemberproviderregisterAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberproviderregisterAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxymemberproviderregisterAPIRequest) SetProviderMemberParam added in v1.3.1

func (r *AlitripmerchantgalaxymemberproviderregisterAPIRequest) SetProviderMemberParam(_providerMemberParam *ProviderMemberParam) error

SetProviderMemberParam is ProviderMemberParam Setter 注册入参

func (*AlitripmerchantgalaxymemberproviderregisterAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户身份信息

type AlitripmerchantgalaxymemberproviderregisterAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberproviderregisterAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberproviderregisterAPIResponseModel
}

AlitripmerchantgalaxymemberproviderregisterAPIResponse 对外提供会员注册服务 API返回值 alitrip.merchant.galaxy.member.provider.register

星河产品=对外提供注册雅高会员服务

type AlitripmerchantgalaxymemberproviderregisterAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymemberproviderregisterAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_provider_register_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymemberproviderregisterResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymemberproviderregisterAPIResponseModel is 对外提供会员注册服务 成功返回结果

type AlitripmerchantgalaxymemberproviderregisterResponse added in v1.3.1

type AlitripmerchantgalaxymemberproviderregisterResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 是否注册成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymemberproviderregisterResponse 结构体

type AlitripmerchantgalaxymemberqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberqueryAPIRequest 星河-获取登录用户的信息 API请求 alitrip.merchant.galaxy.member.query

获取登录用户的信息

func NewAlitripmerchantgalaxymemberqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberqueryRequest() *AlitripmerchantgalaxymemberqueryAPIRequest

NewAlitripmerchantgalaxymemberqueryRequest 初始化AlitripmerchantgalaxymemberqueryAPIRequest对象

func (AlitripmerchantgalaxymemberqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxymemberqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymemberqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymemberqueryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxymemberqueryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxymemberqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter toekn

type AlitripmerchantgalaxymemberqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberqueryAPIResponseModel
}

AlitripmerchantgalaxymemberqueryAPIResponse 星河-获取登录用户的信息 API返回值 alitrip.merchant.galaxy.member.query

获取登录用户的信息

type AlitripmerchantgalaxymemberqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymemberqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymemberqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymemberqueryAPIResponseModel is 星河-获取登录用户的信息 成功返回结果

type AlitripmerchantgalaxymemberqueryResponse added in v1.3.1

type AlitripmerchantgalaxymemberqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 用户信息
	Content *MemberDto `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymemberqueryResponse 结构体

type AlitripmerchantgalaxymemberregisterAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberregisterAPIRequest 星河-微信小程序会员注册 API请求 alitrip.merchant.galaxy.member.register

星河产品=微信小程序注册雅高会员服务

func NewAlitripmerchantgalaxymemberregisterRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberregisterRequest() *AlitripmerchantgalaxymemberregisterAPIRequest

NewAlitripmerchantgalaxymemberregisterRequest 初始化AlitripmerchantgalaxymemberregisterAPIRequest对象

func (AlitripmerchantgalaxymemberregisterAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberregisterAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberregisterAPIRequest) GetMemberParam added in v1.3.1

GetMemberParam MemberParam Getter

func (AlitripmerchantgalaxymemberregisterAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberregisterAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxymemberregisterAPIRequest) SetMemberParam added in v1.3.1

func (r *AlitripmerchantgalaxymemberregisterAPIRequest) SetMemberParam(_memberParam *MemberParam) error

SetMemberParam is MemberParam Setter 注册入参

func (*AlitripmerchantgalaxymemberregisterAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxymemberregisterAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

type AlitripmerchantgalaxymemberregisterAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberregisterAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberregisterAPIResponseModel
}

AlitripmerchantgalaxymemberregisterAPIResponse 星河-微信小程序会员注册 API返回值 alitrip.merchant.galaxy.member.register

星河产品=微信小程序注册雅高会员服务

type AlitripmerchantgalaxymemberregisterAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymemberregisterAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_register_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymemberregisterResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymemberregisterAPIResponseModel is 星河-微信小程序会员注册 成功返回结果

type AlitripmerchantgalaxymemberregisterResponse added in v1.3.1

type AlitripmerchantgalaxymemberregisterResponse struct {
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功还是失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否注册成功
	RegisterResult bool `json:"register_result,omitempty" xml:"register_result,omitempty"`
}

AlitripmerchantgalaxymemberregisterResponse 结构体

type AlitripmerchantgalaxymemberregisterderbyAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymemberregisterderbyAPIRequest 会员注册(新版注册接口对接德比) API请求 alitrip.merchant.galaxy.member.register.derby

会员注册(新版注册接口对接德比),返回手机号/邮箱/注册状态

func NewAlitripmerchantgalaxymemberregisterderbyRequest added in v1.3.1

func NewAlitripmerchantgalaxymemberregisterderbyRequest() *AlitripmerchantgalaxymemberregisterderbyAPIRequest

NewAlitripmerchantgalaxymemberregisterderbyRequest 初始化AlitripmerchantgalaxymemberregisterderbyAPIRequest对象

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetMemberParam added in v1.3.1

GetMemberParam MemberParam Getter

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetSceneSource added in v1.3.1

GetSceneSource SceneSource Getter

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymemberregisterderbyAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymemberregisterderbyAPIRequest) SetMemberParam added in v1.3.1

func (r *AlitripmerchantgalaxymemberregisterderbyAPIRequest) SetMemberParam(_memberParam *MemberParam) error

SetMemberParam is MemberParam Setter 用户注册信息

func (*AlitripmerchantgalaxymemberregisterderbyAPIRequest) SetSceneSource added in v1.3.1

func (r *AlitripmerchantgalaxymemberregisterderbyAPIRequest) SetSceneSource(_sceneSource string) error

SetSceneSource is SceneSource Setter 场景来源,记录什么场景调用什么接口

func (*AlitripmerchantgalaxymemberregisterderbyAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxymemberregisterderbyAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxymemberregisterderbyAPIResponse added in v1.3.1

type AlitripmerchantgalaxymemberregisterderbyAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymemberregisterderbyAPIResponseModel
}

AlitripmerchantgalaxymemberregisterderbyAPIResponse 会员注册(新版注册接口对接德比) API返回值 alitrip.merchant.galaxy.member.register.derby

会员注册(新版注册接口对接德比),返回手机号/邮箱/注册状态

type AlitripmerchantgalaxymemberregisterderbyAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymemberregisterderbyAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_register_derby_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 携带优惠券试单结果
	Result *AlitripmerchantgalaxymemberregisterderbyResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymemberregisterderbyAPIResponseModel is 会员注册(新版注册接口对接德比) 成功返回结果

type AlitripmerchantgalaxymemberregisterderbyResponse added in v1.3.1

type AlitripmerchantgalaxymemberregisterderbyResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 试单结果
	Content *RegisterProgressVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymemberregisterderbyResponse 结构体

type AlitripmerchantgalaxymembertokenAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymembertokenAPIRequest 星河-校验token API请求 alitrip.merchant.galaxy.member.token

校验或者刷新token

func NewAlitripmerchantgalaxymembertokenRequest added in v1.3.1

func NewAlitripmerchantgalaxymembertokenRequest() *AlitripmerchantgalaxymembertokenAPIRequest

NewAlitripmerchantgalaxymembertokenRequest 初始化AlitripmerchantgalaxymembertokenAPIRequest对象

func (AlitripmerchantgalaxymembertokenAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymembertokenAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxymembertokenAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymembertokenAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymembertokenAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymembertokenAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymembertokenAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxymembertokenAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxymembertokenAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 访问携带toekn

type AlitripmerchantgalaxymembertokenAPIResponse added in v1.3.1

type AlitripmerchantgalaxymembertokenAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymembertokenAPIResponseModel
}

AlitripmerchantgalaxymembertokenAPIResponse 星河-校验token API返回值 alitrip.merchant.galaxy.member.token

校验或者刷新token

type AlitripmerchantgalaxymembertokenAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymembertokenAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_member_token_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymembertokenResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymembertokenAPIResponseModel is 星河-校验token 成功返回结果

type AlitripmerchantgalaxymembertokenResponse added in v1.3.1

type AlitripmerchantgalaxymembertokenResponse struct {
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// token
	Token string `json:"token,omitempty" xml:"token,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功还是失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymembertokenResponse 结构体

type AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest 查询用户是否有模版ID权限 API请求 alitrip.merchant.galaxy.message.subscription.query

只是查询用户是否拥有权限ID

func NewAlitripmerchantgalaxymessagesubscriptionqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxymessagesubscriptionqueryRequest() *AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest

NewAlitripmerchantgalaxymessagesubscriptionqueryRequest 初始化AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest对象

func (AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户ID

func (*AlitripmerchantgalaxymessagesubscriptionqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxymessagesubscriptionqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxymessagesubscriptionqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymessagesubscriptionqueryAPIResponseModel
}

AlitripmerchantgalaxymessagesubscriptionqueryAPIResponse 查询用户是否有模版ID权限 API返回值 alitrip.merchant.galaxy.message.subscription.query

只是查询用户是否拥有权限ID

type AlitripmerchantgalaxymessagesubscriptionqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymessagesubscriptionqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_message_subscription_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymessagesubscriptionqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymessagesubscriptionqueryAPIResponseModel is 查询用户是否有模版ID权限 成功返回结果

type AlitripmerchantgalaxymessagesubscriptionqueryResponse added in v1.3.1

type AlitripmerchantgalaxymessagesubscriptionqueryResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误码
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 权限是否存在
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxymessagesubscriptionqueryResponse 结构体

type AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest added in v1.3.1

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

AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest 存储模版ID API请求 alitrip.merchant.galaxy.message.subscription.storage

消息订阅中的消息模版的存储

func NewAlitripmerchantgalaxymessagesubscriptionstorageRequest added in v1.3.1

func NewAlitripmerchantgalaxymessagesubscriptionstorageRequest() *AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest

NewAlitripmerchantgalaxymessagesubscriptionstorageRequest 初始化AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest对象

func (AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) GetTemplateIds added in v1.3.1

GetTemplateIds TemplateIds Getter

func (AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) SetTemplateIds added in v1.3.1

SetTemplateIds is TemplateIds Setter 模版ID

func (*AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户ID

func (*AlitripmerchantgalaxymessagesubscriptionstorageAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxymessagesubscriptionstorageAPIResponse added in v1.3.1

type AlitripmerchantgalaxymessagesubscriptionstorageAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxymessagesubscriptionstorageAPIResponseModel
}

AlitripmerchantgalaxymessagesubscriptionstorageAPIResponse 存储模版ID API返回值 alitrip.merchant.galaxy.message.subscription.storage

消息订阅中的消息模版的存储

type AlitripmerchantgalaxymessagesubscriptionstorageAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxymessagesubscriptionstorageAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_message_subscription_storage_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxymessagesubscriptionstorageResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxymessagesubscriptionstorageAPIResponseModel is 存储模版ID 成功返回结果

type AlitripmerchantgalaxymessagesubscriptionstorageResponse added in v1.3.1

type AlitripmerchantgalaxymessagesubscriptionstorageResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 信息
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxymessagesubscriptionstorageResponse 结构体

type AlitripmerchantgalaxyofferqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyofferqueryAPIRequest 星河-offer查询 API请求 alitrip.merchant.galaxy.offer.query

根据offer的ID查询offer信息

func NewAlitripmerchantgalaxyofferqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyofferqueryRequest() *AlitripmerchantgalaxyofferqueryAPIRequest

NewAlitripmerchantgalaxyofferqueryRequest 初始化AlitripmerchantgalaxyofferqueryAPIRequest对象

func (AlitripmerchantgalaxyofferqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyofferqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxyofferqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyofferqueryAPIRequest) GetOfferChannel added in v1.3.1

GetOfferChannel OfferChannel Getter

func (AlitripmerchantgalaxyofferqueryAPIRequest) GetOfferIds added in v1.3.1

GetOfferIds OfferIds Getter

func (AlitripmerchantgalaxyofferqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyofferqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyofferqueryAPIRequest) SetOfferChannel added in v1.3.1

func (r *AlitripmerchantgalaxyofferqueryAPIRequest) SetOfferChannel(_offerChannel string) error

SetOfferChannel is OfferChannel Setter 渠道来源

func (*AlitripmerchantgalaxyofferqueryAPIRequest) SetOfferIds added in v1.3.1

func (r *AlitripmerchantgalaxyofferqueryAPIRequest) SetOfferIds(_offerIds string) error

SetOfferIds is OfferIds Setter offer活动ID

func (*AlitripmerchantgalaxyofferqueryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyofferqueryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

type AlitripmerchantgalaxyofferqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyofferqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyofferqueryAPIResponseModel
}

AlitripmerchantgalaxyofferqueryAPIResponse 星河-offer查询 API返回值 alitrip.merchant.galaxy.offer.query

根据offer的ID查询offer信息

type AlitripmerchantgalaxyofferqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyofferqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_offer_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyofferqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyofferqueryAPIResponseModel is 星河-offer查询 成功返回结果

type AlitripmerchantgalaxyofferqueryResponse added in v1.3.1

type AlitripmerchantgalaxyofferqueryResponse struct {
	// offer列表
	Offers []OfferDetailsDto `json:"offers,omitempty" xml:"offers>offer_details_dto,omitempty"`
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功还是失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyofferqueryResponse 结构体

type AlitripmerchantgalaxyorderbookAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyorderbookAPIRequest 星河-订单预订接口 API请求 alitrip.merchant.galaxy.order.book

为星河酒店解决方案的C端用户提供酒店预订能力

func NewAlitripmerchantgalaxyorderbookRequest added in v1.3.1

func NewAlitripmerchantgalaxyorderbookRequest() *AlitripmerchantgalaxyorderbookAPIRequest

NewAlitripmerchantgalaxyorderbookRequest 初始化AlitripmerchantgalaxyorderbookAPIRequest对象

func (AlitripmerchantgalaxyorderbookAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxyorderbookAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyorderbookAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxyorderbookAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyorderbookAPIRequest) GetOrderCode added in v1.3.1

GetOrderCode OrderCode Getter

func (AlitripmerchantgalaxyorderbookAPIRequest) GetOrderParam added in v1.3.1

GetOrderParam OrderParam Getter

func (AlitripmerchantgalaxyorderbookAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyorderbookAPIRequest) GetSourceQuery added in v1.3.1

GetSourceQuery SourceQuery Getter

func (AlitripmerchantgalaxyorderbookAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyorderbookAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyorderbookAPIRequest) SetOrderCode added in v1.3.1

func (r *AlitripmerchantgalaxyorderbookAPIRequest) SetOrderCode(_orderCode string) error

SetOrderCode is OrderCode Setter 订单编号

func (*AlitripmerchantgalaxyorderbookAPIRequest) SetOrderParam added in v1.3.1

func (r *AlitripmerchantgalaxyorderbookAPIRequest) SetOrderParam(_orderParam *CreateOrderParam) error

SetOrderParam is OrderParam Setter 预订参数

func (*AlitripmerchantgalaxyorderbookAPIRequest) SetSourceQuery added in v1.3.1

func (r *AlitripmerchantgalaxyorderbookAPIRequest) SetSourceQuery(_sourceQuery string) error

SetSourceQuery is SourceQuery Setter 广告追踪信息

func (*AlitripmerchantgalaxyorderbookAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyorderbookAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxyorderbookAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录token

type AlitripmerchantgalaxyorderbookAPIResponse added in v1.3.1

type AlitripmerchantgalaxyorderbookAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyorderbookAPIResponseModel
}

AlitripmerchantgalaxyorderbookAPIResponse 星河-订单预订接口 API返回值 alitrip.merchant.galaxy.order.book

为星河酒店解决方案的C端用户提供酒店预订能力

type AlitripmerchantgalaxyorderbookAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyorderbookAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_book_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyorderbookResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyorderbookAPIResponseModel is 星河-订单预订接口 成功返回结果

type AlitripmerchantgalaxyorderbookResponse added in v1.3.1

type AlitripmerchantgalaxyorderbookResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 预订返回
	Content *PayParamResult `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyorderbookResponse 结构体

type AlitripmerchantgalaxyordercancelAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyordercancelAPIRequest 星河-取消预订 API请求 alitrip.merchant.galaxy.order.cancel

雅高酒店用户使用该接口,取消酒店预订

func NewAlitripmerchantgalaxyordercancelRequest added in v1.3.1

func NewAlitripmerchantgalaxyordercancelRequest() *AlitripmerchantgalaxyordercancelAPIRequest

NewAlitripmerchantgalaxyordercancelRequest 初始化AlitripmerchantgalaxyordercancelAPIRequest对象

func (AlitripmerchantgalaxyordercancelAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyordercancelAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxyordercancelAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyordercancelAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyordercancelAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyordercancelAPIRequest) GetReason added in v1.3.1

GetReason Reason Getter

func (AlitripmerchantgalaxyordercancelAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyordercancelAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyordercancelAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单编号

func (*AlitripmerchantgalaxyordercancelAPIRequest) SetReason added in v1.3.1

SetReason is Reason Setter 退款原因

func (*AlitripmerchantgalaxyordercancelAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyordercancelAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyordercancelAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyordercancelAPIResponse added in v1.3.1

type AlitripmerchantgalaxyordercancelAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyordercancelAPIResponseModel
}

AlitripmerchantgalaxyordercancelAPIResponse 星河-取消预订 API返回值 alitrip.merchant.galaxy.order.cancel

雅高酒店用户使用该接口,取消酒店预订

type AlitripmerchantgalaxyordercancelAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyordercancelAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_cancel_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyordercancelResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyordercancelAPIResponseModel is 星河-取消预订 成功返回结果

type AlitripmerchantgalaxyordercancelResponse added in v1.3.1

type AlitripmerchantgalaxyordercancelResponse struct {
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 结果描述
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 结果成功判断
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyordercancelResponse 结构体

type AlitripmerchantgalaxyordercouponvalidateAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyordercouponvalidateAPIRequest 携带券的试单接口 API请求 alitrip.merchant.galaxy.order.coupon.validate

试单时可以使用优惠券,返回一个原价,一个折扣价

func NewAlitripmerchantgalaxyordercouponvalidateRequest added in v1.3.1

func NewAlitripmerchantgalaxyordercouponvalidateRequest() *AlitripmerchantgalaxyordercouponvalidateAPIRequest

NewAlitripmerchantgalaxyordercouponvalidateRequest 初始化AlitripmerchantgalaxyordercouponvalidateAPIRequest对象

func (AlitripmerchantgalaxyordercouponvalidateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyordercouponvalidateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyordercouponvalidateAPIRequest) GetCouponParam added in v1.3.1

GetCouponParam CouponParam Getter

func (AlitripmerchantgalaxyordercouponvalidateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyordercouponvalidateAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyordercouponvalidateAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyordercouponvalidateAPIRequest) SetCouponParam added in v1.3.1

func (r *AlitripmerchantgalaxyordercouponvalidateAPIRequest) SetCouponParam(_couponParam *CouponParam) error

SetCouponParam is CouponParam Setter 使用优惠券的入参

func (*AlitripmerchantgalaxyordercouponvalidateAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyordercouponvalidateAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyordercouponvalidateAPIResponse added in v1.3.1

type AlitripmerchantgalaxyordercouponvalidateAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyordercouponvalidateAPIResponseModel
}

AlitripmerchantgalaxyordercouponvalidateAPIResponse 携带券的试单接口 API返回值 alitrip.merchant.galaxy.order.coupon.validate

试单时可以使用优惠券,返回一个原价,一个折扣价

type AlitripmerchantgalaxyordercouponvalidateAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyordercouponvalidateAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_coupon_validate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 携带优惠券试单结果
	Result *AlitripmerchantgalaxyordercouponvalidateResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyordercouponvalidateAPIResponseModel is 携带券的试单接口 成功返回结果

type AlitripmerchantgalaxyordercouponvalidateResponse added in v1.3.1

type AlitripmerchantgalaxyordercouponvalidateResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 试单结果
	Content *CouponValidateOrderDto `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyordercouponvalidateResponse 结构体

type AlitripmerchantgalaxyorderfillAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyorderfillAPIRequest 填单页接口 API请求 alitrip.merchant.galaxy.order.fill

进入填单页时调用此接口,返回填单所需展示基础信息

func NewAlitripmerchantgalaxyorderfillRequest added in v1.3.1

func NewAlitripmerchantgalaxyorderfillRequest() *AlitripmerchantgalaxyorderfillAPIRequest

NewAlitripmerchantgalaxyorderfillRequest 初始化AlitripmerchantgalaxyorderfillAPIRequest对象

func (AlitripmerchantgalaxyorderfillAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxyorderfillAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyorderfillAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxyorderfillAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyorderfillAPIRequest) GetFillOrderParam added in v1.3.1

GetFillOrderParam FillOrderParam Getter

func (AlitripmerchantgalaxyorderfillAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyorderfillAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyorderfillAPIRequest) SetFillOrderParam added in v1.3.1

func (r *AlitripmerchantgalaxyorderfillAPIRequest) SetFillOrderParam(_fillOrderParam *FillOrderParam) error

SetFillOrderParam is FillOrderParam Setter 填单页入参

func (*AlitripmerchantgalaxyorderfillAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyorderfillAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxyorderfillAPIResponse added in v1.3.1

type AlitripmerchantgalaxyorderfillAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyorderfillAPIResponseModel
}

AlitripmerchantgalaxyorderfillAPIResponse 填单页接口 API返回值 alitrip.merchant.galaxy.order.fill

进入填单页时调用此接口,返回填单所需展示基础信息

type AlitripmerchantgalaxyorderfillAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyorderfillAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_fill_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyorderfillResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyorderfillAPIResponseModel is 填单页接口 成功返回结果

type AlitripmerchantgalaxyorderfillResponse added in v1.3.1

type AlitripmerchantgalaxyorderfillResponse struct {
	// 错误信息
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误码
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 填单页展示对象
	Content *FillPageVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyorderfillResponse 结构体

type AlitripmerchantgalaxyorderlistqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyorderlistqueryAPIRequest 星河-订单列表查询 API请求 alitrip.merchant.galaxy.order.list.query

为C端用户提供酒店预订订单列表查询服务,包括订单支付状态、订单日期

func NewAlitripmerchantgalaxyorderlistqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyorderlistqueryRequest() *AlitripmerchantgalaxyorderlistqueryAPIRequest

NewAlitripmerchantgalaxyorderlistqueryRequest 初始化AlitripmerchantgalaxyorderlistqueryAPIRequest对象

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetEndTime added in v1.3.1

GetEndTime EndTime Getter

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetOrderStatus added in v1.3.1

GetOrderStatus OrderStatus Getter

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetPage added in v1.3.1

GetPage Page Getter

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetRow added in v1.3.1

GetRow Row Getter

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetStartTime added in v1.3.1

GetStartTime StartTime Getter

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyorderlistqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetEndTime added in v1.3.1

SetEndTime is EndTime Setter 入住时间

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetOrderStatus added in v1.3.1

func (r *AlitripmerchantgalaxyorderlistqueryAPIRequest) SetOrderStatus(_orderStatus string) error

SetOrderStatus is OrderStatus Setter 订单状态

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetPage added in v1.3.1

SetPage is Page Setter 页数

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetRow added in v1.3.1

SetRow is Row Setter 每页行数

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetStartTime added in v1.3.1

func (r *AlitripmerchantgalaxyorderlistqueryAPIRequest) SetStartTime(_startTime string) error

SetStartTime is StartTime Setter 入住时间

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyorderlistqueryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyorderlistqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyorderlistqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyorderlistqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyorderlistqueryAPIResponseModel
}

AlitripmerchantgalaxyorderlistqueryAPIResponse 星河-订单列表查询 API返回值 alitrip.merchant.galaxy.order.list.query

为C端用户提供酒店预订订单列表查询服务,包括订单支付状态、订单日期

type AlitripmerchantgalaxyorderlistqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyorderlistqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_list_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyorderlistqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyorderlistqueryAPIResponseModel is 星河-订单列表查询 成功返回结果

type AlitripmerchantgalaxyorderlistqueryResponse added in v1.3.1

type AlitripmerchantgalaxyorderlistqueryResponse struct {
	// 查询结果
	OrderDtos []OrderDto `json:"order_dtos,omitempty" xml:"order_dtos>order_dto,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 每页的数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 当前页的数量
	Size int64 `json:"size,omitempty" xml:"size,omitempty"`
	// 当前页
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 总页数
	TotalPageNum int64 `json:"total_page_num,omitempty" xml:"total_page_num,omitempty"`
	// 结果总数
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 是否有下一页
	HasNextPage bool `json:"has_next_page,omitempty" xml:"has_next_page,omitempty"`
}

AlitripmerchantgalaxyorderlistqueryResponse 结构体

type AlitripmerchantgalaxyorderqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyorderqueryAPIRequest 星河-单个订单详细信息查询 API请求 alitrip.merchant.galaxy.order.query

为用户提供酒店订单的详细信息查询能力

func NewAlitripmerchantgalaxyorderqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyorderqueryRequest() *AlitripmerchantgalaxyorderqueryAPIRequest

NewAlitripmerchantgalaxyorderqueryRequest 初始化AlitripmerchantgalaxyorderqueryAPIRequest对象

func (AlitripmerchantgalaxyorderqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyorderqueryAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxyorderqueryAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyorderqueryAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyorderqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyorderqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyorderqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyorderqueryAPIRequest) SetOrderId added in v1.3.1

func (r *AlitripmerchantgalaxyorderqueryAPIRequest) SetOrderId(_orderId string) error

SetOrderId is OrderId Setter 订单号

func (*AlitripmerchantgalaxyorderqueryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyorderqueryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyorderqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录标识

type AlitripmerchantgalaxyorderqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyorderqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyorderqueryAPIResponseModel
}

AlitripmerchantgalaxyorderqueryAPIResponse 星河-单个订单详细信息查询 API返回值 alitrip.merchant.galaxy.order.query

为用户提供酒店订单的详细信息查询能力

type AlitripmerchantgalaxyorderqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyorderqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyorderqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyorderqueryAPIResponseModel is 星河-单个订单详细信息查询 成功返回结果

type AlitripmerchantgalaxyorderqueryResponse added in v1.3.1

type AlitripmerchantgalaxyorderqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 订单详情
	Content *OrderDetailDto `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyorderqueryResponse 结构体

type AlitripmerchantgalaxyorderqueryinfoAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyorderqueryinfoAPIRequest 订单详情改版 API请求 alitrip.merchant.galaxy.order.query.info

订单页详情查询

func NewAlitripmerchantgalaxyorderqueryinfoRequest added in v1.3.1

func NewAlitripmerchantgalaxyorderqueryinfoRequest() *AlitripmerchantgalaxyorderqueryinfoAPIRequest

NewAlitripmerchantgalaxyorderqueryinfoRequest 初始化AlitripmerchantgalaxyorderqueryinfoAPIRequest对象

func (AlitripmerchantgalaxyorderqueryinfoAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyorderqueryinfoAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyorderqueryinfoAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxyorderqueryinfoAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyorderqueryinfoAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyorderqueryinfoAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyorderqueryinfoAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单ID

func (*AlitripmerchantgalaxyorderqueryinfoAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyorderqueryinfoAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户ID

func (*AlitripmerchantgalaxyorderqueryinfoAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyorderqueryinfoAPIResponse added in v1.3.1

type AlitripmerchantgalaxyorderqueryinfoAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyorderqueryinfoAPIResponseModel
}

AlitripmerchantgalaxyorderqueryinfoAPIResponse 订单详情改版 API返回值 alitrip.merchant.galaxy.order.query.info

订单页详情查询

type AlitripmerchantgalaxyorderqueryinfoAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyorderqueryinfoAPIResponseModel is 订单详情改版 成功返回结果

type AlitripmerchantgalaxyorderqueryinfoResponse added in v1.3.1

type AlitripmerchantgalaxyorderqueryinfoResponse struct {
	// 错误代码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息展示
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 订单详情页对象
	Content *VoucherOrderDetailVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyorderqueryinfoResponse 结构体

type AlitripmerchantgalaxyorderqueryordercountAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyorderqueryordercountAPIRequest 查询各种状态订单的总数 API请求 alitrip.merchant.galaxy.order.query.order.count

调用查询接口整合各个订单类型总数

func NewAlitripmerchantgalaxyorderqueryordercountRequest added in v1.3.1

func NewAlitripmerchantgalaxyorderqueryordercountRequest() *AlitripmerchantgalaxyorderqueryordercountAPIRequest

NewAlitripmerchantgalaxyorderqueryordercountRequest 初始化AlitripmerchantgalaxyorderqueryordercountAPIRequest对象

func (AlitripmerchantgalaxyorderqueryordercountAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyorderqueryordercountAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyorderqueryordercountAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyorderqueryordercountAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyorderqueryordercountAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyorderqueryordercountAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxyorderqueryordercountAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyorderqueryordercountAPIResponse added in v1.3.1

type AlitripmerchantgalaxyorderqueryordercountAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyorderqueryordercountAPIResponseModel
}

AlitripmerchantgalaxyorderqueryordercountAPIResponse 查询各种状态订单的总数 API返回值 alitrip.merchant.galaxy.order.query.order.count

调用查询接口整合各个订单类型总数

type AlitripmerchantgalaxyorderqueryordercountAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyorderqueryordercountAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_query_order_count_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyorderqueryordercountResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyorderqueryordercountAPIResponseModel is 查询各种状态订单的总数 成功返回结果

type AlitripmerchantgalaxyorderqueryordercountResponse added in v1.3.1

type AlitripmerchantgalaxyorderqueryordercountResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回实体
	Content *OrderCountVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyorderqueryordercountResponse 结构体

type AlitripmerchantgalaxyordervalidateAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyordervalidateAPIRequest 星河-订单试单接口 API请求 alitrip.merchant.galaxy.order.validate

根据用户选择酒店房型、入住人数、预订时间参数,获取是否可预订及价格变化信息

func NewAlitripmerchantgalaxyordervalidateRequest added in v1.3.1

func NewAlitripmerchantgalaxyordervalidateRequest() *AlitripmerchantgalaxyordervalidateAPIRequest

NewAlitripmerchantgalaxyordervalidateRequest 初始化AlitripmerchantgalaxyordervalidateAPIRequest对象

func (AlitripmerchantgalaxyordervalidateAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyordervalidateAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyordervalidateAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyordervalidateAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyordervalidateAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxyordervalidateAPIRequest) GetValidateOrderParam added in v1.3.1

GetValidateOrderParam ValidateOrderParam Getter

func (*AlitripmerchantgalaxyordervalidateAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyordervalidateAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxyordervalidateAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户标识

func (*AlitripmerchantgalaxyordervalidateAPIRequest) SetValidateOrderParam added in v1.3.1

func (r *AlitripmerchantgalaxyordervalidateAPIRequest) SetValidateOrderParam(_validateOrderParam *ValidateOrderParam) error

SetValidateOrderParam is ValidateOrderParam Setter 试单参数

type AlitripmerchantgalaxyordervalidateAPIResponse added in v1.3.1

type AlitripmerchantgalaxyordervalidateAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyordervalidateAPIResponseModel
}

AlitripmerchantgalaxyordervalidateAPIResponse 星河-订单试单接口 API返回值 alitrip.merchant.galaxy.order.validate

根据用户选择酒店房型、入住人数、预订时间参数,获取是否可预订及价格变化信息

type AlitripmerchantgalaxyordervalidateAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyordervalidateAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_order_validate_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyordervalidateResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyordervalidateAPIResponseModel is 星河-订单试单接口 成功返回结果

type AlitripmerchantgalaxyordervalidateResponse added in v1.3.1

type AlitripmerchantgalaxyordervalidateResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 试单结果
	Content *ValidateOrderVo `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyordervalidateResponse 结构体

type AlitripmerchantgalaxypaymentparamqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxypaymentparamqueryAPIRequest 星河-支付参数查询接口 API请求 alitrip.merchant.galaxy.payment.param.query

获取微信小程序的支付参数,供微信小程序调起支付请求。参数都为校验字段,不涉及用户隐私数据

func NewAlitripmerchantgalaxypaymentparamqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxypaymentparamqueryRequest() *AlitripmerchantgalaxypaymentparamqueryAPIRequest

NewAlitripmerchantgalaxypaymentparamqueryRequest 初始化AlitripmerchantgalaxypaymentparamqueryAPIRequest对象

func (AlitripmerchantgalaxypaymentparamqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxypaymentparamqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxypaymentparamqueryAPIRequest) GetOrderId added in v1.3.1

GetOrderId OrderId Getter

func (AlitripmerchantgalaxypaymentparamqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxypaymentparamqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxypaymentparamqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxypaymentparamqueryAPIRequest) SetOrderId added in v1.3.1

SetOrderId is OrderId Setter 订单编号

func (*AlitripmerchantgalaxypaymentparamqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户身份信息

func (*AlitripmerchantgalaxypaymentparamqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户校验token

type AlitripmerchantgalaxypaymentparamqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxypaymentparamqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxypaymentparamqueryAPIResponseModel
}

AlitripmerchantgalaxypaymentparamqueryAPIResponse 星河-支付参数查询接口 API返回值 alitrip.merchant.galaxy.payment.param.query

获取微信小程序的支付参数,供微信小程序调起支付请求。参数都为校验字段,不涉及用户隐私数据

type AlitripmerchantgalaxypaymentparamqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxypaymentparamqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_payment_param_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxypaymentparamqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxypaymentparamqueryAPIResponseModel is 星河-支付参数查询接口 成功返回结果

type AlitripmerchantgalaxypaymentparamqueryResponse added in v1.3.1

type AlitripmerchantgalaxypaymentparamqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 支付参数
	Content *OrderPayDto `json:"content,omitempty" xml:"content,omitempty"`
	// 成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxypaymentparamqueryResponse 结构体

type AlitripmerchantgalaxyprovidermemberqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyprovidermemberqueryAPIRequest 提供会员查询接口 API请求 alitrip.merchant.galaxy.provider.member.query

星河产品=提供会查询服务

func NewAlitripmerchantgalaxyprovidermemberqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyprovidermemberqueryRequest() *AlitripmerchantgalaxyprovidermemberqueryAPIRequest

NewAlitripmerchantgalaxyprovidermemberqueryRequest 初始化AlitripmerchantgalaxyprovidermemberqueryAPIRequest对象

func (AlitripmerchantgalaxyprovidermemberqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyprovidermemberqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyprovidermemberqueryAPIRequest) GetQueryMemberParam added in v1.3.1

GetQueryMemberParam QueryMemberParam Getter

func (AlitripmerchantgalaxyprovidermemberqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyprovidermemberqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxyprovidermemberqueryAPIRequest) SetQueryMemberParam added in v1.3.1

func (r *AlitripmerchantgalaxyprovidermemberqueryAPIRequest) SetQueryMemberParam(_queryMemberParam *QueryMemberParam) error

SetQueryMemberParam is QueryMemberParam Setter 查询参数

func (*AlitripmerchantgalaxyprovidermemberqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

type AlitripmerchantgalaxyprovidermemberqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyprovidermemberqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyprovidermemberqueryAPIResponseModel
}

AlitripmerchantgalaxyprovidermemberqueryAPIResponse 提供会员查询接口 API返回值 alitrip.merchant.galaxy.provider.member.query

星河产品=提供会查询服务

type AlitripmerchantgalaxyprovidermemberqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyprovidermemberqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_provider_member_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyprovidermemberqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyprovidermemberqueryAPIResponseModel is 提供会员查询接口 成功返回结果

type AlitripmerchantgalaxyprovidermemberqueryResponse added in v1.3.1

type AlitripmerchantgalaxyprovidermemberqueryResponse struct {
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 返回结果
	ProviderMemberVo *ProviderMemberVo `json:"provider_member_vo,omitempty" xml:"provider_member_vo,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyprovidermemberqueryResponse 结构体

type AlitripmerchantgalaxyquerydrawsummaryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyquerydrawsummaryAPIRequest 星河-抽奖活动概要列表查询 API请求 alitrip.merchant.galaxy.query.draw.summary

雅高小程序抽奖活动列表概要查询

func NewAlitripmerchantgalaxyquerydrawsummaryRequest added in v1.3.1

func NewAlitripmerchantgalaxyquerydrawsummaryRequest() *AlitripmerchantgalaxyquerydrawsummaryAPIRequest

NewAlitripmerchantgalaxyquerydrawsummaryRequest 初始化AlitripmerchantgalaxyquerydrawsummaryAPIRequest对象

func (AlitripmerchantgalaxyquerydrawsummaryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyquerydrawsummaryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyquerydrawsummaryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyquerydrawsummaryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyquerydrawsummaryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyquerydrawsummaryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyquerydrawsummaryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 商家租户id

func (*AlitripmerchantgalaxyquerydrawsummaryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录信息

type AlitripmerchantgalaxyquerydrawsummaryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyquerydrawsummaryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyquerydrawsummaryAPIResponseModel
}

AlitripmerchantgalaxyquerydrawsummaryAPIResponse 星河-抽奖活动概要列表查询 API返回值 alitrip.merchant.galaxy.query.draw.summary

雅高小程序抽奖活动列表概要查询

type AlitripmerchantgalaxyquerydrawsummaryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyquerydrawsummaryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_query_draw_summary_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyquerydrawsummaryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyquerydrawsummaryAPIResponseModel is 星河-抽奖活动概要列表查询 成功返回结果

type AlitripmerchantgalaxyquerydrawsummaryResponse added in v1.3.1

type AlitripmerchantgalaxyquerydrawsummaryResponse struct {
	// 返回类型
	Contents []DrawOfferSummaryVo `json:"contents,omitempty" xml:"contents>draw_offer_summary_vo,omitempty"`
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyquerydrawsummaryResponse 结构体

type AlitripmerchantgalaxyqueryparticipatenumberAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyqueryparticipatenumberAPIRequest 星河-抽奖活动次数查询 API请求 alitrip.merchant.galaxy.query.participate.number

雅高小程序抽奖活动,查询用户抽奖次数

func NewAlitripmerchantgalaxyqueryparticipatenumberRequest added in v1.3.1

func NewAlitripmerchantgalaxyqueryparticipatenumberRequest() *AlitripmerchantgalaxyqueryparticipatenumberAPIRequest

NewAlitripmerchantgalaxyqueryparticipatenumberRequest 初始化AlitripmerchantgalaxyqueryparticipatenumberAPIRequest对象

func (AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) GetOfferId added in v1.3.1

GetOfferId OfferId Getter

func (AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) SetOfferId added in v1.3.1

SetOfferId is OfferId Setter 活动id

func (*AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 商家租户id

func (*AlitripmerchantgalaxyqueryparticipatenumberAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录信息

type AlitripmerchantgalaxyqueryparticipatenumberAPIResponse added in v1.3.1

type AlitripmerchantgalaxyqueryparticipatenumberAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyqueryparticipatenumberAPIResponseModel
}

AlitripmerchantgalaxyqueryparticipatenumberAPIResponse 星河-抽奖活动次数查询 API返回值 alitrip.merchant.galaxy.query.participate.number

雅高小程序抽奖活动,查询用户抽奖次数

type AlitripmerchantgalaxyqueryparticipatenumberAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyqueryparticipatenumberAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_query_participate_number_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyqueryparticipatenumberResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyqueryparticipatenumberAPIResponseModel is 星河-抽奖活动次数查询 成功返回结果

type AlitripmerchantgalaxyqueryparticipatenumberResponse added in v1.3.1

type AlitripmerchantgalaxyqueryparticipatenumberResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回类型
	Content *ActivityParticipateNumberVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyqueryparticipatenumberResponse 结构体

type AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest 按活动Id领取优惠券 API请求 alitrip.merchant.galaxy.receive.coupon.by.activity

雅高小程序按活动Id领取优惠券

func NewAlitripmerchantgalaxyreceivecouponbyactivityRequest added in v1.3.1

func NewAlitripmerchantgalaxyreceivecouponbyactivityRequest() *AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest

NewAlitripmerchantgalaxyreceivecouponbyactivityRequest 初始化AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest对象

func (AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) GetActivityIds added in v1.3.1

GetActivityIds ActivityIds Getter

func (AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) SetActivityIds added in v1.3.1

SetActivityIds is ActivityIds Setter 活动Id集合(逗号分隔)

func (*AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户Id

func (*AlitripmerchantgalaxyreceivecouponbyactivityAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyreceivecouponbyactivityAPIResponse added in v1.3.1

type AlitripmerchantgalaxyreceivecouponbyactivityAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyreceivecouponbyactivityAPIResponseModel
}

AlitripmerchantgalaxyreceivecouponbyactivityAPIResponse 按活动Id领取优惠券 API返回值 alitrip.merchant.galaxy.receive.coupon.by.activity

雅高小程序按活动Id领取优惠券

type AlitripmerchantgalaxyreceivecouponbyactivityAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyreceivecouponbyactivityAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_receive_coupon_by_activity_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 接口返回model
	Result *AlitripmerchantgalaxyreceivecouponbyactivityResult `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyreceivecouponbyactivityAPIResponseModel is 按活动Id领取优惠券 成功返回结果

type AlitripmerchantgalaxyreceivecouponbyactivityResult added in v1.3.1

type AlitripmerchantgalaxyreceivecouponbyactivityResult struct {
	// 是否成功
	Success string `json:"success,omitempty" xml:"success,omitempty"`
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否参与活动成功
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyreceivecouponbyactivityResult 结构体

type AlitripmerchantgalaxysharegetAPIRequest added in v1.3.1

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

AlitripmerchantgalaxysharegetAPIRequest 星河-获取小程序分享文案和图片 API请求 alitrip.merchant.galaxy.share.get

获取 雅高微信小程序分享素材文案和图片。

func NewAlitripmerchantgalaxysharegetRequest added in v1.3.1

func NewAlitripmerchantgalaxysharegetRequest() *AlitripmerchantgalaxysharegetAPIRequest

NewAlitripmerchantgalaxysharegetRequest 初始化AlitripmerchantgalaxysharegetAPIRequest对象

func (AlitripmerchantgalaxysharegetAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxysharegetAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxysharegetAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxysharegetAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxysharegetAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxysharegetAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxysharegetAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxysharegetAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户ID

type AlitripmerchantgalaxysharegetAPIResponse added in v1.3.1

type AlitripmerchantgalaxysharegetAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxysharegetAPIResponseModel
}

AlitripmerchantgalaxysharegetAPIResponse 星河-获取小程序分享文案和图片 API返回值 alitrip.merchant.galaxy.share.get

获取 雅高微信小程序分享素材文案和图片。

type AlitripmerchantgalaxysharegetAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxysharegetAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_share_get_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxysharegetResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxysharegetAPIResponseModel is 星河-获取小程序分享文案和图片 成功返回结果

type AlitripmerchantgalaxysharegetResponse added in v1.3.1

type AlitripmerchantgalaxysharegetResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误描述
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回分享素材
	Content *ShareMaterialVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxysharegetResponse 结构体

type AlitripmerchantgalaxytriggereventAPIRequest added in v1.3.1

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

AlitripmerchantgalaxytriggereventAPIRequest 抽奖活动自定义事件触发 API请求 alitrip.merchant.galaxy.trigger.event

自定义事件触发

func NewAlitripmerchantgalaxytriggereventRequest added in v1.3.1

func NewAlitripmerchantgalaxytriggereventRequest() *AlitripmerchantgalaxytriggereventAPIRequest

NewAlitripmerchantgalaxytriggereventRequest 初始化AlitripmerchantgalaxytriggereventAPIRequest对象

func (AlitripmerchantgalaxytriggereventAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxytriggereventAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxytriggereventAPIRequest) GetEventParam added in v1.3.1

GetEventParam EventParam Getter

func (AlitripmerchantgalaxytriggereventAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxytriggereventAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxytriggereventAPIRequest) SetEventParam added in v1.3.1

func (r *AlitripmerchantgalaxytriggereventAPIRequest) SetEventParam(_eventParam *EventParam) error

SetEventParam is EventParam Setter 触发事件入参

func (*AlitripmerchantgalaxytriggereventAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxytriggereventAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 1

type AlitripmerchantgalaxytriggereventAPIResponse added in v1.3.1

type AlitripmerchantgalaxytriggereventAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxytriggereventAPIResponseModel
}

AlitripmerchantgalaxytriggereventAPIResponse 抽奖活动自定义事件触发 API返回值 alitrip.merchant.galaxy.trigger.event

自定义事件触发

type AlitripmerchantgalaxytriggereventAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxytriggereventAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_trigger_event_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxytriggereventResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxytriggereventAPIResponseModel is 抽奖活动自定义事件触发 成功返回结果

type AlitripmerchantgalaxytriggereventResponse added in v1.3.1

type AlitripmerchantgalaxytriggereventResponse struct {
	// 状态码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 状态信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 消息体
	Content *EventCoupon `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxytriggereventResponse 结构体

type AlitripmerchantgalaxyuserriskAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyuserriskAPIRequest 查询微信账号的风险等级 API请求 alitrip.merchant.galaxy.user.risk

【星河服务】查询微信账号的风险等级

func NewAlitripmerchantgalaxyuserriskRequest added in v1.3.1

func NewAlitripmerchantgalaxyuserriskRequest() *AlitripmerchantgalaxyuserriskAPIRequest

NewAlitripmerchantgalaxyuserriskRequest 初始化AlitripmerchantgalaxyuserriskAPIRequest对象

func (AlitripmerchantgalaxyuserriskAPIRequest) GetApiMethodName added in v1.3.1

func (r AlitripmerchantgalaxyuserriskAPIRequest) GetApiMethodName() string

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyuserriskAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxyuserriskAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyuserriskAPIRequest) GetEmail added in v1.3.1

GetEmail Email Getter

func (AlitripmerchantgalaxyuserriskAPIRequest) GetIp added in v1.3.1

GetIp Ip Getter

func (AlitripmerchantgalaxyuserriskAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyuserriskAPIRequest) GetScene added in v1.3.1

GetScene Scene Getter

func (AlitripmerchantgalaxyuserriskAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyuserriskAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyuserriskAPIRequest) SetEmail added in v1.3.1

SetEmail is Email Setter 邮箱

func (*AlitripmerchantgalaxyuserriskAPIRequest) SetIp added in v1.3.1

SetIp is Ip Setter 用户ip

func (*AlitripmerchantgalaxyuserriskAPIRequest) SetScene added in v1.3.1

SetScene is Scene Setter 场景值

func (*AlitripmerchantgalaxyuserriskAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyuserriskAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyuserriskAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyuserriskAPIResponse added in v1.3.1

type AlitripmerchantgalaxyuserriskAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyuserriskAPIResponseModel
}

AlitripmerchantgalaxyuserriskAPIResponse 查询微信账号的风险等级 API返回值 alitrip.merchant.galaxy.user.risk

【星河服务】查询微信账号的风险等级

type AlitripmerchantgalaxyuserriskAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyuserriskAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_user_risk_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyuserriskResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyuserriskAPIResponseModel is 查询微信账号的风险等级 成功返回结果

type AlitripmerchantgalaxyuserriskResponse added in v1.3.1

type AlitripmerchantgalaxyuserriskResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回内容
	Content *UserRiskRankVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyuserriskResponse 结构体

type AlitripmerchantgalaxyverifysignatureAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyverifysignatureAPIRequest 微信账号生物认证 API请求 alitrip.merchant.galaxy.verify.signature

在用户注册等场景下,如果账号风险等级过高,需要进行生物认证

func NewAlitripmerchantgalaxyverifysignatureRequest added in v1.3.1

func NewAlitripmerchantgalaxyverifysignatureRequest() *AlitripmerchantgalaxyverifysignatureAPIRequest

NewAlitripmerchantgalaxyverifysignatureRequest 初始化AlitripmerchantgalaxyverifysignatureAPIRequest对象

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetJsonSignature added in v1.3.1

GetJsonSignature JsonSignature Getter

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetJsonString added in v1.3.1

GetJsonString JsonString Getter

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyverifysignatureAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyverifysignatureAPIRequest) SetJsonSignature added in v1.3.1

func (r *AlitripmerchantgalaxyverifysignatureAPIRequest) SetJsonSignature(_jsonSignature string) error

SetJsonSignature is JsonSignature Setter 微信认证参数

func (*AlitripmerchantgalaxyverifysignatureAPIRequest) SetJsonString added in v1.3.1

func (r *AlitripmerchantgalaxyverifysignatureAPIRequest) SetJsonString(_jsonString string) error

SetJsonString is JsonString Setter 微信认证参数

func (*AlitripmerchantgalaxyverifysignatureAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyverifysignatureAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyverifysignatureAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyverifysignatureAPIResponse added in v1.3.1

type AlitripmerchantgalaxyverifysignatureAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyverifysignatureAPIResponseModel
}

AlitripmerchantgalaxyverifysignatureAPIResponse 微信账号生物认证 API返回值 alitrip.merchant.galaxy.verify.signature

在用户注册等场景下,如果账号风险等级过高,需要进行生物认证

type AlitripmerchantgalaxyverifysignatureAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyverifysignatureAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_verify_signature_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxyverifysignatureResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyverifysignatureAPIResponseModel is 微信账号生物认证 成功返回结果

type AlitripmerchantgalaxyverifysignatureResponse added in v1.3.1

type AlitripmerchantgalaxyverifysignatureResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回内容
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxyverifysignatureResponse 结构体

type AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest 生成短信链接 API请求 alitrip.merchant.galaxy.voucher.generate.scheme.link

生成微信跳转链接scheme_link

func NewAlitripmerchantgalaxyvouchergenerateschemelinkRequest added in v1.3.1

func NewAlitripmerchantgalaxyvouchergenerateschemelinkRequest() *AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest

NewAlitripmerchantgalaxyvouchergenerateschemelinkRequest 初始化AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest对象

func (AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) GetEncryptionMerchantId added in v1.3.1

GetEncryptionMerchantId EncryptionMerchantId Getter

func (AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) SetEncryptionMerchantId added in v1.3.1

func (r *AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) SetEncryptionMerchantId(_encryptionMerchantId string) error

SetEncryptionMerchantId is EncryptionMerchantId Setter 加密merchantId

func (*AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter tenant_key

func (*AlitripmerchantgalaxyvouchergenerateschemelinkAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 1111

type AlitripmerchantgalaxyvouchergenerateschemelinkAPIResponse added in v1.3.1

type AlitripmerchantgalaxyvouchergenerateschemelinkAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyvouchergenerateschemelinkAPIResponseModel
}

AlitripmerchantgalaxyvouchergenerateschemelinkAPIResponse 生成短信链接 API返回值 alitrip.merchant.galaxy.voucher.generate.scheme.link

生成微信跳转链接scheme_link

type AlitripmerchantgalaxyvouchergenerateschemelinkAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyvouchergenerateschemelinkAPIResponseModel is 生成短信链接 成功返回结果

type AlitripmerchantgalaxyvouchergenerateschemelinkResponse added in v1.3.1

type AlitripmerchantgalaxyvouchergenerateschemelinkResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyvouchergenerateschemelinkResponse 结构体

type AlitripmerchantgalaxyvoucherqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyvoucherqueryAPIRequest 查询单个代金券信息 API请求 alitrip.merchant.galaxy.voucher.query

查询单个代金券信息

func NewAlitripmerchantgalaxyvoucherqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxyvoucherqueryRequest() *AlitripmerchantgalaxyvoucherqueryAPIRequest

NewAlitripmerchantgalaxyvoucherqueryRequest 初始化AlitripmerchantgalaxyvoucherqueryAPIRequest对象

func (AlitripmerchantgalaxyvoucherqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyvoucherqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyvoucherqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyvoucherqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyvoucherqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (AlitripmerchantgalaxyvoucherqueryAPIRequest) GetVoucherId added in v1.3.1

GetVoucherId VoucherId Getter

func (*AlitripmerchantgalaxyvoucherqueryAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyvoucherqueryAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 11

func (*AlitripmerchantgalaxyvoucherqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 11

func (*AlitripmerchantgalaxyvoucherqueryAPIRequest) SetVoucherId added in v1.3.1

func (r *AlitripmerchantgalaxyvoucherqueryAPIRequest) SetVoucherId(_voucherId string) error

SetVoucherId is VoucherId Setter 11

type AlitripmerchantgalaxyvoucherqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxyvoucherqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyvoucherqueryAPIResponseModel
}

AlitripmerchantgalaxyvoucherqueryAPIResponse 查询单个代金券信息 API返回值 alitrip.merchant.galaxy.voucher.query

查询单个代金券信息

type AlitripmerchantgalaxyvoucherqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxyvoucherqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_voucher_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回参数
	Result *AlitripmerchantgalaxyvoucherqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxyvoucherqueryAPIResponseModel is 查询单个代金券信息 成功返回结果

type AlitripmerchantgalaxyvoucherqueryResponse added in v1.3.1

type AlitripmerchantgalaxyvoucherqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回信息
	Content *VoucherInfoVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyvoucherqueryResponse 结构体

type AlitripmerchantgalaxyvoucherquerylistAPIRequest added in v1.3.1

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

AlitripmerchantgalaxyvoucherquerylistAPIRequest 查询代金券列表 API请求 alitrip.merchant.galaxy.voucher.query.list

查询代金券列表

func NewAlitripmerchantgalaxyvoucherquerylistRequest added in v1.3.1

func NewAlitripmerchantgalaxyvoucherquerylistRequest() *AlitripmerchantgalaxyvoucherquerylistAPIRequest

NewAlitripmerchantgalaxyvoucherquerylistRequest 初始化AlitripmerchantgalaxyvoucherquerylistAPIRequest对象

func (AlitripmerchantgalaxyvoucherquerylistAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxyvoucherquerylistAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxyvoucherquerylistAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxyvoucherquerylistAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxyvoucherquerylistAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxyvoucherquerylistAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxyvoucherquerylistAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxyvoucherquerylistAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxyvoucherquerylistAPIResponse added in v1.3.1

type AlitripmerchantgalaxyvoucherquerylistAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxyvoucherquerylistAPIResponseModel
}

AlitripmerchantgalaxyvoucherquerylistAPIResponse 查询代金券列表 API返回值 alitrip.merchant.galaxy.voucher.query.list

查询代金券列表

type AlitripmerchantgalaxyvoucherquerylistAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxyvoucherquerylistAPIResponseModel is 查询代金券列表 成功返回结果

type AlitripmerchantgalaxyvoucherquerylistResponse added in v1.3.1

type AlitripmerchantgalaxyvoucherquerylistResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回体
	Content *VoucherParameter `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxyvoucherquerylistResponse 结构体

type AlitripmerchantgalaxywechataddcouponrecordAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechataddcouponrecordAPIRequest 星河-记录用户微信优惠券领取记录 API请求 alitrip.merchant.galaxy.wechat.add.coupon.record

雅高小程序添加优惠券实例

func NewAlitripmerchantgalaxywechataddcouponrecordRequest added in v1.3.1

func NewAlitripmerchantgalaxywechataddcouponrecordRequest() *AlitripmerchantgalaxywechataddcouponrecordAPIRequest

NewAlitripmerchantgalaxywechataddcouponrecordRequest 初始化AlitripmerchantgalaxywechataddcouponrecordAPIRequest对象

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetCardType added in v1.3.1

GetCardType CardType Getter

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetSendCouponResult added in v1.3.1

GetSendCouponResult SendCouponResult Getter

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxywechataddcouponrecordAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxywechataddcouponrecordAPIRequest) SetCardType added in v1.3.1

SetCardType is CardType Setter 卡类型

func (*AlitripmerchantgalaxywechataddcouponrecordAPIRequest) SetSendCouponResult added in v1.3.1

func (r *AlitripmerchantgalaxywechataddcouponrecordAPIRequest) SetSendCouponResult(_sendCouponResult string) error

SetSendCouponResult is SendCouponResult Setter 实体类

func (*AlitripmerchantgalaxywechataddcouponrecordAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxywechataddcouponrecordAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户token

type AlitripmerchantgalaxywechataddcouponrecordAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechataddcouponrecordAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechataddcouponrecordAPIResponseModel
}

AlitripmerchantgalaxywechataddcouponrecordAPIResponse 星河-记录用户微信优惠券领取记录 API返回值 alitrip.merchant.galaxy.wechat.add.coupon.record

雅高小程序添加优惠券实例

type AlitripmerchantgalaxywechataddcouponrecordAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechataddcouponrecordAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_add_coupon_record_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回对象
	Result *AlitripmerchantgalaxywechataddcouponrecordResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechataddcouponrecordAPIResponseModel is 星河-记录用户微信优惠券领取记录 成功返回结果

type AlitripmerchantgalaxywechataddcouponrecordResponse added in v1.3.1

type AlitripmerchantgalaxywechataddcouponrecordResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 返回体
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxywechataddcouponrecordResponse 结构体

type AlitripmerchantgalaxywechataddoperationrecordAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechataddoperationrecordAPIRequest 用户领取会员卡记录接口 API请求 alitrip.merchant.galaxy.wechat.add.operation.record

用户领取会员卡记录接口

func NewAlitripmerchantgalaxywechataddoperationrecordRequest added in v1.3.1

func NewAlitripmerchantgalaxywechataddoperationrecordRequest() *AlitripmerchantgalaxywechataddoperationrecordAPIRequest

NewAlitripmerchantgalaxywechataddoperationrecordRequest 初始化AlitripmerchantgalaxywechataddoperationrecordAPIRequest对象

func (AlitripmerchantgalaxywechataddoperationrecordAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechataddoperationrecordAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechataddoperationrecordAPIRequest) GetMemberCard added in v1.3.1

GetMemberCard MemberCard Getter

func (AlitripmerchantgalaxywechataddoperationrecordAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechataddoperationrecordAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxywechataddoperationrecordAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxywechataddoperationrecordAPIRequest) SetMemberCard added in v1.3.1

SetMemberCard is MemberCard Setter 添加标识

func (*AlitripmerchantgalaxywechataddoperationrecordAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户id

func (*AlitripmerchantgalaxywechataddoperationrecordAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录凭证

type AlitripmerchantgalaxywechataddoperationrecordAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechataddoperationrecordAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechataddoperationrecordAPIResponseModel
}

AlitripmerchantgalaxywechataddoperationrecordAPIResponse 用户领取会员卡记录接口 API返回值 alitrip.merchant.galaxy.wechat.add.operation.record

用户领取会员卡记录接口

type AlitripmerchantgalaxywechataddoperationrecordAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechataddoperationrecordAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_add_operation_record_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回对象
	Result *AlitripmerchantgalaxywechataddoperationrecordResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechataddoperationrecordAPIResponseModel is 用户领取会员卡记录接口 成功返回结果

type AlitripmerchantgalaxywechataddoperationrecordResponse added in v1.3.1

type AlitripmerchantgalaxywechataddoperationrecordResponse struct {
	// 状态码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 消息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 结果
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
	// 消息体
	Content bool `json:"content,omitempty" xml:"content,omitempty"`
}

AlitripmerchantgalaxywechataddoperationrecordResponse 结构体

type AlitripmerchantgalaxywechatcardparmqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatcardparmqueryAPIRequest 微信会员卡添加 API请求 alitrip.merchant.galaxy.wechat.card.parm.query

微信会员卡添加参数获取

func NewAlitripmerchantgalaxywechatcardparmqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatcardparmqueryRequest() *AlitripmerchantgalaxywechatcardparmqueryAPIRequest

NewAlitripmerchantgalaxywechatcardparmqueryRequest 初始化AlitripmerchantgalaxywechatcardparmqueryAPIRequest对象

func (AlitripmerchantgalaxywechatcardparmqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatcardparmqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatcardparmqueryAPIRequest) GetCode added in v1.3.1

GetCode Code Getter

func (AlitripmerchantgalaxywechatcardparmqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatcardparmqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxywechatcardparmqueryAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxywechatcardparmqueryAPIRequest) SetCode added in v1.3.1

SetCode is Code Setter 用户在公众号下的标识信息

func (*AlitripmerchantgalaxywechatcardparmqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxywechatcardparmqueryAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录认证

type AlitripmerchantgalaxywechatcardparmqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatcardparmqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatcardparmqueryAPIResponseModel
}

AlitripmerchantgalaxywechatcardparmqueryAPIResponse 微信会员卡添加 API返回值 alitrip.merchant.galaxy.wechat.card.parm.query

微信会员卡添加参数获取

type AlitripmerchantgalaxywechatcardparmqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatcardparmqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_card_parm_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxywechatcardparmqueryResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatcardparmqueryAPIResponseModel is 微信会员卡添加 成功返回结果

type AlitripmerchantgalaxywechatcardparmqueryResponse added in v1.3.1

type AlitripmerchantgalaxywechatcardparmqueryResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误消息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 添加会员参数对象
	Content *MemberCardParamVo `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatcardparmqueryResponse 结构体

type AlitripmerchantgalaxywechatcardqueryrecordAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatcardqueryrecordAPIRequest 微信会员卡领取记录查询 API请求 alitrip.merchant.galaxy.wechat.card.query.record

微信会员卡领取记录查询

func NewAlitripmerchantgalaxywechatcardqueryrecordRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatcardqueryrecordRequest() *AlitripmerchantgalaxywechatcardqueryrecordAPIRequest

NewAlitripmerchantgalaxywechatcardqueryrecordRequest 初始化AlitripmerchantgalaxywechatcardqueryrecordAPIRequest对象

func (AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户Id

func (*AlitripmerchantgalaxywechatcardqueryrecordAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter 用户登录凭证

type AlitripmerchantgalaxywechatcardqueryrecordAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatcardqueryrecordAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatcardqueryrecordAPIResponseModel
}

AlitripmerchantgalaxywechatcardqueryrecordAPIResponse 微信会员卡领取记录查询 API返回值 alitrip.merchant.galaxy.wechat.card.query.record

微信会员卡领取记录查询

type AlitripmerchantgalaxywechatcardqueryrecordAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatcardqueryrecordAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_card_query_record_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxywechatcardqueryrecordResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatcardqueryrecordAPIResponseModel is 微信会员卡领取记录查询 成功返回结果

type AlitripmerchantgalaxywechatcardqueryrecordResponse added in v1.3.1

type AlitripmerchantgalaxywechatcardqueryrecordResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 内容
	Content string `json:"content,omitempty" xml:"content,omitempty"`
	// 消息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 成功失败
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatcardqueryrecordResponse 结构体

type AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest 抽奖用户名单查询接口 API请求 alitrip.merchant.galaxy.wechat.data.lottery.query

抽奖用户名单查询接口

func NewAlitripmerchantgalaxywechatdatalotteryqueryRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatdatalotteryqueryRequest() *AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest

NewAlitripmerchantgalaxywechatdatalotteryqueryRequest 初始化AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest对象

func (AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) GetQueryLotteryDataDTO added in v1.3.1

GetQueryLotteryDataDTO QueryLotteryDataDTO Getter

func (AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) SetQueryLotteryDataDTO added in v1.3.1

func (r *AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) SetQueryLotteryDataDTO(_queryLotteryDataDTO *QueryLotteryDataDto) error

SetQueryLotteryDataDTO is QueryLotteryDataDTO Setter 查询抽奖用户数据入参

func (*AlitripmerchantgalaxywechatdatalotteryqueryAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxywechatdatalotteryqueryAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatdatalotteryqueryAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatdatalotteryqueryAPIResponseModel
}

AlitripmerchantgalaxywechatdatalotteryqueryAPIResponse 抽奖用户名单查询接口 API返回值 alitrip.merchant.galaxy.wechat.data.lottery.query

抽奖用户名单查询接口

type AlitripmerchantgalaxywechatdatalotteryqueryAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatdatalotteryqueryAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_data_lottery_query_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *PageableResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatdatalotteryqueryAPIResponseModel is 抽奖用户名单查询接口 成功返回结果

type AlitripmerchantgalaxywechatinfoAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatinfoAPIRequest 星河-获取微信用户的信息 API请求 alitrip.merchant.galaxy.wechat.info

获取微信用户的openId和unionId

func NewAlitripmerchantgalaxywechatinfoRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatinfoRequest() *AlitripmerchantgalaxywechatinfoAPIRequest

NewAlitripmerchantgalaxywechatinfoRequest 初始化AlitripmerchantgalaxywechatinfoAPIRequest对象

func (AlitripmerchantgalaxywechatinfoAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatinfoAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxywechatinfoAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatinfoAPIRequest) GetCode added in v1.3.1

GetCode Code Getter

func (AlitripmerchantgalaxywechatinfoAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatinfoAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxywechatinfoAPIRequest) SetCode added in v1.3.1

SetCode is Code Setter 微信小程序获取的code

func (*AlitripmerchantgalaxywechatinfoAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxywechatinfoAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户的id

type AlitripmerchantgalaxywechatinfoAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatinfoAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatinfoAPIResponseModel
}

AlitripmerchantgalaxywechatinfoAPIResponse 星河-获取微信用户的信息 API返回值 alitrip.merchant.galaxy.wechat.info

获取微信用户的openId和unionId

type AlitripmerchantgalaxywechatinfoAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatinfoAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_info_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxywechatinfoResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatinfoAPIResponseModel is 星河-获取微信用户的信息 成功返回结果

type AlitripmerchantgalaxywechatinfoResponse added in v1.3.1

type AlitripmerchantgalaxywechatinfoResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 返回的微信用户信息
	Content *WechatCodeResponse `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatinfoResponse 结构体

type AlitripmerchantgalaxywechatloginAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatloginAPIRequest 星河-用户使用微信登陆 API请求 alitrip.merchant.galaxy.wechat.login

星河产品=用户微信小程序登陆

func NewAlitripmerchantgalaxywechatloginRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatloginRequest() *AlitripmerchantgalaxywechatloginAPIRequest

NewAlitripmerchantgalaxywechatloginRequest 初始化AlitripmerchantgalaxywechatloginAPIRequest对象

func (AlitripmerchantgalaxywechatloginAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatloginAPIRequest) GetApiParams added in v1.3.1

func (r AlitripmerchantgalaxywechatloginAPIRequest) GetApiParams(params url.Values)

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatloginAPIRequest) GetLoginParam added in v1.3.1

GetLoginParam LoginParam Getter

func (AlitripmerchantgalaxywechatloginAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatloginAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxywechatloginAPIRequest) SetLoginParam added in v1.3.1

func (r *AlitripmerchantgalaxywechatloginAPIRequest) SetLoginParam(_loginParam *LoginParam) error

SetLoginParam is LoginParam Setter 微信小程序登陆请求参数

func (*AlitripmerchantgalaxywechatloginAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxywechatloginAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户身份信息

type AlitripmerchantgalaxywechatloginAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatloginAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatloginAPIResponseModel
}

AlitripmerchantgalaxywechatloginAPIResponse 星河-用户使用微信登陆 API返回值 alitrip.merchant.galaxy.wechat.login

星河产品=用户微信小程序登陆

type AlitripmerchantgalaxywechatloginAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatloginAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_login_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxywechatloginResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatloginAPIResponseModel is 星河-用户使用微信登陆 成功返回结果

type AlitripmerchantgalaxywechatloginResponse added in v1.3.1

type AlitripmerchantgalaxywechatloginResponse struct {
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// token
	Token string `json:"token,omitempty" xml:"token,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatloginResponse 结构体

type AlitripmerchantgalaxywechatpaycallbackAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatpaycallbackAPIRequest 微信支付回调 API请求 alitrip.merchant.galaxy.wechat.pay.callback

微信支付回调

func NewAlitripmerchantgalaxywechatpaycallbackRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatpaycallbackRequest() *AlitripmerchantgalaxywechatpaycallbackAPIRequest

NewAlitripmerchantgalaxywechatpaycallbackRequest 初始化AlitripmerchantgalaxywechatpaycallbackAPIRequest对象

func (AlitripmerchantgalaxywechatpaycallbackAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatpaycallbackAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatpaycallbackAPIRequest) GetCallBackJson added in v1.3.1

GetCallBackJson CallBackJson Getter

func (AlitripmerchantgalaxywechatpaycallbackAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatpaycallbackAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxywechatpaycallbackAPIRequest) SetCallBackJson added in v1.3.1

func (r *AlitripmerchantgalaxywechatpaycallbackAPIRequest) SetCallBackJson(_callBackJson string) error

SetCallBackJson is CallBackJson Setter 回调参数

func (*AlitripmerchantgalaxywechatpaycallbackAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 1

type AlitripmerchantgalaxywechatpaycallbackAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatpaycallbackAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatpaycallbackAPIResponseModel
}

AlitripmerchantgalaxywechatpaycallbackAPIResponse 微信支付回调 API返回值 alitrip.merchant.galaxy.wechat.pay.callback

微信支付回调

type AlitripmerchantgalaxywechatpaycallbackAPIResponseModel added in v1.3.1

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

AlitripmerchantgalaxywechatpaycallbackAPIResponseModel is 微信支付回调 成功返回结果

type AlitripmerchantgalaxywechatpaycallbackResponse added in v1.3.1

type AlitripmerchantgalaxywechatpaycallbackResponse struct {
	// 1
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 1
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 微信要求的返回类
	Content *WechatCallbackResponse `json:"content,omitempty" xml:"content,omitempty"`
	// 1
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatpaycallbackResponse 结构体

type AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest DFC-ID用户手机号授权登录 API请求 alitrip.merchant.galaxy.wechat.user.authorize.login

DFC-ID用户手机号授权登录

func NewAlitripmerchantgalaxywechatuserauthorizeloginRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatuserauthorizeloginRequest() *AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest

NewAlitripmerchantgalaxywechatuserauthorizeloginRequest 初始化AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest对象

func (AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) GetLoginParam added in v1.3.1

GetLoginParam LoginParam Getter

func (AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) SetLoginParam added in v1.3.1

SetLoginParam is LoginParam Setter 微信向程序登录参数

func (*AlitripmerchantgalaxywechatuserauthorizeloginAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxywechatuserauthorizeloginAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatuserauthorizeloginAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatuserauthorizeloginAPIResponseModel
}

AlitripmerchantgalaxywechatuserauthorizeloginAPIResponse DFC-ID用户手机号授权登录 API返回值 alitrip.merchant.galaxy.wechat.user.authorize.login

DFC-ID用户手机号授权登录

type AlitripmerchantgalaxywechatuserauthorizeloginAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatuserauthorizeloginAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_user_authorize_login_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxywechatuserauthorizeloginResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatuserauthorizeloginAPIResponseModel is DFC-ID用户手机号授权登录 成功返回结果

type AlitripmerchantgalaxywechatuserauthorizeloginResponse added in v1.3.1

type AlitripmerchantgalaxywechatuserauthorizeloginResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 具体错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 用户token相关信息
	Content *UserCurrentStatus `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatuserauthorizeloginResponse 结构体

type AlitripmerchantgalaxywechatuserloginAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatuserloginAPIRequest 微信小程序用户登录 API请求 alitrip.merchant.galaxy.wechat.user.login

微信小程序用户登录接口

func NewAlitripmerchantgalaxywechatuserloginRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatuserloginRequest() *AlitripmerchantgalaxywechatuserloginAPIRequest

NewAlitripmerchantgalaxywechatuserloginRequest 初始化AlitripmerchantgalaxywechatuserloginAPIRequest对象

func (AlitripmerchantgalaxywechatuserloginAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatuserloginAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatuserloginAPIRequest) GetLoginParam added in v1.3.1

GetLoginParam LoginParam Getter

func (AlitripmerchantgalaxywechatuserloginAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatuserloginAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (*AlitripmerchantgalaxywechatuserloginAPIRequest) SetLoginParam added in v1.3.1

func (r *AlitripmerchantgalaxywechatuserloginAPIRequest) SetLoginParam(_loginParam *LoginParam) error

SetLoginParam is LoginParam Setter 微信向程序登录参数

func (*AlitripmerchantgalaxywechatuserloginAPIRequest) SetTenantKey added in v1.3.1

func (r *AlitripmerchantgalaxywechatuserloginAPIRequest) SetTenantKey(_tenantKey string) error

SetTenantKey is TenantKey Setter 租户标识

type AlitripmerchantgalaxywechatuserloginAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatuserloginAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatuserloginAPIResponseModel
}

AlitripmerchantgalaxywechatuserloginAPIResponse 微信小程序用户登录 API返回值 alitrip.merchant.galaxy.wechat.user.login

微信小程序用户登录接口

type AlitripmerchantgalaxywechatuserloginAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatuserloginAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_user_login_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 默认描述
	Result *AlitripmerchantgalaxywechatuserloginResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatuserloginAPIResponseModel is 微信小程序用户登录 成功返回结果

type AlitripmerchantgalaxywechatuserloginResponse added in v1.3.1

type AlitripmerchantgalaxywechatuserloginResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 用户token及用户当前状态
	Content *UserCurrentStatus `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatuserloginResponse 结构体

type AlitripmerchantgalaxywechatusermodifyphoneAPIRequest added in v1.3.1

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

AlitripmerchantgalaxywechatusermodifyphoneAPIRequest DFC-ID用户换绑手机号 API请求 alitrip.merchant.galaxy.wechat.user.modify.phone

DFC-ID用户换绑手机号

func NewAlitripmerchantgalaxywechatusermodifyphoneRequest added in v1.3.1

func NewAlitripmerchantgalaxywechatusermodifyphoneRequest() *AlitripmerchantgalaxywechatusermodifyphoneAPIRequest

NewAlitripmerchantgalaxywechatusermodifyphoneRequest 初始化AlitripmerchantgalaxywechatusermodifyphoneAPIRequest对象

func (AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) GetApiMethodName added in v1.3.1

GetApiMethodName IRequest interface 方法, 获取Api method

func (AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) GetApiParams added in v1.3.1

GetApiParams IRequest interface 方法, 获取API参数

func (AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) GetLoginParam added in v1.3.1

GetLoginParam LoginParam Getter

func (AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) GetRawParams added in v1.3.1

GetRawParams IRequest interface 方法, 获取API原始参数

func (AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) GetTenantKey added in v1.3.1

GetTenantKey TenantKey Getter

func (AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) GetToken added in v1.3.1

GetToken Token Getter

func (*AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) SetLoginParam added in v1.3.1

SetLoginParam is LoginParam Setter 微信向程序登录参数

func (*AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) SetTenantKey added in v1.3.1

SetTenantKey is TenantKey Setter 租户标识

func (*AlitripmerchantgalaxywechatusermodifyphoneAPIRequest) SetToken added in v1.3.1

SetToken is Token Setter token

type AlitripmerchantgalaxywechatusermodifyphoneAPIResponse added in v1.3.1

type AlitripmerchantgalaxywechatusermodifyphoneAPIResponse struct {
	model.CommonResponse
	AlitripmerchantgalaxywechatusermodifyphoneAPIResponseModel
}

AlitripmerchantgalaxywechatusermodifyphoneAPIResponse DFC-ID用户换绑手机号 API返回值 alitrip.merchant.galaxy.wechat.user.modify.phone

DFC-ID用户换绑手机号

type AlitripmerchantgalaxywechatusermodifyphoneAPIResponseModel added in v1.3.1

type AlitripmerchantgalaxywechatusermodifyphoneAPIResponseModel struct {
	XMLName xml.Name `xml:"alitrip_merchant_galaxy_wechat_user_modify_phone_response"`
	// 平台颁发的每次请求访问的唯一标识
	RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"`
	// 返回结果
	Result *AlitripmerchantgalaxywechatusermodifyphoneResponse `json:"result,omitempty" xml:"result,omitempty"`
}

AlitripmerchantgalaxywechatusermodifyphoneAPIResponseModel is DFC-ID用户换绑手机号 成功返回结果

type AlitripmerchantgalaxywechatusermodifyphoneResponse added in v1.3.1

type AlitripmerchantgalaxywechatusermodifyphoneResponse struct {
	// 错误码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 用户token及用户当前状态
	Content *UserCurrentStatus `json:"content,omitempty" xml:"content,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

AlitripmerchantgalaxywechatusermodifyphoneResponse 结构体

type BaseDescVo added in v1.2.7

type BaseDescVo struct {
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
}

BaseDescVo 结构体

type BindingMerchantIdUserDto added in v1.2.8

type BindingMerchantIdUserDto struct {
	// 1
	MerchantId string `json:"merchant_id,omitempty" xml:"merchant_id,omitempty"`
	// 1
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 1
	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

BindingMerchantIdUserDto 结构体

type BrandListDto

type BrandListDto struct {
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 品牌类型
	Species string `json:"species,omitempty" xml:"species,omitempty"`
	Logo string `json:"logo,omitempty" xml:"logo,omitempty"`
	// 品牌编码
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 子品牌编码
	SubType int64 `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
}

BrandListDto 结构体

type CancelPolicy added in v1.2.5

type CancelPolicy struct {
	// 取消政策描述
	CancelPolicyDesc string `json:"cancel_policy_desc,omitempty" xml:"cancel_policy_desc,omitempty"`
	// 取消政策名称
	CancelPolicyName string `json:"cancel_policy_name,omitempty" xml:"cancel_policy_name,omitempty"`
	// 取消政策类型
	CancelPolicyType int64 `json:"cancel_policy_type,omitempty" xml:"cancel_policy_type,omitempty"`
}

CancelPolicy 结构体

type CardBaseInfoDto

type CardBaseInfoDto struct {
	// 会员等级
	CardTier string `json:"card_tier,omitempty" xml:"card_tier,omitempty"`
	// 会员卡号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 会员卡类型
	CardType string `json:"card_type,omitempty" xml:"card_type,omitempty"`
	// 微信会员卡状态
	WechatCardStatus string `json:"wechat_card_status,omitempty" xml:"wechat_card_status,omitempty"`
}

CardBaseInfoDto 结构体

type CardSystemVo added in v1.2.5

type CardSystemVo struct {
	// 会员卡详细信息
	MemberCardDetailList []MemberCardDetailVo `json:"member_card_detail_list,omitempty" xml:"member_card_detail_list>member_card_detail_vo,omitempty"`
}

CardSystemVo 结构体

type CityAddressDetail added in v1.2.9

type CityAddressDetail struct {
	// 国家(汉字)
	CountryCn string `json:"country_cn,omitempty" xml:"country_cn,omitempty"`
	// 城市(汉字)
	CityCn string `json:"city_cn,omitempty" xml:"city_cn,omitempty"`
	// 省份(汉字)
	ProvinceCn string `json:"province_cn,omitempty" xml:"province_cn,omitempty"`
	// 城市拼音首字母
	CityPyHead string `json:"city_py_head,omitempty" xml:"city_py_head,omitempty"`
	// 城市图片URL
	CityUrl string `json:"city_url,omitempty" xml:"city_url,omitempty"`
	// 0国内1国外
	Domestic int64 `json:"domestic,omitempty" xml:"domestic,omitempty"`
	// 国家编码
	CountryCode int64 `json:"country_code,omitempty" xml:"country_code,omitempty"`
	// 城市编码
	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 省份代码
	ProvinceCode int64 `json:"province_code,omitempty" xml:"province_code,omitempty"`
}

CityAddressDetail 结构体

type Content

type Content struct {
	// 高档型
	Upscales []BrandListDto `json:"upscales,omitempty" xml:"upscales>brand_list_dto,omitempty"`
	// 豪华型
	Luxurys []BrandListDto `json:"luxurys,omitempty" xml:"luxurys>brand_list_dto,omitempty"`
	// 舒适型
	CmForTables []BrandListDto `json:"cm_for_tables,omitempty" xml:"cm_for_tables>brand_list_dto,omitempty"`
	// 经济型
	Economics []BrandListDto `json:"economics,omitempty" xml:"economics>brand_list_dto,omitempty"`
}

Content 结构体

type CouponActivity added in v1.2.5

type CouponActivity struct {
	// 优惠券详情
	CouponList []CouponInfo `json:"coupon_list,omitempty" xml:"coupon_list>coupon_info,omitempty"`
	// 活动名称
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 活动id
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
}

CouponActivity 结构体

type CouponActivityPopUpVo added in v1.2.5

type CouponActivityPopUpVo struct {
	// 优惠券模板
	CouponTemplateVOList []DisplayCouponTemplateVo `json:"coupon_template_v_o_list,omitempty" xml:"coupon_template_v_o_list>display_coupon_template_vo,omitempty"`
	// 1
	HomePagePopup string `json:"home_page_popup,omitempty" xml:"home_page_popup,omitempty"`
	// 1
	DetailsPagePicture string `json:"details_page_picture,omitempty" xml:"details_page_picture,omitempty"`
	// 活动id
	PmActivityId int64 `json:"pm_activity_id,omitempty" xml:"pm_activity_id,omitempty"`
}

CouponActivityPopUpVo 结构体

type CouponInfo added in v1.2.5

type CouponInfo struct {
	// 使用描述
	DetailDesc string `json:"detail_desc,omitempty" xml:"detail_desc,omitempty"`
	// 优惠券名称
	CouponName string `json:"coupon_name,omitempty" xml:"coupon_name,omitempty"`
	// 到期日期
	ExpiredTimeMin string `json:"expired_time_min,omitempty" xml:"expired_time_min,omitempty"`
	// 面额(减免额度) 元
	DiscountAmount string `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 使用条件描述
	ConditionDesc string `json:"condition_desc,omitempty" xml:"condition_desc,omitempty"`
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
}

CouponInfo 结构体

type CouponInfoVo added in v1.2.7

type CouponInfoVo struct {
	// 折扣
	DiscountAmount string `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 门槛
	ConditionAmount string `json:"condition_amount,omitempty" xml:"condition_amount,omitempty"`
	// 描述
	DetailDesc string `json:"detail_desc,omitempty" xml:"detail_desc,omitempty"`
	// 优惠券名字
	CouponName string `json:"coupon_name,omitempty" xml:"coupon_name,omitempty"`
	// 过期时间
	ExpiredTimeMin string `json:"expired_time_min,omitempty" xml:"expired_time_min,omitempty"`
	// 优惠券类型
	CouponType string `json:"coupon_type,omitempty" xml:"coupon_type,omitempty"`
	// 描述
	ConditionDesc string `json:"condition_desc,omitempty" xml:"condition_desc,omitempty"`
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 实例id
	InstanceId int64 `json:"instance_id,omitempty" xml:"instance_id,omitempty"`
	// 模板id
	CouponTemplateId int64 `json:"coupon_template_id,omitempty" xml:"coupon_template_id,omitempty"`
}

CouponInfoVo 结构体

type CouponParam added in v1.2.5

type CouponParam struct {
	// 优惠券模板id集合
	CouponTemplateIdList []int64 `json:"coupon_template_id_list,omitempty" xml:"coupon_template_id_list>int64,omitempty"`
	// 代金券id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 区分版本
	Version string `json:"version,omitempty" xml:"version,omitempty"`
	// 优惠价的试单相关参数透传
	DiscountParam *ValidateOrderParam `json:"discount_param,omitempty" xml:"discount_param,omitempty"`
	// 原价的试单相关参数透传
	NoDiscountParam *ValidateOrderParam `json:"no_discount_param,omitempty" xml:"no_discount_param,omitempty"`
	// 权益券相关参数
	DerbyVoucherUniversalDto *DerbyVoucherUniversalDto `json:"derby_voucher_universal_dto,omitempty" xml:"derby_voucher_universal_dto,omitempty"`
}

CouponParam 结构体

type CouponValidateOrderDto added in v1.2.5

type CouponValidateOrderDto struct {
	// 优惠券实例列表
	InstanceVOList []CouponInfoVo `json:"instance_v_o_list,omitempty" xml:"instance_v_o_list>coupon_info_vo,omitempty"`
	// 优惠券实例对象
	CouponInfoVO *CouponInfoVo `json:"coupon_info_v_o,omitempty" xml:"coupon_info_v_o,omitempty"`
	// 折扣价试单结果
	DiscountDTO *ValidateResultVo `json:"discount_d_t_o,omitempty" xml:"discount_d_t_o,omitempty"`
	// 原价试单结果
	NoDiscountDTO *ValidateResultVo `json:"no_discount_d_t_o,omitempty" xml:"no_discount_d_t_o,omitempty"`
	// 权益商品展示信息
	DerbyVoucherInfo *DerbyVoucherInfo `json:"derby_voucher_info,omitempty" xml:"derby_voucher_info,omitempty"`
}

CouponValidateOrderDto 结构体

type CreateOrderParam

type CreateOrderParam struct {
	// 多房间参数
	GuestByRoomDtos []GuestByRoomDto `json:"guest_by_room_dtos,omitempty" xml:"guest_by_room_dtos>guest_by_room_dto,omitempty"`
	// 早餐名称
	BreakfastName string `json:"breakfast_name,omitempty" xml:"breakfast_name,omitempty"`
	// 会员可见等级
	MemberLevel string `json:"member_level,omitempty" xml:"member_level,omitempty"`
	// 外部酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 酒店名称
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 入住时间
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 支付渠道
	PaymentChannel string `json:"payment_channel,omitempty" xml:"payment_channel,omitempty"`
	// 入住人电话
	CustomerPhone string `json:"customer_phone,omitempty" xml:"customer_phone,omitempty"`
	// 离店时间
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 入住人名
	CustomerFirstName string `json:"customer_first_name,omitempty" xml:"customer_first_name,omitempty"`
	// 入住人邮箱
	CustomerEmail string `json:"customer_email,omitempty" xml:"customer_email,omitempty"`
	// 入住人姓
	CustomerLastName string `json:"customer_last_name,omitempty" xml:"customer_last_name,omitempty"`
	// 价格名称
	RpName string `json:"rp_name,omitempty" xml:"rp_name,omitempty"`
	// 活动标识字段
	OfferSourceChannel string `json:"offer_source_channel,omitempty" xml:"offer_source_channel,omitempty"`
	// 活动id
	OfferId string `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
	// rpcode
	RpCode string `json:"rp_code,omitempty" xml:"rp_code,omitempty"`
	// 代金券id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 1
	AreaCode string `json:"area_code,omitempty" xml:"area_code,omitempty"`
	// 外部outRoomId
	OutRoomId int64 `json:"out_room_id,omitempty" xml:"out_room_id,omitempty"`
	// 宝贝ID
	Gid int64 `json:"gid,omitempty" xml:"gid,omitempty"`
	// 预订酒店房间数
	RoomNumber int64 `json:"room_number,omitempty" xml:"room_number,omitempty"`
	// 标准静态信息库酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 儿童数量
	ChildrenNumber int64 `json:"children_number,omitempty" xml:"children_number,omitempty"`
	// 内部rpId
	RpId int64 `json:"rp_id,omitempty" xml:"rp_id,omitempty"`
	// 成人数量
	PersonNumber int64 `json:"person_number,omitempty" xml:"person_number,omitempty"`
	// 成人数量
	AdultNumber int64 `json:"adult_number,omitempty" xml:"adult_number,omitempty"`
	// 房间Id
	RoomId int64 `json:"room_id,omitempty" xml:"room_id,omitempty"`
	// 价格id
	RateId int64 `json:"rate_id,omitempty" xml:"rate_id,omitempty"`
	// 支付类型
	PaymentType int64 `json:"payment_type,omitempty" xml:"payment_type,omitempty"`
	// 优惠券实例id
	CouponInstanceId int64 `json:"coupon_instance_id,omitempty" xml:"coupon_instance_id,omitempty"`
	// 权益券相关参数
	DerbyVoucherUniversalDTO *DerbyVoucherUniversalDto `json:"derby_voucher_universal_d_t_o,omitempty" xml:"derby_voucher_universal_d_t_o,omitempty"`
	// 版本号
	Version int64 `json:"version,omitempty" xml:"version,omitempty"`
	// 是否同意向境外提供个人信息
	DataExportAgreement bool `json:"data_export_agreement,omitempty" xml:"data_export_agreement,omitempty"`
}

CreateOrderParam 结构体

type DailyInfo added in v1.2.5

type DailyInfo struct {
	// 日期
	Day string `json:"day,omitempty" xml:"day,omitempty"`
	// 日期字符串格式
	DayStr string `json:"day_str,omitempty" xml:"day_str,omitempty"`
	// 早餐名称
	BreakfastName string `json:"breakfast_name,omitempty" xml:"breakfast_name,omitempty"`
	// 不含税价格
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 每天的税,单位分
	Tax int64 `json:"tax,omitempty" xml:"tax,omitempty"`
	// 早餐数量
	BreakfastCount int64 `json:"breakfast_count,omitempty" xml:"breakfast_count,omitempty"`
	// 外币不含税价格
	OutPrice int64 `json:"out_price,omitempty" xml:"out_price,omitempty"`
	// 外币每天的税,单位分
	OutTax int64 `json:"out_tax,omitempty" xml:"out_tax,omitempty"`
}

DailyInfo 结构体

type DailyMarkupPrice added in v1.2.5

type DailyMarkupPrice struct {
	// 实际加价金额
	DailyPrice string `json:"daily_price,omitempty" xml:"daily_price,omitempty"`
	// 加价日期
	Date string `json:"date,omitempty" xml:"date,omitempty"`
}

DailyMarkupPrice 结构体

type DailyPrice

type DailyPrice struct {
	// 每日价格
	ReallyPrice string `json:"really_price,omitempty" xml:"really_price,omitempty"`
	// 日期
	Date string `json:"date,omitempty" xml:"date,omitempty"`
	// 外币每日价格
	OutReallyPrice string `json:"out_really_price,omitempty" xml:"out_really_price,omitempty"`
	// 面积
	Area string `json:"area,omitempty" xml:"area,omitempty"`
	// 床型图标
	BedTypeIcon string `json:"bed_type_icon,omitempty" xml:"bed_type_icon,omitempty"`
	// 入住人数图标
	MaxOccupancyIcon string `json:"max_occupancy_icon,omitempty" xml:"max_occupancy_icon,omitempty"`
	// 楼层
	Floor string `json:"floor,omitempty" xml:"floor,omitempty"`
	// 楼层图标
	FloorIcon string `json:"floor_icon,omitempty" xml:"floor_icon,omitempty"`
	// 面积图标
	AreaIcon string `json:"area_icon,omitempty" xml:"area_icon,omitempty"`
	// 床型图标
	WindowTypeIcon string `json:"window_type_icon,omitempty" xml:"window_type_icon,omitempty"`
	// 窗型
	WindowType string `json:"window_type,omitempty" xml:"window_type,omitempty"`
	// 最大入住人数
	MaxOccupancy int64 `json:"max_occupancy,omitempty" xml:"max_occupancy,omitempty"`
}

DailyPrice 结构体

type DerbyAuthenticationParam added in v1.2.5

type DerbyAuthenticationParam struct {
	// 认证邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 认证密码
	Password string `json:"password,omitempty" xml:"password,omitempty"`
	// 用户注册类型
	UserRegisterType string `json:"user_register_type,omitempty" xml:"user_register_type,omitempty"`
	// 是否接受会员协议
	AcceptedTandC string `json:"accepted_tand_c,omitempty" xml:"accepted_tand_c,omitempty"`
	// 是否是否勾选ALL和SMSALL收取优惠邮件
	OptinAll bool `json:"optin_all,omitempty" xml:"optin_all,omitempty"`
	// 是否同意向境外提供个人信息
	DataExportAgreement bool `json:"data_export_agreement,omitempty" xml:"data_export_agreement,omitempty"`
}

DerbyAuthenticationParam 结构体

type DerbyMemberVo added in v1.2.8

type DerbyMemberVo struct {
	// 用户臻享卡数量
	CardAmount string `json:"card_amount,omitempty" xml:"card_amount,omitempty"`
}

DerbyMemberVo 结构体

type DerbySpecialField added in v1.2.5

type DerbySpecialField struct {
	// 积分倒计时
	PointsExpirationDate string `json:"points_expiration_date,omitempty" xml:"points_expiration_date,omitempty"`
	// 会员卡倒计时
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
}

DerbySpecialField 结构体

type DerbyVoucherCardActiveVo added in v1.2.8

type DerbyVoucherCardActiveVo struct {
	// 会员卡号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 权益卡号
	MemberVoucherCardID string `json:"member_voucher_card_i_d,omitempty" xml:"member_voucher_card_i_d,omitempty"`
}

DerbyVoucherCardActiveVo 结构体

type DerbyVoucherCardApplyReceiptDto added in v1.2.8

type DerbyVoucherCardApplyReceiptDto struct {
	// 发票类型(个人/公司)
	ReceiptType string `json:"receipt_type,omitempty" xml:"receipt_type,omitempty"`
	// 张三
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 13365231234
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 1456@163.com
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 84531204051
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 321312312
	TaxId string `json:"tax_id,omitempty" xml:"tax_id,omitempty"`
	// 2131
	TotalRate string `json:"total_rate,omitempty" xml:"total_rate,omitempty"`
}

DerbyVoucherCardApplyReceiptDto 结构体

type DerbyVoucherCardCancelDto added in v1.2.8

type DerbyVoucherCardCancelDto struct {
	// 订单id
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 订单状态code
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 模拟token
	FkToken string `json:"fk_token,omitempty" xml:"fk_token,omitempty"`
}

DerbyVoucherCardCancelDto 结构体

type DerbyVoucherCardOrderDetailsVo added in v1.2.8

type DerbyVoucherCardOrderDetailsVo struct {
	// 状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 商品价格
	ProductPrice string `json:"product_price,omitempty" xml:"product_price,omitempty"`
	// 商品数量
	ProductCount string `json:"product_count,omitempty" xml:"product_count,omitempty"`
	// 实付金额
	ProductPaidIn string `json:"product_paid_in,omitempty" xml:"product_paid_in,omitempty"`
	// 下单时间
	OrderTime string `json:"order_time,omitempty" xml:"order_time,omitempty"`
	// 订单号
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 商品类型
	ProductMinType string `json:"product_min_type,omitempty" xml:"product_min_type,omitempty"`
	// 会员卡号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 权益卡号
	MemberVoucherCardID string `json:"member_voucher_card_i_d,omitempty" xml:"member_voucher_card_i_d,omitempty"`
	// 卡状态
	CardStatus string `json:"card_status,omitempty" xml:"card_status,omitempty"`
	// 商品图片
	ProductPic string `json:"product_pic,omitempty" xml:"product_pic,omitempty"`
	// 弹屏
	PopScreen bool `json:"pop_screen,omitempty" xml:"pop_screen,omitempty"`
}

DerbyVoucherCardOrderDetailsVo 结构体

type DerbyVoucherCardOrdersVo added in v1.2.8

type DerbyVoucherCardOrdersVo struct {
	// 商品数量
	ProductCount string `json:"product_count,omitempty" xml:"product_count,omitempty"`
	// 实付金额
	ProductPaidIn string `json:"product_paid_in,omitempty" xml:"product_paid_in,omitempty"`
	// 下单时间
	OrderTime string `json:"order_time,omitempty" xml:"order_time,omitempty"`
	// 商品类型
	ProductMinType string `json:"product_min_type,omitempty" xml:"product_min_type,omitempty"`
	// 订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 权益卡状态
	CardStatus string `json:"card_status,omitempty" xml:"card_status,omitempty"`
	// 订单号
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 商品图片
	ProductPic string `json:"product_pic,omitempty" xml:"product_pic,omitempty"`
}

DerbyVoucherCardOrdersVo 结构体

type DerbyVoucherCardPayDto added in v1.2.8

type DerbyVoucherCardPayDto struct {
	// 实付金额
	PaidInAmount string `json:"paid_in_amount,omitempty" xml:"paid_in_amount,omitempty"`
	// 商品权益编码
	VoucherCardCode string `json:"voucher_card_code,omitempty" xml:"voucher_card_code,omitempty"`
	// 商品类型APLUSP:Premium卡。APLUSB:Basic卡。
	VoucherCardCategory string `json:"voucher_card_category,omitempty" xml:"voucher_card_category,omitempty"`
	// 是否接受会员条款(必选)
	AcceptedTandC string `json:"accepted_tand_c,omitempty" xml:"accepted_tand_c,omitempty"`
	// 是否勾选邮箱条款
	OptinAll string `json:"optin_all,omitempty" xml:"optin_all,omitempty"`
	// 订单id(传了就是已存在订单,重复唤起支付)
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 是否勾选短信条款
	OptinSMSALL bool `json:"optin_s_m_s_a_l_l,omitempty" xml:"optin_s_m_s_a_l_l,omitempty"`
}

DerbyVoucherCardPayDto 结构体

type DerbyVoucherCardPurchasableVo added in v1.2.8

type DerbyVoucherCardPurchasableVo struct {
	// 订单id
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 时间戳
	TimeStamp string `json:"time_stamp,omitempty" xml:"time_stamp,omitempty"`
	// 随机字符串
	NonceStr string `json:"nonce_str,omitempty" xml:"nonce_str,omitempty"`
	// 支付认证
	Packag string `json:"packag,omitempty" xml:"packag,omitempty"`
	// 签名
	PaySign string `json:"pay_sign,omitempty" xml:"pay_sign,omitempty"`
	// 签名方式
	SignType string `json:"sign_type,omitempty" xml:"sign_type,omitempty"`
	// 权益卡名称(备用字段,暂时无用)
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 权益卡商品编码(下单要用)
	VoucherCardCode string `json:"voucher_card_code,omitempty" xml:"voucher_card_code,omitempty"`
	// 权益卡图片
	CardImage string `json:"card_image,omitempty" xml:"card_image,omitempty"`
	// 权益卡规格 DerbyVoucherCardOrderProductMinTypeEnum code
	VoucherCardCategory string `json:"voucher_card_category,omitempty" xml:"voucher_card_category,omitempty"`
	// 权益卡规格 DerbyVoucherCardOrderProductMinTypeEnum desc
	VoucherCardCategoryName string `json:"voucher_card_category_name,omitempty" xml:"voucher_card_category_name,omitempty"`
	// 商品名称 accor_paid_membership_card雅高付费会员卡 code
	ProductType string `json:"product_type,omitempty" xml:"product_type,omitempty"`
	// 商品名称 accor_paid_membership_card雅高付费会员卡 desc
	ProductTypeName string `json:"product_type_name,omitempty" xml:"product_type_name,omitempty"`
	// 优惠的原因
	PriceDesc string `json:"price_desc,omitempty" xml:"price_desc,omitempty"`
	// 权益卡原价
	Price float64 `json:"price,omitempty" xml:"price,omitempty"`
	// 权益卡售卖价 (为空则选原价)
	SalePrice float64 `json:"sale_price,omitempty" xml:"sale_price,omitempty"`
	// 权益到期时间搓
	CountDownTime int64 `json:"count_down_time,omitempty" xml:"count_down_time,omitempty"`
	// 商品数量
	ProductCount int64 `json:"product_count,omitempty" xml:"product_count,omitempty"`
	// 是否需要注册 true需要 false不需要
	NeedRegister bool `json:"need_register,omitempty" xml:"need_register,omitempty"`
}

DerbyVoucherCardPurchasableVo 结构体

type DerbyVoucherCardRedeemDto added in v1.2.9

type DerbyVoucherCardRedeemDto struct {
	// 兑换号
	TicketCode string `json:"ticket_code,omitempty" xml:"ticket_code,omitempty"`
	// 用户协议
	UserAgreement bool `json:"user_agreement,omitempty" xml:"user_agreement,omitempty"`
	// 兑换协议
	ExchangeAgreement bool `json:"exchange_agreement,omitempty" xml:"exchange_agreement,omitempty"`
}

DerbyVoucherCardRedeemDto 结构体

type DerbyVoucherCardRedeemHistoryVo added in v1.2.9

type DerbyVoucherCardRedeemHistoryVo struct {
	// 臻享卡卡号
	MemberVoucherCardID string `json:"member_voucher_card_i_d,omitempty" xml:"member_voucher_card_i_d,omitempty"`
	// 会员卡号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 臻享卡兑换码
	TicketCode string `json:"ticket_code,omitempty" xml:"ticket_code,omitempty"`
	// 臻享卡类型
	VoucherCardCategory string `json:"voucher_card_category,omitempty" xml:"voucher_card_category,omitempty"`
	// 兑换时间
	RedeemTime string `json:"redeem_time,omitempty" xml:"redeem_time,omitempty"`
	// 兑换成功
	RedeemSuccess bool `json:"redeem_success,omitempty" xml:"redeem_success,omitempty"`
}

DerbyVoucherCardRedeemHistoryVo 结构体

type DerbyVoucherCardRedeemVo added in v1.2.9

type DerbyVoucherCardRedeemVo struct {
	// 臻享卡卡号
	MemberVoucherCardID string `json:"member_voucher_card_i_d,omitempty" xml:"member_voucher_card_i_d,omitempty"`
	// 臻享卡卡类型
	VoucherCardCategory string `json:"voucher_card_category,omitempty" xml:"voucher_card_category,omitempty"`
	// 兑换成功
	RedeemSuccess bool `json:"redeem_success,omitempty" xml:"redeem_success,omitempty"`
}

DerbyVoucherCardRedeemVo 结构体

type DerbyVoucherCardVo added in v1.2.8

type DerbyVoucherCardVo struct {
	// 1
	DerbyVoucherCountVOs []DerbyVoucherCountVo `json:"derby_voucher_count_v_os,omitempty" xml:"derby_voucher_count_v_os>derby_voucher_count_vo,omitempty"`
	// 1
	DerbyVoucherPolymerizationVOs []DerbyVoucherCountVo `json:"derby_voucher_polymerization_v_os,omitempty" xml:"derby_voucher_polymerization_v_os>derby_voucher_count_vo,omitempty"`
	// 1
	Vouchers []DerbyVoucherPolymerizationVo `json:"vouchers,omitempty" xml:"vouchers>derby_voucher_polymerization_vo,omitempty"`
	// 1
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 1
	MemberVoucherCardID string `json:"member_voucher_card_i_d,omitempty" xml:"member_voucher_card_i_d,omitempty"`
	// 1
	VoucherCardCategory string `json:"voucher_card_category,omitempty" xml:"voucher_card_category,omitempty"`
	// 1
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 1
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 1
	QrCodeIDImage string `json:"qr_code_i_d_image,omitempty" xml:"qr_code_i_d_image,omitempty"`
}

DerbyVoucherCardVo 结构体

type DerbyVoucherCountVo added in v1.2.8

type DerbyVoucherCountVo struct {
	// 1
	VoucherIds []string `json:"voucher_ids,omitempty" xml:"voucher_ids>string,omitempty"`
	// 1
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// aa
	TypeName string `json:"type_name,omitempty" xml:"type_name,omitempty"`
	// aa
	TypeUrl string `json:"type_url,omitempty" xml:"type_url,omitempty"`
	// 1
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 1
	Category string `json:"category,omitempty" xml:"category,omitempty"`
	// 1
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 1
	VoucherPic string `json:"voucher_pic,omitempty" xml:"voucher_pic,omitempty"`
	// 1
	ShortDes string `json:"short_des,omitempty" xml:"short_des,omitempty"`
	// 1
	LongDes string `json:"long_des,omitempty" xml:"long_des,omitempty"`
	// 1
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 1
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 单次或无限次
	UseTimes string `json:"use_times,omitempty" xml:"use_times,omitempty"`
	// 1
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
	// 1
	DiscountOff int64 `json:"discount_off,omitempty" xml:"discount_off,omitempty"`
	// 1
	Onoffline bool `json:"onoffline,omitempty" xml:"onoffline,omitempty"`
}

DerbyVoucherCountVo 结构体

type DerbyVoucherIdentityQrcodeVo added in v1.2.8

type DerbyVoucherIdentityQrcodeVo struct {
	// base64
	Qrcode string `json:"qrcode,omitempty" xml:"qrcode,omitempty"`
}

DerbyVoucherIdentityQrcodeVo 结构体

type DerbyVoucherInfo added in v1.2.8

type DerbyVoucherInfo struct {
	// 权益券类型
	Category string `json:"category,omitempty" xml:"category,omitempty"`
	// 权益卡卡号
	MemberVoucherCardId string `json:"member_voucher_card_id,omitempty" xml:"member_voucher_card_id,omitempty"`
	// 权益券id
	MemberVoucherId string `json:"member_voucher_id,omitempty" xml:"member_voucher_id,omitempty"`
	// 权益券使用限制描述
	LongDes string `json:"long_des,omitempty" xml:"long_des,omitempty"`
	// 权益卡身份码
	QrCodeIDImage string `json:"qr_code_i_d_image,omitempty" xml:"qr_code_i_d_image,omitempty"`
	// 折扣百分比
	DiscountOff int64 `json:"discount_off,omitempty" xml:"discount_off,omitempty"`
}

DerbyVoucherInfo 结构体

type DerbyVoucherPolymerizationVo added in v1.2.8

type DerbyVoucherPolymerizationVo struct {
	// 1
	MemberVoucherID string `json:"member_voucher_i_d,omitempty" xml:"member_voucher_i_d,omitempty"`
	// 1
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 1
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 1
	Category string `json:"category,omitempty" xml:"category,omitempty"`
	// 1
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 1
	VoucherPic string `json:"voucher_pic,omitempty" xml:"voucher_pic,omitempty"`
	// 1
	ShortDes string `json:"short_des,omitempty" xml:"short_des,omitempty"`
	// 1
	LongDes string `json:"long_des,omitempty" xml:"long_des,omitempty"`
	// 1
	UsedDate string `json:"used_date,omitempty" xml:"used_date,omitempty"`
	// 1
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 1
	QRCodeImage string `json:"q_r_code_image,omitempty" xml:"q_r_code_image,omitempty"`
	// 1
	EndDate string `json:"end_date,omitempty" xml:"end_date,omitempty"`
	// 1
	VoucherCode string `json:"voucher_code,omitempty" xml:"voucher_code,omitempty"`
	// 单次/无限次
	UseTimes string `json:"use_times,omitempty" xml:"use_times,omitempty"`
	// 1
	DiscountOff int64 `json:"discount_off,omitempty" xml:"discount_off,omitempty"`
	// 1
	Onoffline bool `json:"onoffline,omitempty" xml:"onoffline,omitempty"`
}

DerbyVoucherPolymerizationVo 结构体

type DerbyVoucherReceiptApplyVo added in v1.2.8

type DerbyVoucherReceiptApplyVo struct {
	// 发票申请流水号
	FlowNumber string `json:"flow_number,omitempty" xml:"flow_number,omitempty"`
	// 订单号
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
}

DerbyVoucherReceiptApplyVo 结构体

type DerbyVoucherReceiptAutoResponse added in v1.2.8

type DerbyVoucherReceiptAutoResponse struct {
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 税号
	TaxID string `json:"tax_i_d,omitempty" xml:"tax_i_d,omitempty"`
}

DerbyVoucherReceiptAutoResponse 结构体

type DerbyVoucherReceiptAutoVo added in v1.2.8

type DerbyVoucherReceiptAutoVo struct {
	// 详情
	Data []DerbyVoucherReceiptAutoResponse `json:"data,omitempty" xml:"data>derby_voucher_receipt_auto_response,omitempty"`
	// 发票抬头
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 税号
	TaxID string `json:"tax_i_d,omitempty" xml:"tax_i_d,omitempty"`
}

DerbyVoucherReceiptAutoVo 结构体

type DerbyVoucherReceiptQueryVo added in v1.2.8

type DerbyVoucherReceiptQueryVo struct {
	// 邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 发票状态
	ReceiptStatus string `json:"receipt_status,omitempty" xml:"receipt_status,omitempty"`
	// 发票pdf url
	ReceiptURL string `json:"receipt_u_r_l,omitempty" xml:"receipt_u_r_l,omitempty"`
	// 订单id
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 税号
	TaxID string `json:"tax_i_d,omitempty" xml:"tax_i_d,omitempty"`
	// 总金额
	TotalRate string `json:"total_rate,omitempty" xml:"total_rate,omitempty"`
	// 发票类型(公司/个人)
	ReceiptType string `json:"receipt_type,omitempty" xml:"receipt_type,omitempty"`
	// 手机号
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
}

DerbyVoucherReceiptQueryVo 结构体

type DerbyVoucherUniversalDto added in v1.2.8

type DerbyVoucherUniversalDto struct {
	// 类型
	Category string `json:"category,omitempty" xml:"category,omitempty"`
	// 房型srId
	RoomTypeCode string `json:"room_type_code,omitempty" xml:"room_type_code,omitempty"`
	// 房型rpCode
	RatePlanCode string `json:"rate_plan_code,omitempty" xml:"rate_plan_code,omitempty"`
	// 权益卡卡号
	MemberVoucherCardId string `json:"member_voucher_card_id,omitempty" xml:"member_voucher_card_id,omitempty"`
	// 权益券id
	MemberVoucherId string `json:"member_voucher_id,omitempty" xml:"member_voucher_id,omitempty"`
	// 折扣百分比
	DiscountOff int64 `json:"discount_off,omitempty" xml:"discount_off,omitempty"`
	// 是否为权益商品
	IsDerbyVoucherRoom bool `json:"is_derby_voucher_room,omitempty" xml:"is_derby_voucher_room,omitempty"`
}

DerbyVoucherUniversalDto 结构体

type DerbyVoucherVo added in v1.2.8

type DerbyVoucherVo struct {
	// 线下权益券二维码
	QRCodeImage string `json:"q_r_code_image,omitempty" xml:"q_r_code_image,omitempty"`
	// 线下核销是否成功
	OfflineRedemption bool `json:"offline_redemption,omitempty" xml:"offline_redemption,omitempty"`
}

DerbyVoucherVo 结构体

type DisplayCouponTemplateVo added in v1.2.5

type DisplayCouponTemplateVo struct {
	// 关联活动id
	RelateActivityIdList []int64 `json:"relate_activity_id_list,omitempty" xml:"relate_activity_id_list>int64,omitempty"`
	// 使用门槛
	ConditionAmount string `json:"condition_amount,omitempty" xml:"condition_amount,omitempty"`
	// 面额
	DiscountAmount string `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 优惠券名称
	CouponName string `json:"coupon_name,omitempty" xml:"coupon_name,omitempty"`
	// 使用条件描述
	ConditionDesc string `json:"condition_desc,omitempty" xml:"condition_desc,omitempty"`
	// 详细描述
	DetailDesc string `json:"detail_desc,omitempty" xml:"detail_desc,omitempty"`
	// 优惠券预订开始时间
	BookStartTime string `json:"book_start_time,omitempty" xml:"book_start_time,omitempty"`
	// 优惠券预订结束时间
	BookEndTime string `json:"book_end_time,omitempty" xml:"book_end_time,omitempty"`
	// 允许入住开始时间
	CheckInTime string `json:"check_in_time,omitempty" xml:"check_in_time,omitempty"`
	// 允许入住结束时间
	CheckOutTime string `json:"check_out_time,omitempty" xml:"check_out_time,omitempty"`
	// 关联状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 优惠券过期时间
	ExpiredTime string `json:"expired_time,omitempty" xml:"expired_time,omitempty"`
	// 优惠券类型
	CouponType string `json:"coupon_type,omitempty" xml:"coupon_type,omitempty"`
	// 优惠券模板id
	CouponTemplateId int64 `json:"coupon_template_id,omitempty" xml:"coupon_template_id,omitempty"`
	// 领取优惠券后的过期时间
	ExpiredTimeDay int64 `json:"expired_time_day,omitempty" xml:"expired_time_day,omitempty"`
	// 领取优惠券后的过期时间
	ExpiredTimeHour int64 `json:"expired_time_hour,omitempty" xml:"expired_time_hour,omitempty"`
	// 领取优惠券后的过期时间
	ExpiredTimeMin int64 `json:"expired_time_min,omitempty" xml:"expired_time_min,omitempty"`
	// 优惠券总数量
	TotalAmount int64 `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 已领取数量
	ReceivedAmount int64 `json:"received_amount,omitempty" xml:"received_amount,omitempty"`
	// 优惠券剩余数量
	LeftAmount int64 `json:"left_amount,omitempty" xml:"left_amount,omitempty"`
	// 关联商品
	ReplaceRpCode *ReplaceRpCode `json:"replace_rp_code,omitempty" xml:"replace_rp_code,omitempty"`
}

DisplayCouponTemplateVo 结构体

type DrawOfferSummaryVo added in v1.2.5

type DrawOfferSummaryVo struct {
	// 无线端图片
	OfferImageWireless []string `json:"offer_image_wireless,omitempty" xml:"offer_image_wireless>string,omitempty"`
	// 活动名称
	OfferName string `json:"offer_name,omitempty" xml:"offer_name,omitempty"`
	// 子标题
	Subtitle string `json:"subtitle,omitempty" xml:"subtitle,omitempty"`
	// 用户状态
	UserStatus int64 `json:"user_status,omitempty" xml:"user_status,omitempty"`
	// 活动id
	OfferId int64 `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
	// 活动状态
	OfferStatus int64 `json:"offer_status,omitempty" xml:"offer_status,omitempty"`
}

DrawOfferSummaryVo 结构体

type EnumVo added in v1.2.7

type EnumVo struct {
	// 枚举值名称
	EnumName string `json:"enum_name,omitempty" xml:"enum_name,omitempty"`
	// 描述
	Desc string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 枚举代码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 其他备注
	Other string `json:"other,omitempty" xml:"other,omitempty"`
	// 排序
	Order int64 `json:"order,omitempty" xml:"order,omitempty"`
}

EnumVo 结构体

type EventCoupon added in v1.2.5

type EventCoupon struct {
	// true
	ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"`
	// 1
	HomePagePopup string `json:"home_page_popup,omitempty" xml:"home_page_popup,omitempty"`
	// 1
	DetailsPagePicture string `json:"details_page_picture,omitempty" xml:"details_page_picture,omitempty"`
	// 1
	ActivityId int64 `json:"activity_id,omitempty" xml:"activity_id,omitempty"`
	// true
	WhetherToIssueCoupons bool `json:"whether_to_issue_coupons,omitempty" xml:"whether_to_issue_coupons,omitempty"`
}

EventCoupon 结构体

type EventParam added in v1.2.5

type EventParam struct {
	// 活动 ID
	OfferIdList []int64 `json:"offer_id_list,omitempty" xml:"offer_id_list>int64,omitempty"`
	// 订单 ID
	OrderIdList []string `json:"order_id_list,omitempty" xml:"order_id_list>string,omitempty"`
	// 酒店 ID
	HotelIdList []string `json:"hotel_id_list,omitempty" xml:"hotel_id_list>string,omitempty"`
	// 触发事件
	Event string `json:"event,omitempty" xml:"event,omitempty"`
	// 用户 token
	Token string `json:"token,omitempty" xml:"token,omitempty"`
}

EventParam 结构体

type FacilityDto

type FacilityDto struct {
	// 设施图片
	Icon string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 设施名字
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 设施id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

FacilityDto 结构体

type FacilityListVo added in v1.2.7

type FacilityListVo struct {
	// 设施集合
	FacilityList []FacilityVo `json:"facility_list,omitempty" xml:"facility_list>facility_vo,omitempty"`
	// 设施分组名
	FacilityName string `json:"facility_name,omitempty" xml:"facility_name,omitempty"`
}

FacilityListVo 结构体

type FacilityVo added in v1.2.7

type FacilityVo struct {
	// 图片icon
	Icon string `json:"icon,omitempty" xml:"icon,omitempty"`
	// 设施名
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 概要
	Summary string `json:"summary,omitempty" xml:"summary,omitempty"`
	// 描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 编码
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 设施Id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

FacilityVo 结构体

type FavoriteHotelList added in v1.2.5

type FavoriteHotelList struct {
	// 酒店头图
	PictureUrl string `json:"picture_url,omitempty" xml:"picture_url,omitempty"`
	// 酒店地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 酒店中文名称
	NameCn string `json:"name_cn,omitempty" xml:"name_cn,omitempty"`
	// 酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 品牌logo URL
	LogoUrl string `json:"logo_url,omitempty" xml:"logo_url,omitempty"`
	// 卫生健康标识
	MediaUrl string `json:"media_url,omitempty" xml:"media_url,omitempty"`
	// 飞猪标准酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
}

FavoriteHotelList 结构体

type FavoriteStatusVo added in v1.2.5

type FavoriteStatusVo struct {
	// 是否收藏
	FavoriteStatus bool `json:"favorite_status,omitempty" xml:"favorite_status,omitempty"`
}

FavoriteStatusVo 结构体

type FillOrderParam added in v1.2.5

type FillOrderParam struct {
	// 离店时间
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 外部酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 商品名称
	RpTitle string `json:"rp_title,omitempty" xml:"rp_title,omitempty"`
	// 入住时间
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 代金券id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 标准静态信息库酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 房型id
	SrId int64 `json:"sr_id,omitempty" xml:"sr_id,omitempty"`
}

FillOrderParam 结构体

type FillPageVo added in v1.2.5

type FillPageVo struct {
	// 订房必读
	ReservationNotice string `json:"reservation_notice,omitempty" xml:"reservation_notice,omitempty"`
	// 几点前离店
	CheckOutHour string `json:"check_out_hour,omitempty" xml:"check_out_hour,omitempty"`
	// 几点后入住
	CheckInHour string `json:"check_in_hour,omitempty" xml:"check_in_hour,omitempty"`
	// 星期几离店
	CheckOutWeek string `json:"check_out_week,omitempty" xml:"check_out_week,omitempty"`
	// 星期几入住
	CheckInWeek string `json:"check_in_week,omitempty" xml:"check_in_week,omitempty"`
	// 离店日期
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 入住日期
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 房间图片
	FileUrl string `json:"file_url,omitempty" xml:"file_url,omitempty"`
	// 商品名称
	RpTitle string `json:"rp_title,omitempty" xml:"rp_title,omitempty"`
	// 房间窗型
	WindowType string `json:"window_type,omitempty" xml:"window_type,omitempty"`
	// 房间床型
	BedType string `json:"bed_type,omitempty" xml:"bed_type,omitempty"`
	// 房间大小
	RoomArea string `json:"room_area,omitempty" xml:"room_area,omitempty"`
	// 房间名称
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 酒店地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 酒店名称
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 酒店背景图片
	HotelUrl string `json:"hotel_url,omitempty" xml:"hotel_url,omitempty"`
	// 通用取消政策描述
	UniversalCancelPolicyDesc string `json:"universal_cancel_policy_desc,omitempty" xml:"universal_cancel_policy_desc,omitempty"`
	// 通用取消政策名称
	UniversalCancelPolicyName string `json:"universal_cancel_policy_name,omitempty" xml:"universal_cancel_policy_name,omitempty"`
	// 入住几晚
	TotalDay int64 `json:"total_day,omitempty" xml:"total_day,omitempty"`
	// 最大入住人数
	MaxOccupancy int64 `json:"max_occupancy,omitempty" xml:"max_occupancy,omitempty"`
}

FillPageVo 结构体

type ForeignCurrencyDto added in v1.2.5

type ForeignCurrencyDto struct {
	// 外币每日价格
	DailyPriceList []DailyPrice `json:"daily_price_list,omitempty" xml:"daily_price_list>daily_price,omitempty"`
	// 外币支付金额,含税
	TotalAmount string `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 外币基础价格,不包含税费等
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 外币总税价
	TotalTax string `json:"total_tax,omitempty" xml:"total_tax,omitempty"`
	// 外币币种
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
}

ForeignCurrencyDto 结构体

type ForeignCurrencyInfo added in v1.2.5

type ForeignCurrencyInfo struct {
	// 外币每日价格
	DailyPriceList []DailyPrice `json:"daily_price_list,omitempty" xml:"daily_price_list>daily_price,omitempty"`
	// 外币支付金额,含税
	TotalAmount string `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 外币基础价格,不包含税费等
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 外币总税价
	TotalTax string `json:"total_tax,omitempty" xml:"total_tax,omitempty"`
	// 外币币种
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
}

ForeignCurrencyInfo 结构体

type GuestByRoomDto

type GuestByRoomDto struct {
	// 儿童年龄数组
	ChildAges []string `json:"child_ages,omitempty" xml:"child_ages>string,omitempty"`
	// 入住人名
	ContactFirstName string `json:"contact_first_name,omitempty" xml:"contact_first_name,omitempty"`
	// 入住人姓
	ContactLastName string `json:"contact_last_name,omitempty" xml:"contact_last_name,omitempty"`
	// 当前房间的总人数
	RoomerNumber int64 `json:"roomer_number,omitempty" xml:"roomer_number,omitempty"`
	// 成人数
	AdultRoomerNumber int64 `json:"adult_roomer_number,omitempty" xml:"adult_roomer_number,omitempty"`
	// 儿童数
	ChildRoomerNumber int64 `json:"child_roomer_number,omitempty" xml:"child_roomer_number,omitempty"`
}

GuestByRoomDto 结构体

type HotelAddressDetail added in v1.2.9

type HotelAddressDetail struct {
	// 酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 酒店头图url
	PictureUrl string `json:"picture_url,omitempty" xml:"picture_url,omitempty"`
	// address
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 酒店中文名称
	NameCn string `json:"name_cn,omitempty" xml:"name_cn,omitempty"`
	// 标准库id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
}

HotelAddressDetail 结构体

type HotelContentDto

type HotelContentDto struct {
	// 酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 酒店信息
	HotelIntro string `json:"hotel_intro,omitempty" xml:"hotel_intro,omitempty"`
	// 酒店电话
	HotelPhone string `json:"hotel_phone,omitempty" xml:"hotel_phone,omitempty"`
	// 图片
	PictureUrl string `json:"picture_url,omitempty" xml:"picture_url,omitempty"`
	// 纬度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 酒店名称
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 城市名称
	CityCn string `json:"city_cn,omitempty" xml:"city_cn,omitempty"`
	// 城市名称首字母
	CityPyHead string `json:"city_py_head,omitempty" xml:"city_py_head,omitempty"`
	// 地图
	PositionType *model.File `json:"position_type,omitempty" xml:"position_type,omitempty"`
	// 标准id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 城市code
	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`
}

HotelContentDto 结构体

type HotelDetailInfoDto

type HotelDetailInfoDto struct {
	// 酒店图片信息
	HotelPictures []HotelPictureDto `json:"hotel_pictures,omitempty" xml:"hotel_pictures>hotel_picture_dto,omitempty"`
	// 娱乐设施图片
	FunFacilitys []string `json:"fun_facilitys,omitempty" xml:"fun_facilitys>string,omitempty"`
	// 酒店设施
	HotelFacilitys []string `json:"hotel_facilitys,omitempty" xml:"hotel_facilitys>string,omitempty"`
	// 酒店服务
	HotelServices []string `json:"hotel_services,omitempty" xml:"hotel_services>string,omitempty"`
	// 房型详情
	RoomDetails []RoomDetailDto `json:"room_details,omitempty" xml:"room_details>room_detail_dto,omitempty"`
	// 酒店政策
	HotelPolicys []string `json:"hotel_policys,omitempty" xml:"hotel_policys>string,omitempty"`
	// 开业时间
	OpeningTime string `json:"opening_time,omitempty" xml:"opening_time,omitempty"`
	// 邮编
	PostalCode string `json:"postal_code,omitempty" xml:"postal_code,omitempty"`
	// 纬度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 酒店描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 楼层信息
	Floors string `json:"floors,omitempty" xml:"floors,omitempty"`
	// 省份
	Province string `json:"province,omitempty" xml:"province,omitempty"`
	// 市
	CityCn string `json:"city_cn,omitempty" xml:"city_cn,omitempty"`
	// 传真
	Fax string `json:"fax,omitempty" xml:"fax,omitempty"`
	// 品牌编码
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 房型设施
	Facilitys string `json:"facilitys,omitempty" xml:"facilitys,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 品牌名称
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 地址
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 星级
	Star string `json:"star,omitempty" xml:"star,omitempty"`
	// 装修时间
	DecorateTime string `json:"decorate_time,omitempty" xml:"decorate_time,omitempty"`
	// 酒店中文名称
	NameCn string `json:"name_cn,omitempty" xml:"name_cn,omitempty"`
	// 外部酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 最早入住时间
	CheckIn string `json:"check_in,omitempty" xml:"check_in,omitempty"`
	// 酒店电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 地区
	District string `json:"district,omitempty" xml:"district,omitempty"`
	// 最晚离店时间
	CheckOut string `json:"check_out,omitempty" xml:"check_out,omitempty"`
	// 国家中文名
	CountryCn string `json:"country_cn,omitempty" xml:"country_cn,omitempty"`
	// 评分
	RatingAverage string `json:"rating_average,omitempty" xml:"rating_average,omitempty"`
	// 国家英文名
	CountryEn string `json:"country_en,omitempty" xml:"country_en,omitempty"`
	// 房间数
	Rooms int64 `json:"rooms,omitempty" xml:"rooms,omitempty"`
	// 旗舰店与标准酒店的绑定ID
	Hid int64 `json:"hid,omitempty" xml:"hid,omitempty"`
	// 地区code
	DistrictCode int64 `json:"district_code,omitempty" xml:"district_code,omitempty"`
	// 经纬度类型
	PositionType *model.File `json:"position_type,omitempty" xml:"position_type,omitempty"`
	// 标准酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 城市code
	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 国别
	Domestic *model.File `json:"domestic,omitempty" xml:"domestic,omitempty"`
	// 国家
	CountryCode int64 `json:"country_code,omitempty" xml:"country_code,omitempty"`
	// 省份code
	ProvinceCode int64 `json:"province_code,omitempty" xml:"province_code,omitempty"`
	// 0-营业中;-1,筹建中;-2,暂停营业;-3,已停业;-4,失效,-5 ,需电话咨询;默认为0
	Status *model.File `json:"status,omitempty" xml:"status,omitempty"`
}

HotelDetailInfoDto 结构体

type HotelDetailInfoVo added in v1.2.5

type HotelDetailInfoVo struct {
	// 设施组
	FacilityGroupList []FacilityListVo `json:"facility_group_list,omitempty" xml:"facility_group_list>facility_list_vo,omitempty"`
	// 价格分组概要
	PriceGroupSummaryList []PriceGroupSummaryVo `json:"price_group_summary_list,omitempty" xml:"price_group_summary_list>price_group_summary_vo,omitempty"`
	// 酒店图片
	HotelPictures []HotelPictureDto `json:"hotel_pictures,omitempty" xml:"hotel_pictures>hotel_picture_dto,omitempty"`
	// 房型详情
	RoomDetails []RoomDetailVo `json:"room_details,omitempty" xml:"room_details>room_detail_vo,omitempty"`
	// 酒店政策集合
	HotelPolicyList []FacilityVo `json:"hotel_policy_list,omitempty" xml:"hotel_policy_list>facility_vo,omitempty"`
	// 酒店中文名
	NameCn string `json:"name_cn,omitempty" xml:"name_cn,omitempty"`
	// 酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 酒店地址信息
	AddressInfo *AddressVo `json:"address_info,omitempty" xml:"address_info,omitempty"`
	// 酒店信息
	HotelInfo *HotelVo `json:"hotel_info,omitempty" xml:"hotel_info,omitempty"`
	// 标准酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 卫生健康标识
	HealthNotification *FacilityVo `json:"health_notification,omitempty" xml:"health_notification,omitempty"`
	// 飞猪旗舰店的ID
	Hid int64 `json:"hid,omitempty" xml:"hid,omitempty"`
}

HotelDetailInfoVo 结构体

type HotelDetailsGroupParam added in v1.2.5

type HotelDetailsGroupParam struct {
	// 组名
	GroupName string `json:"group_name,omitempty" xml:"group_name,omitempty"`
	// 房型id集合
	RoomIds string `json:"room_ids,omitempty" xml:"room_ids,omitempty"`
	// 取消政策类型
	CancelType string `json:"cancel_type,omitempty" xml:"cancel_type,omitempty"`
	// 早餐
	Breakfast string `json:"breakfast,omitempty" xml:"breakfast,omitempty"`
}

HotelDetailsGroupParam 结构体

type HotelDetailsParam

type HotelDetailsParam struct {
	// 分组过滤请求
	GroupParam []HotelDetailsGroupParam `json:"group_param,omitempty" xml:"group_param>hotel_details_group_param,omitempty"`
	// 离店时间
	CheckOut string `json:"check_out,omitempty" xml:"check_out,omitempty"`
	// 入店时间
	CheckIn string `json:"check_in,omitempty" xml:"check_in,omitempty"`
	// 外部酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 会员等级
	MemberLevel string `json:"member_level,omitempty" xml:"member_level,omitempty"`
	// 儿童年龄数组
	ChildrenAges string `json:"children_ages,omitempty" xml:"children_ages,omitempty"`
	// 快筛选项
	RoomType string `json:"room_type,omitempty" xml:"room_type,omitempty"`
	// 用户登录信息
	Token string `json:"token,omitempty" xml:"token,omitempty"`
	// 代金券id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 标准酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 成人数量
	AdultNum int64 `json:"adult_num,omitempty" xml:"adult_num,omitempty"`
	// 连住几晚
	FewNights int64 `json:"few_nights,omitempty" xml:"few_nights,omitempty"`
	// 版本号
	Version int64 `json:"version,omitempty" xml:"version,omitempty"`
}

HotelDetailsParam 结构体

type HotelDinamicLabelDto

type HotelDinamicLabelDto struct {
	// 权益名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 权益类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
}

HotelDinamicLabelDto 结构体

type HotelFeatureVo added in v1.2.5

type HotelFeatureVo struct {
	// 入店时间
	CheckIn string `json:"check_in,omitempty" xml:"check_in,omitempty"`
	// 楼层
	Floors string `json:"floors,omitempty" xml:"floors,omitempty"`
	// 装修时间
	DecorateTime string `json:"decorate_time,omitempty" xml:"decorate_time,omitempty"`
	// 开业时间
	OpeningTime string `json:"opening_time,omitempty" xml:"opening_time,omitempty"`
	// 邮编
	PostalCode string `json:"postal_code,omitempty" xml:"postal_code,omitempty"`
	// 离店时间
	CheckOut string `json:"check_out,omitempty" xml:"check_out,omitempty"`
	// 传真
	Fax string `json:"fax,omitempty" xml:"fax,omitempty"`
	// 酒店类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 房间数
	Rooms int64 `json:"rooms,omitempty" xml:"rooms,omitempty"`
}

HotelFeatureVo 结构体

type HotelListSearchDto

type HotelListSearchDto struct {
	// 酒店设施
	HotelFacilityList []string `json:"hotel_facility_list,omitempty" xml:"hotel_facility_list>string,omitempty"`
	// 娱乐设施
	FunFacilityList []string `json:"fun_facility_list,omitempty" xml:"fun_facility_list>string,omitempty"`
	// 酒店服务
	HotelServiceList []string `json:"hotel_service_list,omitempty" xml:"hotel_service_list>string,omitempty"`
	// 设施icon
	FacilityList []FacilityDto `json:"facility_list,omitempty" xml:"facility_list>facility_dto,omitempty"`
	// 品牌名字
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 地址详情
	Address string `json:"address,omitempty" xml:"address,omitempty"`
	// 酒店星级
	Star string `json:"star,omitempty" xml:"star,omitempty"`
	// 纬度
	Latitude string `json:"latitude,omitempty" xml:"latitude,omitempty"`
	// 图片头图
	PictureUrl string `json:"picture_url,omitempty" xml:"picture_url,omitempty"`
	// 酒店中文名
	NameCn string `json:"name_cn,omitempty" xml:"name_cn,omitempty"`
	// 酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 国内外 0国内 1国外
	Domestic string `json:"domestic,omitempty" xml:"domestic,omitempty"`
	// 品牌头图
	BrandUrl string `json:"brand_url,omitempty" xml:"brand_url,omitempty"`
	// 城市中文名
	CityCn string `json:"city_cn,omitempty" xml:"city_cn,omitempty"`
	// 国家中文名
	CountryCn string `json:"country_cn,omitempty" xml:"country_cn,omitempty"`
	// 最低价格房型名
	RoomNameCn string `json:"room_name_cn,omitempty" xml:"room_name_cn,omitempty"`
	// 经度
	Longitude string `json:"longitude,omitempty" xml:"longitude,omitempty"`
	// 品牌code
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 城市首字母
	CityPy string `json:"city_py,omitempty" xml:"city_py,omitempty"`
	// 酒店电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 经纬度类型 0-高德 1-google
	PositionType int64 `json:"position_type,omitempty" xml:"position_type,omitempty"`
	// 标准库id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 酒店商品的最低价格
	Price int64 `json:"price,omitempty" xml:"price,omitempty"`
	// 酒店id
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
	// 是否热门
	Hot int64 `json:"hot,omitempty" xml:"hot,omitempty"`
	// 代金券实体类
	VoucherInfo *VoucherVo `json:"voucher_info,omitempty" xml:"voucher_info,omitempty"`
	// 是否满房 0未满房1满房
	Full bool `json:"full,omitempty" xml:"full,omitempty"`
}

HotelListSearchDto 结构体

type HotelPictureDto

type HotelPictureDto struct {
	// 图片集合
	PictureAddress []string `json:"picture_address,omitempty" xml:"picture_address>string,omitempty"`
	// 类型名称
	TypeName string `json:"type_name,omitempty" xml:"type_name,omitempty"`
	// 类型编码
	TypeCode string `json:"type_code,omitempty" xml:"type_code,omitempty"`
}

HotelPictureDto 结构体

type HotelVo added in v1.2.5

type HotelVo struct {
	// 品牌名
	BrandName string `json:"brand_name,omitempty" xml:"brand_name,omitempty"`
	// 星级
	Star string `json:"star,omitempty" xml:"star,omitempty"`
	// 电话
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 酒店详细描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// 酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 品牌编码
	BrandCode string `json:"brand_code,omitempty" xml:"brand_code,omitempty"`
	// 标准酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 酒店扩展
	HotelFeature *HotelFeatureVo `json:"hotel_feature,omitempty" xml:"hotel_feature,omitempty"`
	// 飞猪旗舰店的ID
	Hid int64 `json:"hid,omitempty" xml:"hid,omitempty"`
}

HotelVo 结构体

type JoinBrandDto

type JoinBrandDto struct {
	BrandLogo string `json:"brand_logo,omitempty" xml:"brand_logo,omitempty"`
	// 品牌跳转url
	LogoRedirectUrl string `json:"logo_redirect_url,omitempty" xml:"logo_redirect_url,omitempty"`
}

JoinBrandDto 结构体

type ListSearchParam

type ListSearchParam struct {
	// 星级筛选
	Star string `json:"star,omitempty" xml:"star,omitempty"`
	// 城市编码,默认上海
	CityCode string `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 儿童年龄
	ChildrenAges string `json:"children_ages,omitempty" xml:"children_ages,omitempty"`
	// 入店时间
	CheckIn string `json:"check_in,omitempty" xml:"check_in,omitempty"`
	// 离店时间
	CheckOut string `json:"check_out,omitempty" xml:"check_out,omitempty"`
	// 品牌编码
	Brand string `json:"brand,omitempty" xml:"brand,omitempty"`
	// 用户登录信息
	Token string `json:"token,omitempty" xml:"token,omitempty"`
	// 会员等级
	MemberLevel string `json:"member_level,omitempty" xml:"member_level,omitempty"`
	// 套餐代金券id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 最高价格
	PriceMax int64 `json:"price_max,omitempty" xml:"price_max,omitempty"`
	// 成人数
	AdultNum int64 `json:"adult_num,omitempty" xml:"adult_num,omitempty"`
	// 儿童数
	ChildNum int64 `json:"child_num,omitempty" xml:"child_num,omitempty"`
	// 偏移量
	Offset int64 `json:"offset,omitempty" xml:"offset,omitempty"`
	// 每页数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 升降序 0降序 1升序
	Dir int64 `json:"dir,omitempty" xml:"dir,omitempty"`
	// 最低价格
	PriceMin int64 `json:"price_min,omitempty" xml:"price_min,omitempty"`
	// 当前页
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 版本号
	Version int64 `json:"version,omitempty" xml:"version,omitempty"`
}

ListSearchParam 结构体

type LoginParam

type LoginParam struct {
	// 用户信息初始化向量
	InfoIv string `json:"info_iv,omitempty" xml:"info_iv,omitempty"`
	// 微信认证code
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 加密的手机信息
	EncryptedPhone string `json:"encrypted_phone,omitempty" xml:"encrypted_phone,omitempty"`
	// 验签数据完整签名
	Signature string `json:"signature,omitempty" xml:"signature,omitempty"`
	// 用户ip
	Ip string `json:"ip,omitempty" xml:"ip,omitempty"`
	// 用户信息的加密数据
	EncryptedInfo string `json:"encrypted_info,omitempty" xml:"encrypted_info,omitempty"`
	// 解密用户手机号的初始化向量
	PhoneIv string `json:"phone_iv,omitempty" xml:"phone_iv,omitempty"`
	// 用户的基本信息
	RawData string `json:"raw_data,omitempty" xml:"raw_data,omitempty"`
	// 场景值
	SceneDistinction string `json:"scene_distinction,omitempty" xml:"scene_distinction,omitempty"`
	// 姓名验证
	NameVerification string `json:"name_verification,omitempty" xml:"name_verification,omitempty"`
	// 用户信息加密版
	UserEncryptInfo string `json:"user_encrypt_info,omitempty" xml:"user_encrypt_info,omitempty"`
	// 用户注册来源
	Channel int64 `json:"channel,omitempty" xml:"channel,omitempty"`
	// 新版本用户信息
	NewUserinfo *NewUserInfo `json:"new_userinfo,omitempty" xml:"new_userinfo,omitempty"`
	// 是否是老版本
	OldVersion bool `json:"old_version,omitempty" xml:"old_version,omitempty"`
	// 注销账号场景
	DestroyVerification bool `json:"destroy_verification,omitempty" xml:"destroy_verification,omitempty"`
}

LoginParam 结构体

type LotteryDataVo added in v1.2.9

type LotteryDataVo struct {
	// 用户微信Open_ID
	OpenId string `json:"open_id,omitempty" xml:"open_id,omitempty"`
	// 用户微信Union_ID
	UnionId string `json:"union_id,omitempty" xml:"union_id,omitempty"`
	// 雅高会员Pmid
	PmId string `json:"pm_id,omitempty" xml:"pm_id,omitempty"`
	// 会员卡号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 注册时间
	OperateTime string `json:"operate_time,omitempty" xml:"operate_time,omitempty"`
	// 用户注册信息(注册渠道)
	Remark string `json:"remark,omitempty" xml:"remark,omitempty"`
}

LotteryDataVo 结构体

type MarkupInfoVo added in v1.2.5

type MarkupInfoVo struct {
	// 每日加价信息
	DailyMarkupPriceList []DailyMarkupPrice `json:"daily_markup_price_list,omitempty" xml:"daily_markup_price_list>daily_markup_price,omitempty"`
	// 加价描述
	MarkupDesc string `json:"markup_desc,omitempty" xml:"markup_desc,omitempty"`
	// 加价金额
	MarkupPrice int64 `json:"markup_price,omitempty" xml:"markup_price,omitempty"`
	// 加价金额总和
	TotalMarkupPrice int64 `json:"total_markup_price,omitempty" xml:"total_markup_price,omitempty"`
}

MarkupInfoVo 结构体

type MemberBaseInfoDto

type MemberBaseInfoDto struct {
	// 用户英文姓
	FirstName string `json:"first_name,omitempty" xml:"first_name,omitempty"`
	// 用户英文名
	LastName string `json:"last_name,omitempty" xml:"last_name,omitempty"`
	// 称呼
	Civility string `json:"civility,omitempty" xml:"civility,omitempty"`
	// 语言
	Language string `json:"language,omitempty" xml:"language,omitempty"`
	// 城市
	Country string `json:"country,omitempty" xml:"country,omitempty"`
	// 性别
	Gender string `json:"gender,omitempty" xml:"gender,omitempty"`
	// 是否接受广告通知
	Subscription bool `json:"subscription,omitempty" xml:"subscription,omitempty"`
}

MemberBaseInfoDto 结构体

type MemberCardDetailVo added in v1.2.5

type MemberCardDetailVo struct {
	// 会员权益集合
	MemberRightList []MemberRightVo `json:"member_right_list,omitempty" xml:"member_right_list>member_right_vo,omitempty"`
	// 卡图片
	MemberCardPic string `json:"member_card_pic,omitempty" xml:"member_card_pic,omitempty"`
	// 英文等级
	HotelLevelEn string `json:"hotel_level_en,omitempty" xml:"hotel_level_en,omitempty"`
	// 会员升级条件
	ReachCondition string `json:"reach_condition,omitempty" xml:"reach_condition,omitempty"`
	// 图标颜色
	IconColor string `json:"icon_color,omitempty" xml:"icon_color,omitempty"`
	// 会员卡描述
	CardDesc string `json:"card_desc,omitempty" xml:"card_desc,omitempty"`
	// 背景图片
	BackGroundPic string `json:"back_ground_pic,omitempty" xml:"back_ground_pic,omitempty"`
	// 会员等级中文名称
	HotelLevelZh string `json:"hotel_level_zh,omitempty" xml:"hotel_level_zh,omitempty"`
	// 个人中心背景图片
	PersonalCenterPic string `json:"personal_center_pic,omitempty" xml:"personal_center_pic,omitempty"`
}

MemberCardDetailVo 结构体

type MemberCardDto

type MemberCardDto struct {
	// 会员权益
	MemberRights []MemberRights `json:"member_rights,omitempty" xml:"member_rights>member_rights,omitempty"`
	// 酒店等级
	HotelLevel string `json:"hotel_level,omitempty" xml:"hotel_level,omitempty"`
	// 飞猪等级
	FliggyLevel string `json:"fliggy_level,omitempty" xml:"fliggy_level,omitempty"`
	// 会员卡图片地址
	MemberCardPic string `json:"member_card_pic,omitempty" xml:"member_card_pic,omitempty"`
	// 权益描述
	CardName string `json:"card_name,omitempty" xml:"card_name,omitempty"`
	// 添加会员卡JSOS入参
	CardExt string `json:"card_ext,omitempty" xml:"card_ext,omitempty"`
	// 加密code
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 模板id
	CardId string `json:"card_id,omitempty" xml:"card_id,omitempty"`
	// 会员卡ID
	Id int64 `json:"id,omitempty" xml:"id,omitempty"`
}

MemberCardDto 结构体

type MemberCardParamVo added in v1.2.7

type MemberCardParamVo struct {
	// 微信公众号会员卡模板 id
	CardId string `json:"card_id,omitempty" xml:"card_id,omitempty"`
	// 用户会员卡 卡号
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 当前用户在微信公众号下的OpenId
	OpenId string `json:"open_id,omitempty" xml:"open_id,omitempty"`
	// 当前时间戳 (秒)
	Timestamp string `json:"timestamp,omitempty" xml:"timestamp,omitempty"`
	// 加密签名
	Signature string `json:"signature,omitempty" xml:"signature,omitempty"`
	// 加密随机字符串
	NonceStr string `json:"nonce_str,omitempty" xml:"nonce_str,omitempty"`
}

MemberCardParamVo 结构体

type MemberDto

type MemberDto struct {
	// 会员权益走马灯
	MemberRightCarousels []MemberRightCarouselVo `json:"member_right_carousels,omitempty" xml:"member_right_carousels>member_right_carousel_vo,omitempty"`
	// 用户id
	TenantUserId string `json:"tenant_user_id,omitempty" xml:"tenant_user_id,omitempty"`
	// 微信头像
	WechatAvatarUrl string `json:"wechat_avatar_url,omitempty" xml:"wechat_avatar_url,omitempty"`
	// 微信昵称
	WechatNickName string `json:"wechat_nick_name,omitempty" xml:"wechat_nick_name,omitempty"`
	// 手机号
	PhoneNum string `json:"phone_num,omitempty" xml:"phone_num,omitempty"`
	// 手机前缀
	PhonePri string `json:"phone_pri,omitempty" xml:"phone_pri,omitempty"`
	// 邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// token
	Token string `json:"token,omitempty" xml:"token,omitempty"`
	// 返回日期毫秒值
	GmtCreate string `json:"gmt_create,omitempty" xml:"gmt_create,omitempty"`
	// 会员认证状态
	AuthorizeStatus string `json:"authorize_status,omitempty" xml:"authorize_status,omitempty"`
	// 会员注册状态
	RegisterType string `json:"register_type,omitempty" xml:"register_type,omitempty"`
	// 弹窗页面
	PopUpPage string `json:"pop_up_page,omitempty" xml:"pop_up_page,omitempty"`
	// 下一等级
	NextLevelName string `json:"next_level_name,omitempty" xml:"next_level_name,omitempty"`
	// 德比返回的手机号
	PhoneByDerby string `json:"phone_by_derby,omitempty" xml:"phone_by_derby,omitempty"`
	// 德比[查询用户信息]接口-[contactMedium]节点中的[id]
	DerbyEmailId string `json:"derby_email_id,omitempty" xml:"derby_email_id,omitempty"`
	// 用户基本信息
	MemberBaseInfo *MemberBaseInfoDto `json:"member_base_info,omitempty" xml:"member_base_info,omitempty"`
	// 会员卡信息
	CardBaseInfo *CardBaseInfoDto `json:"card_base_info,omitempty" xml:"card_base_info,omitempty"`
	// 当前用户拥有优惠券数量
	CouponCount int64 `json:"coupon_count,omitempty" xml:"coupon_count,omitempty"`
	// 会员卡信息
	MemberCardDetail *MemberCardDetailVo `json:"member_card_detail,omitempty" xml:"member_card_detail,omitempty"`
	// 有效代金券数量
	VoucherCount int64 `json:"voucher_count,omitempty" xml:"voucher_count,omitempty"`
	// 会员积分详情
	PointsDetail *PointsDetailDto `json:"points_detail,omitempty" xml:"points_detail,omitempty"`
	// 会员间夜详情
	NightDetail *PointsDetailDto `json:"night_detail,omitempty" xml:"night_detail,omitempty"`
	// 错误次数
	PwdErrorCount int64 `json:"pwd_error_count,omitempty" xml:"pwd_error_count,omitempty"`
	// 德比返回体中提取的参数
	DerbySpecialField *DerbySpecialField `json:"derby_special_field,omitempty" xml:"derby_special_field,omitempty"`
	// 是否是会员
	IsMember bool `json:"is_member,omitempty" xml:"is_member,omitempty"`
	// 是否有微信公众号openId
	HasWechatPublicAccountOpenId bool `json:"has_wechat_public_account_open_id,omitempty" xml:"has_wechat_public_account_open_id,omitempty"`
	// 是否为假邮箱
	IsFakeEmail bool `json:"is_fake_email,omitempty" xml:"is_fake_email,omitempty"`
	// 快速升级资格
	FastTrackEligibility bool `json:"fast_track_eligibility,omitempty" xml:"fast_track_eligibility,omitempty"`
}

MemberDto 结构体

type MemberParam

type MemberParam struct {
	// 用户英文姓
	LastName string `json:"last_name,omitempty" xml:"last_name,omitempty"`
	// 用户英文名
	FirstName string `json:"first_name,omitempty" xml:"first_name,omitempty"`
	// 称呼
	Civility string `json:"civility,omitempty" xml:"civility,omitempty"`
	// 用户手机号前缀
	PhonePre string `json:"phone_pre,omitempty" xml:"phone_pre,omitempty"`
	// 用户语言
	Language string `json:"language,omitempty" xml:"language,omitempty"`
	// 用户手机号
	PhoneNum string `json:"phone_num,omitempty" xml:"phone_num,omitempty"`
	// 用户邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 城市
	Country string `json:"country,omitempty" xml:"country,omitempty"`
	// 用户注册类型(1.新用户注册  2.老用户注册)
	UserRegisterType string `json:"user_register_type,omitempty" xml:"user_register_type,omitempty"`
	// 是否接受协议
	AcceptedTandC bool `json:"accepted_tand_c,omitempty" xml:"accepted_tand_c,omitempty"`
	// 是否接受消息推送
	Subscription bool `json:"subscription,omitempty" xml:"subscription,omitempty"`
	// 用户是否勾选短信收取优惠邮件
	OptinAll bool `json:"optin_all,omitempty" xml:"optin_all,omitempty"`
	// 是否统一向境外提供个人信息
	DataExportAgreement bool `json:"data_export_agreement,omitempty" xml:"data_export_agreement,omitempty"`
}

MemberParam 结构体

type MemberRight added in v1.2.5

type MemberRight struct {
	// 会员权益名称
	MemberRightDesc string `json:"member_right_desc,omitempty" xml:"member_right_desc,omitempty"`
	// 会员权益内容
	MemberRightContent string `json:"member_right_content,omitempty" xml:"member_right_content,omitempty"`
	// icon 码点
	IconCodePoint string `json:"icon_code_point,omitempty" xml:"icon_code_point,omitempty"`
	// 权益顺序
	Order string `json:"order,omitempty" xml:"order,omitempty"`
	// 权益是否置灰封锁
	IfLock bool `json:"if_lock,omitempty" xml:"if_lock,omitempty"`
	// 是否标识为 new 权益
	IfNew bool `json:"if_new,omitempty" xml:"if_new,omitempty"`
}

MemberRight 结构体

type MemberRightCarouselVo added in v1.2.7

type MemberRightCarouselVo struct {
	// 会员权益
	MemberRight []MemberRight `json:"member_right,omitempty" xml:"member_right>member_right,omitempty"`
	// 会员卡英文
	HotelLevelEn string `json:"hotel_level_en,omitempty" xml:"hotel_level_en,omitempty"`
	// 会员卡中文
	HotelLevelZh string `json:"hotel_level_zh,omitempty" xml:"hotel_level_zh,omitempty"`
	// 达到条件
	MemberCardPic string `json:"member_card_pic,omitempty" xml:"member_card_pic,omitempty"`
	// 达到条件
	ReachCondition string `json:"reach_condition,omitempty" xml:"reach_condition,omitempty"`
	// 背景色
	Iconcolor string `json:"iconcolor,omitempty" xml:"iconcolor,omitempty"`
	// 会员卡背景图片
	MemberCardBkPic string `json:"member_card_bk_pic,omitempty" xml:"member_card_bk_pic,omitempty"`
	// 当前等级=false 小于当前等级为空 大于当前等级为true
	IfLockCard bool `json:"if_lock_card,omitempty" xml:"if_lock_card,omitempty"`
}

MemberRightCarouselVo 结构体

type MemberRightVo added in v1.2.5

type MemberRightVo struct {
	// 权益名称
	MemberRightDesc string `json:"member_right_desc,omitempty" xml:"member_right_desc,omitempty"`
	// 权益内容
	MemberRightContent string `json:"member_right_content,omitempty" xml:"member_right_content,omitempty"`
	// 权益码点
	IconCodePoint string `json:"icon_code_point,omitempty" xml:"icon_code_point,omitempty"`
	// 顺序
	Order int64 `json:"order,omitempty" xml:"order,omitempty"`
}

MemberRightVo 结构体

type MemberRights

type MemberRights struct {
	// 权益图标
	MemberRightIcon string `json:"member_right_icon,omitempty" xml:"member_right_icon,omitempty"`
	// 权益描述
	MemberRightDesc string `json:"member_right_desc,omitempty" xml:"member_right_desc,omitempty"`
}

MemberRights 结构体

type NewUserInfo

type NewUserInfo struct {
	// 国家
	Country string `json:"country,omitempty" xml:"country,omitempty"`
	// 省份
	Province string `json:"province,omitempty" xml:"province,omitempty"`
	// 城市
	City string `json:"city,omitempty" xml:"city,omitempty"`
	// 头像
	AvatarUrl string `json:"avatar_url,omitempty" xml:"avatar_url,omitempty"`
	// 昵称
	NickName string `json:"nick_name,omitempty" xml:"nick_name,omitempty"`
	// 语言
	Language string `json:"language,omitempty" xml:"language,omitempty"`
	// 昵称
	NkName string `json:"nk_name,omitempty" xml:"nk_name,omitempty"`
	// 性别
	Gender int64 `json:"gender,omitempty" xml:"gender,omitempty"`
}

NewUserInfo 结构体

type OfferDetailsDto

type OfferDetailsDto struct {
	// 酒店数据集合
	HotelContentList []HotelContentDto `json:"hotel_content_list,omitempty" xml:"hotel_content_list>hotel_content_dto,omitempty"`
	// 关联品牌
	JoinBrands []JoinBrandDto `json:"join_brands,omitempty" xml:"join_brands>join_brand_dto,omitempty"`
	// 无线端图片
	OfferImageWireless []string `json:"offer_image_wireless,omitempty" xml:"offer_image_wireless>string,omitempty"`
	// offer名称
	OfferName string `json:"offer_name,omitempty" xml:"offer_name,omitempty"`
	// 子标题
	Subtitle string `json:"subtitle,omitempty" xml:"subtitle,omitempty"`
	// 预定开始时间
	BookStartDate string `json:"book_start_date,omitempty" xml:"book_start_date,omitempty"`
	// 预定结束时间
	BookEndDate string `json:"book_end_date,omitempty" xml:"book_end_date,omitempty"`
	// 起价单位
	FromPriceUnit string `json:"from_price_unit,omitempty" xml:"from_price_unit,omitempty"`
	// 小图
	OfferImageSmall string `json:"offer_image_small,omitempty" xml:"offer_image_small,omitempty"`
	// 大图
	OfferImageBig string `json:"offer_image_big,omitempty" xml:"offer_image_big,omitempty"`
	// 描述
	Description string `json:"description,omitempty" xml:"description,omitempty"`
	// offer跳转url
	OfferRedirectUrl string `json:"offer_redirect_url,omitempty" xml:"offer_redirect_url,omitempty"`
	// 起价
	FromPriceAmount string `json:"from_price_amount,omitempty" xml:"from_price_amount,omitempty"`
	// 时区
	TimeZone string `json:"time_zone,omitempty" xml:"time_zone,omitempty"`
	// offer类型
	OfferType string `json:"offer_type,omitempty" xml:"offer_type,omitempty"`
	// 入住开始时间
	ClEndDate string `json:"cl_end_date,omitempty" xml:"cl_end_date,omitempty"`
	// 入住结束时间
	ClStartDate string `json:"cl_start_date,omitempty" xml:"cl_start_date,omitempty"`
	// 子类型
	SubType string `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
	// 活动底部点击按钮文案
	ButtonContent string `json:"button_content,omitempty" xml:"button_content,omitempty"`
	// offerId
	OfferId int64 `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
	// 抽奖活动
	ActivityLuckyDraw *ActivityLuckyDrawVo `json:"activity_lucky_draw,omitempty" xml:"activity_lucky_draw,omitempty"`
	// 弹屏信息
	PopUpInfo *PopUpInfo `json:"pop_up_info,omitempty" xml:"pop_up_info,omitempty"`
	// 是否配置了活动详情页
	NeedActivityPage bool `json:"need_activity_page,omitempty" xml:"need_activity_page,omitempty"`
	// 是否配置了弹屏
	NeedPopUpScreen bool `json:"need_pop_up_screen,omitempty" xml:"need_pop_up_screen,omitempty"`
}

OfferDetailsDto 结构体

type OrderCountDetailVo added in v1.2.7

type OrderCountDetailVo struct {
	// 状态枚举 code
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 状态中文值
	OrderStatusStr string `json:"order_status_str,omitempty" xml:"order_status_str,omitempty"`
	// 对应数量
	Count int64 `json:"count,omitempty" xml:"count,omitempty"`
}

OrderCountDetailVo 结构体

type OrderCountVo added in v1.2.7

type OrderCountVo struct {
	// 对应状态订单对应总数
	OrderCountDetailVOs []OrderCountDetailVo `json:"order_count_detail_v_os,omitempty" xml:"order_count_detail_v_os>order_count_detail_vo,omitempty"`
	// 酒店图片
	HotelPicture string `json:"hotel_picture,omitempty" xml:"hotel_picture,omitempty"`
	// 标题
	Title string `json:"title,omitempty" xml:"title,omitempty"`
	// 摘要
	AbstractContent string `json:"abstract_content,omitempty" xml:"abstract_content,omitempty"`
	// 入住日期
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 订单id
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 订单类型 OrderTypeEnum枚举 calendar_room:日历房订单。paid_membership_card:付费会员卡订单
	OrderType string `json:"order_type,omitempty" xml:"order_type,omitempty"`
	// 倒计时开始时间
	PayRemainTime int64 `json:"pay_remain_time,omitempty" xml:"pay_remain_time,omitempty"`
}

OrderCountVo 结构体

type OrderDetailDto

type OrderDetailDto struct {
	// 每个房间入住人信息
	GuestByRoomDtos []GuestByRoomDto `json:"guest_by_room_dtos,omitempty" xml:"guest_by_room_dtos>guest_by_room_dto,omitempty"`
	// 酒店电话
	HotelPhone string `json:"hotel_phone,omitempty" xml:"hotel_phone,omitempty"`
	// 早餐类别
	BreakfastType string `json:"breakfast_type,omitempty" xml:"breakfast_type,omitempty"`
	// 房间图片
	RoomPicture string `json:"room_picture,omitempty" xml:"room_picture,omitempty"`
	// 预定时间
	PaymentDate string `json:"payment_date,omitempty" xml:"payment_date,omitempty"`
	// 订单编号
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// 纬度
	Lat string `json:"lat,omitempty" xml:"lat,omitempty"`
	// 经度
	Lon string `json:"lon,omitempty" xml:"lon,omitempty"`
	// 入住人邮箱
	ContactEmail string `json:"contact_email,omitempty" xml:"contact_email,omitempty"`
	// 入住人手机
	ContactPhone string `json:"contact_phone,omitempty" xml:"contact_phone,omitempty"`
	// 入住人姓
	ContactFirstName string `json:"contact_first_name,omitempty" xml:"contact_first_name,omitempty"`
	// 入住人名
	ContactLastName string `json:"contact_last_name,omitempty" xml:"contact_last_name,omitempty"`
	// 离店时间
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 入住时间
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 价格名称
	RpName string `json:"rp_name,omitempty" xml:"rp_name,omitempty"`
	// 房间床型描述
	BedTypeDesc string `json:"bed_type_desc,omitempty" xml:"bed_type_desc,omitempty"`
	// 房间面积
	RoomArea string `json:"room_area,omitempty" xml:"room_area,omitempty"`
	// 房间名称
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 酒店名称
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 货币
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 总价格
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 取消描述
	CancelDec string `json:"cancel_dec,omitempty" xml:"cancel_dec,omitempty"`
	// 订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 卖家房型id
	OuterRoomId string `json:"outer_room_id,omitempty" xml:"outer_room_id,omitempty"`
	// 租户酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 酒店地址描述
	HotelAddress string `json:"hotel_address,omitempty" xml:"hotel_address,omitempty"`
	// 退款手续费
	RefundCostAmount string `json:"refund_cost_amount,omitempty" xml:"refund_cost_amount,omitempty"`
	// 订单状态描述
	OrderStatusDesc string `json:"order_status_desc,omitempty" xml:"order_status_desc,omitempty"`
	// 支付渠道
	PaymentChannel string `json:"payment_channel,omitempty" xml:"payment_channel,omitempty"`
	// 酒店预订确认参数
	PmsCode string `json:"pms_code,omitempty" xml:"pms_code,omitempty"`
	// 入住人数
	PersonNum int64 `json:"person_num,omitempty" xml:"person_num,omitempty"`
	// 入住天数
	Days int64 `json:"days,omitempty" xml:"days,omitempty"`
	// 房间数量
	RoomNumber int64 `json:"room_number,omitempty" xml:"room_number,omitempty"`
	// 酒店房型信息
	RoomDetailDto *RoomDetailDto `json:"room_detail_dto,omitempty" xml:"room_detail_dto,omitempty"`
	// 最大入住人数
	MaxCheckInNumber int64 `json:"max_check_in_number,omitempty" xml:"max_check_in_number,omitempty"`
	// 费用明细对象
	PriceDetailDto *PriceDetailDto `json:"price_detail_dto,omitempty" xml:"price_detail_dto,omitempty"`
	// 支付类型
	PayType int64 `json:"pay_type,omitempty" xml:"pay_type,omitempty"`
	// 取消政策规则
	CancelRule int64 `json:"cancel_rule,omitempty" xml:"cancel_rule,omitempty"`
	// 支付剩余时间
	PayRemainTime int64 `json:"pay_remain_time,omitempty" xml:"pay_remain_time,omitempty"`
	// 卖家价格ID
	OutRateId int64 `json:"out_rate_id,omitempty" xml:"out_rate_id,omitempty"`
	// 成人总数
	AdultNumber int64 `json:"adult_number,omitempty" xml:"adult_number,omitempty"`
	// 儿童总数
	ChildrenNumber int64 `json:"children_number,omitempty" xml:"children_number,omitempty"`
}

OrderDetailDto 结构体

type OrderDto

type OrderDto struct {
	// 床型名称
	BedName string `json:"bed_name,omitempty" xml:"bed_name,omitempty"`
	// 币种
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 用户支付总价
	TotalAmount string `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 预订日期
	BookDate string `json:"book_date,omitempty" xml:"book_date,omitempty"`
	// 入住人姓名
	ContactName string `json:"contact_name,omitempty" xml:"contact_name,omitempty"`
	// 离店时间
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 入住时间
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 房型名称
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 酒店名称
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 订单号
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// 房型照片
	RoomPhotoUrl string `json:"room_photo_url,omitempty" xml:"room_photo_url,omitempty"`
	// 酒店外部id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 下单类型
	PlaceOrderType string `json:"place_order_type,omitempty" xml:"place_order_type,omitempty"`
	// 通用券id
	UniversalCouponId string `json:"universal_coupon_id,omitempty" xml:"universal_coupon_id,omitempty"`
	// 差价
	Spread string `json:"spread,omitempty" xml:"spread,omitempty"`
	// 代金券名称
	VoucherName string `json:"voucher_name,omitempty" xml:"voucher_name,omitempty"`
	// 支付剩余时间
	PayRemainTime int64 `json:"pay_remain_time,omitempty" xml:"pay_remain_time,omitempty"`
	// 房间数量
	RoomNumber int64 `json:"room_number,omitempty" xml:"room_number,omitempty"`
	// 酒店房型id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 成人数量
	AdultNumber int64 `json:"adult_number,omitempty" xml:"adult_number,omitempty"`
	// 儿童数量
	ChildrenNumber int64 `json:"children_number,omitempty" xml:"children_number,omitempty"`
	// 外币信息
	ForeignCurrency *ForeignCurrencyInfo `json:"foreign_currency,omitempty" xml:"foreign_currency,omitempty"`
	// 是否为外币支付
	ForeignCurrencyPayment bool `json:"foreign_currency_payment,omitempty" xml:"foreign_currency_payment,omitempty"`
}

OrderDto 结构体

type OrderPayDto added in v1.2.0

type OrderPayDto struct {
	// 签名
	PaySign string `json:"pay_sign,omitempty" xml:"pay_sign,omitempty"`
	// 签名类型
	SignType string `json:"sign_type,omitempty" xml:"sign_type,omitempty"`
	// 数据包
	PackageStr string `json:"package_str,omitempty" xml:"package_str,omitempty"`
	// 随机字符串
	NonceStr string `json:"nonce_str,omitempty" xml:"nonce_str,omitempty"`
	// 时间戳
	TimeStamp string `json:"time_stamp,omitempty" xml:"time_stamp,omitempty"`
	// 小程序id
	AppId string `json:"app_id,omitempty" xml:"app_id,omitempty"`
	// 预订结果
	BookResult bool `json:"book_result,omitempty" xml:"book_result,omitempty"`
}

OrderPayDto 结构体

type PageableResponse

type PageableResponse struct {
	// 返回类型
	Contents []HotelListSearchDto `json:"contents,omitempty" xml:"contents>hotel_list_search_dto,omitempty"`
	// 查询抽奖用户数据集合
	Content []LotteryDataVo `json:"content,omitempty" xml:"content>lottery_data_vo,omitempty"`
	// 错误编码
	ErrorCode string `json:"error_code,omitempty" xml:"error_code,omitempty"`
	// 错误信息
	ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"`
	// 当前页的数量
	Size int64 `json:"size,omitempty" xml:"size,omitempty"`
	// 当前页
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 每页的数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
	// 总页数
	TotalPageNum int64 `json:"total_page_num,omitempty" xml:"total_page_num,omitempty"`
	// 总数量
	TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"`
	// 是否有下一页
	HasNextPage bool `json:"has_next_page,omitempty" xml:"has_next_page,omitempty"`
	// 是否成功
	Success bool `json:"success,omitempty" xml:"success,omitempty"`
}

PageableResponse 结构体

type PayParamResult

type PayParamResult struct {
	// 签名
	PaySign string `json:"pay_sign,omitempty" xml:"pay_sign,omitempty"`
	// 签名方式
	SignType string `json:"sign_type,omitempty" xml:"sign_type,omitempty"`
	// 数据包
	PackageStr string `json:"package_str,omitempty" xml:"package_str,omitempty"`
	// 随机字符串
	NonceStr string `json:"nonce_str,omitempty" xml:"nonce_str,omitempty"`
	// 时间戳
	TimeStamp string `json:"time_stamp,omitempty" xml:"time_stamp,omitempty"`
	// 小程序id
	AppId string `json:"app_id,omitempty" xml:"app_id,omitempty"`
	// 订单编号
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// 预订结果
	BookResult bool `json:"book_result,omitempty" xml:"book_result,omitempty"`
}

PayParamResult 结构体

type PointsDetailDto added in v1.2.5

type PointsDetailDto struct {
	// 会员奖励积分
	NbPoints int64 `json:"nb_points,omitempty" xml:"nb_points,omitempty"`
	// 近12个月内赚取的会员积分
	NbPointsEarnLast12Months int64 `json:"nb_points_earn_last_12_months,omitempty" xml:"nb_points_earn_last_12_months,omitempty"`
	// 升级所需会员积分
	NbPointsToNextTiering int64 `json:"nb_points_to_next_tiering,omitempty" xml:"nb_points_to_next_tiering,omitempty"`
	// 更新等级所获得的积分
	PointsEarnedOnTierUpdate int64 `json:"points_earned_on_tier_update,omitempty" xml:"points_earned_on_tier_update,omitempty"`
	// 当前间夜数余额
	CurrentNightsBalance int64 `json:"current_nights_balance,omitempty" xml:"current_nights_balance,omitempty"`
	// 当前入住间夜数余额
	CurrentStaysBalance int64 `json:"current_stays_balance,omitempty" xml:"current_stays_balance,omitempty"`
	// 快速跟踪间夜状态
	FastTrackedStatusNights int64 `json:"fast_tracked_status_nights,omitempty" xml:"fast_tracked_status_nights,omitempty"`
	// 升级所需会员间夜
	NbNightsToNextTiering int64 `json:"nb_nights_to_next_tiering,omitempty" xml:"nb_nights_to_next_tiering,omitempty"`
	// 更新等级所花费的间夜
	NightsSpentOnTierUpdate int64 `json:"nights_spent_on_tier_update,omitempty" xml:"nights_spent_on_tier_update,omitempty"`
}

PointsDetailDto 结构体

type PopUpInfo added in v1.2.5

type PopUpInfo struct {
	// 弹屏图片
	PopUpUrl string `json:"pop_up_url,omitempty" xml:"pop_up_url,omitempty"`
	// 弹屏跳转链接
	PopUpRedirectUrl string `json:"pop_up_redirect_url,omitempty" xml:"pop_up_redirect_url,omitempty"`
}

PopUpInfo 结构体

type PopUpInfoVo added in v1.2.7

type PopUpInfoVo struct {
	// 弹屏类型
	Type string `json:"type,omitempty" xml:"type,omitempty"`
	// 抽奖弹屏
	ActivityDrawPopup *ActivityDrawPopupVo `json:"activity_draw_popup,omitempty" xml:"activity_draw_popup,omitempty"`
	// 活动弹窗
	PopUp *PopUpVo `json:"pop_up,omitempty" xml:"pop_up,omitempty"`
	// 优惠券弹屏
	CouponActivityPopUp *CouponActivityPopUpVo `json:"coupon_activity_pop_up,omitempty" xml:"coupon_activity_pop_up,omitempty"`
}

PopUpInfoVo 结构体

type PopUpVo added in v1.2.5

type PopUpVo struct {
	// 弹屏跳转链接
	PopUpRedirectUrl string `json:"pop_up_redirect_url,omitempty" xml:"pop_up_redirect_url,omitempty"`
	// 弹屏图片
	PopUpUrl string `json:"pop_up_url,omitempty" xml:"pop_up_url,omitempty"`
	// 活动id
	OfferId int64 `json:"offer_id,omitempty" xml:"offer_id,omitempty"`
}

PopUpVo 结构体

type PriceDetailDto

type PriceDetailDto struct {
	// 每日价格
	DailyPrices []DailyPrice `json:"daily_prices,omitempty" xml:"daily_prices>daily_price,omitempty"`
	// 房型图片集合
	Pics []string `json:"pics,omitempty" xml:"pics>string,omitempty"`
	// 房型设施
	FacilityGroupList []FacilityListVo `json:"facility_group_list,omitempty" xml:"facility_group_list>facility_list_vo,omitempty"`
	// 总价格
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 总税费
	TotalTax string `json:"total_tax,omitempty" xml:"total_tax,omitempty"`
	// 总房间价格(不含税)
	TotalRoomPrice string `json:"total_room_price,omitempty" xml:"total_room_price,omitempty"`
	// 货币
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 房型名称
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 夏季限时优惠信息
	RpName string `json:"rp_name,omitempty" xml:"rp_name,omitempty"`
	// 入住时间
	Days int64 `json:"days,omitempty" xml:"days,omitempty"`
	// 房间数量
	RoomNum int64 `json:"room_num,omitempty" xml:"room_num,omitempty"`
	// 房间属性
	RoomProperty *DailyPrice `json:"room_property,omitempty" xml:"room_property,omitempty"`
}

PriceDetailDto 结构体

type PriceGroupSummaryVo added in v1.2.5

type PriceGroupSummaryVo struct {
	// 房型信息
	Rooms []RoomSummaryVo `json:"rooms,omitempty" xml:"rooms>room_summary_vo,omitempty"`
	// 组名
	GroupName string `json:"group_name,omitempty" xml:"group_name,omitempty"`
	// 最低价格
	LowestPrice int64 `json:"lowest_price,omitempty" xml:"lowest_price,omitempty"`
	// 房间总数
	RoomTotal int64 `json:"room_total,omitempty" xml:"room_total,omitempty"`
}

PriceGroupSummaryVo 结构体

type PriceInfoDto

type PriceInfoDto struct {
	// 早餐信息 -1 含早、0无早、1单早、2、双早
	Breakfasts []string `json:"breakfasts,omitempty" xml:"breakfasts>string,omitempty"`
	// 详情页会员权益标签
	HotelDinamicLabels []HotelDinamicLabelDto `json:"hotel_dinamic_labels,omitempty" xml:"hotel_dinamic_labels>hotel_dinamic_label_dto,omitempty"`
	// 绑定优惠券模板id
	CouponTemplateIds []int64 `json:"coupon_template_ids,omitempty" xml:"coupon_template_ids>int64,omitempty"`
	// 税费 单位元
	TaxAndFeeToString string `json:"tax_and_fee_to_string,omitempty" xml:"tax_and_fee_to_string,omitempty"`
	// 含税价 均价 单位元
	DinamicOriginalPriceToString string `json:"dinamic_original_price_to_string,omitempty" xml:"dinamic_original_price_to_string,omitempty"`
	// 退订规则
	RefundRules string `json:"refund_rules,omitempty" xml:"refund_rules,omitempty"`
	// 可够取消险
	CancelInsuranceIcon string `json:"cancel_insurance_icon,omitempty" xml:"cancel_insurance_icon,omitempty"`
	// 净价均价 不含税 单位元
	RatePriceToString string `json:"rate_price_to_string,omitempty" xml:"rate_price_to_string,omitempty"`
	// 会员等级
	MemberLevel string `json:"member_level,omitempty" xml:"member_level,omitempty"`
	// 币种CNY 人民币
	PriceType string `json:"price_type,omitempty" xml:"price_type,omitempty"`
	// 早餐
	BreakfastDesc string `json:"breakfast_desc,omitempty" xml:"breakfast_desc,omitempty"`
	// 取消政策模型同小搜一致即可,入住日往前XX小时
	CancelTime string `json:"cancel_time,omitempty" xml:"cancel_time,omitempty"`
	// 不含税总价 保留到元
	RoomTotalPriceToString string `json:"room_total_price_to_string,omitempty" xml:"room_total_price_to_string,omitempty"`
	// 取消险文案
	CancelInsuranceDesc string `json:"cancel_insurance_desc,omitempty" xml:"cancel_insurance_desc,omitempty"`
	// 商品定价规则标题
	RpName string `json:"rp_name,omitempty" xml:"rp_name,omitempty"`
	// 库存数量
	StockNumberDes string `json:"stock_number_des,omitempty" xml:"stock_number_des,omitempty"`
	// 首住标签
	FirstLive string `json:"first_live,omitempty" xml:"first_live,omitempty"`
	// 副会员商品等级
	MemberLevelV2 string `json:"member_level_v2,omitempty" xml:"member_level_v2,omitempty"`
	// rpcode
	RpCode string `json:"rp_code,omitempty" xml:"rp_code,omitempty"`
	// 标签
	Tag string `json:"tag,omitempty" xml:"tag,omitempty"`
	// 优惠券类型
	CouponType string `json:"coupon_type,omitempty" xml:"coupon_type,omitempty"`
	// 权益券类型
	Category string `json:"category,omitempty" xml:"category,omitempty"`
	// APLUSP
	VoucherCardCategory string `json:"voucher_card_category,omitempty" xml:"voucher_card_category,omitempty"`
	// 划线价
	UnderscorePrice string `json:"underscore_price,omitempty" xml:"underscore_price,omitempty"`
	// 是否担保商品
	IsGuarantee int64 `json:"is_guarantee,omitempty" xml:"is_guarantee,omitempty"`
	// 库存剩余数量
	StockNumber int64 `json:"stock_number,omitempty" xml:"stock_number,omitempty"`
	// 商品id
	Gid int64 `json:"gid,omitempty" xml:"gid,omitempty"`
	// 取消政策枚举 01-不可取消 02-免费取消 03-阶梯取消 04-限时免费取消
	CancelType int64 `json:"cancel_type,omitempty" xml:"cancel_type,omitempty"`
	// 含税价 均价 单位分
	DinamicOriginalPrice int64 `json:"dinamic_original_price,omitempty" xml:"dinamic_original_price,omitempty"`
	// 是否已售空
	IsSellOut int64 `json:"is_sell_out,omitempty" xml:"is_sell_out,omitempty"`
	// 不含税总价 单位分
	RoomTotalPrice int64 `json:"room_total_price,omitempty" xml:"room_total_price,omitempty"`
	// Rate Plan ID商品定价规则
	RpId int64 `json:"rp_id,omitempty" xml:"rp_id,omitempty"`
	// 商品最小可售卖粒度
	RateId int64 `json:"rate_id,omitempty" xml:"rate_id,omitempty"`
	// 1:全额支付;5:前台面付;
	PaymentType int64 `json:"payment_type,omitempty" xml:"payment_type,omitempty"`
	// 净价均价 不含税
	RatePrice int64 `json:"rate_price,omitempty" xml:"rate_price,omitempty"`
	// 税费 单位分
	TaxAndFee int64 `json:"tax_and_fee,omitempty" xml:"tax_and_fee,omitempty"`
	// 卖家房型id
	OuterRoomId int64 `json:"outer_room_id,omitempty" xml:"outer_room_id,omitempty"`
	// 表示当前价格允许几人入住
	AllowPersonNumber int64 `json:"allow_person_number,omitempty" xml:"allow_person_number,omitempty"`
	// 是否售空
	Status int64 `json:"status,omitempty" xml:"status,omitempty"`
	// 房型id
	RoomId int64 `json:"room_id,omitempty" xml:"room_id,omitempty"`
	// 热门商品权重
	HotPrice int64 `json:"hot_price,omitempty" xml:"hot_price,omitempty"`
	// 折扣商品
	PriceInfo *PriceInfoDto `json:"price_info,omitempty" xml:"price_info,omitempty"`
	// 折扣总价
	DiscountAmount int64 `json:"discount_amount,omitempty" xml:"discount_amount,omitempty"`
	// 代金券信息
	VoucherInfo *VoucherVo `json:"voucher_info,omitempty" xml:"voucher_info,omitempty"`
	// 折扣百分比
	DiscountOff int64 `json:"discount_off,omitempty" xml:"discount_off,omitempty"`
	// 0 立即预订/1 前去购买,
	BookingOrBuy int64 `json:"booking_or_buy,omitempty" xml:"booking_or_buy,omitempty"`
	// 是否是会员房
	MemberRoom bool `json:"member_room,omitempty" xml:"member_room,omitempty"`
	// 是否是副会员房
	MemberRoomV2 bool `json:"member_room_v2,omitempty" xml:"member_room_v2,omitempty"`
	// 是否为权益商品房型
	IsDerbyVoucherRoom bool `json:"is_derby_voucher_room,omitempty" xml:"is_derby_voucher_room,omitempty"`
}

PriceInfoDto 结构体

type PrizeDisplay added in v1.2.5

type PrizeDisplay struct {
	// 奖品名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 奖品URL
	Image string `json:"image,omitempty" xml:"image,omitempty"`
}

PrizeDisplay 结构体

type ProviderMemberParam

type ProviderMemberParam struct {
	// 用户英文姓
	LastName string `json:"last_name,omitempty" xml:"last_name,omitempty"`
	// 称呼
	Civility string `json:"civility,omitempty" xml:"civility,omitempty"`
	// 签名
	Signature string `json:"signature,omitempty" xml:"signature,omitempty"`
	// 手机号前缀(加密)
	PhonePre string `json:"phone_pre,omitempty" xml:"phone_pre,omitempty"`
	// 手机号(加密)
	PhoneNum string `json:"phone_num,omitempty" xml:"phone_num,omitempty"`
	// 语言
	Language string `json:"language,omitempty" xml:"language,omitempty"`
	// 请求路径
	Url string `json:"url,omitempty" xml:"url,omitempty"`
	// 英文名
	FirstName string `json:"first_name,omitempty" xml:"first_name,omitempty"`
	// 请求应用的id
	AppId string `json:"app_id,omitempty" xml:"app_id,omitempty"`
	// 邮箱(加密)
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 追踪信息
	PromoteInfo string `json:"promote_info,omitempty" xml:"promote_info,omitempty"`
	// 是否订阅信息
	Subscription bool `json:"subscription,omitempty" xml:"subscription,omitempty"`
	// 是否接受协议
	AcceptedTandC bool `json:"accepted_tand_c,omitempty" xml:"accepted_tand_c,omitempty"`
}

ProviderMemberParam 结构体

type ProviderMemberVo

type ProviderMemberVo struct {
	// 卡类型
	CardType string `json:"card_type,omitempty" xml:"card_type,omitempty"`
	// 卡等级
	CardTier string `json:"card_tier,omitempty" xml:"card_tier,omitempty"`
	// 卡号
	CardNumber string `json:"card_number,omitempty" xml:"card_number,omitempty"`
	// 会员id
	MemberId string `json:"member_id,omitempty" xml:"member_id,omitempty"`
	// 注册类型
	RegisterType string `json:"register_type,omitempty" xml:"register_type,omitempty"`
}

ProviderMemberVo 结构体

type QueryLotteryDataDto added in v1.2.9

type QueryLotteryDataDto struct {
	// 查询开始时间
	OperationStartTime string `json:"operation_start_time,omitempty" xml:"operation_start_time,omitempty"`
	// 查询结束时间
	OperationEndTime string `json:"operation_end_time,omitempty" xml:"operation_end_time,omitempty"`
	// 操作类型
	OperationType string `json:"operation_type,omitempty" xml:"operation_type,omitempty"`
	// 页数
	PageNo int64 `json:"page_no,omitempty" xml:"page_no,omitempty"`
	// 单页数量
	PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"`
}

QueryLotteryDataDto 结构体

type QueryMemberParam

type QueryMemberParam struct {
	// 签名
	Signature string `json:"signature,omitempty" xml:"signature,omitempty"`
	// 手机号前缀(加密)
	PhonePre string `json:"phone_pre,omitempty" xml:"phone_pre,omitempty"`
	// 手机号(加密)
	PhoneNum string `json:"phone_num,omitempty" xml:"phone_num,omitempty"`
	// 应用id
	AppId string `json:"app_id,omitempty" xml:"app_id,omitempty"`
}

QueryMemberParam 结构体

type RegisterProgressVo added in v1.2.7

type RegisterProgressVo struct {
	// 在雅高官网注册时的手机号
	Phone string `json:"phone,omitempty" xml:"phone,omitempty"`
	// 在雅高官网注册时的邮箱
	Email string `json:"email,omitempty" xml:"email,omitempty"`
	// 是否需要弹验证码弹框
	PopUpVerification bool `json:"pop_up_verification,omitempty" xml:"pop_up_verification,omitempty"`
	// 注册状态
	RegisterStatus bool `json:"register_status,omitempty" xml:"register_status,omitempty"`
}

RegisterProgressVo 结构体

type ReplaceRpCode added in v1.2.5

type ReplaceRpCode struct {
	// 代替后商品
	ReplaceRpCode string `json:"replace_rp_code,omitempty" xml:"replace_rp_code,omitempty"`
	// 原价商品
	OrigRpCode string `json:"orig_rp_code,omitempty" xml:"orig_rp_code,omitempty"`
}

ReplaceRpCode 结构体

type Room added in v1.2.5

type Room struct {
	// 房型名称
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 价格定义名
	RpName string `json:"rp_name,omitempty" xml:"rp_name,omitempty"`
	// 房间面积大小
	RoomArea string `json:"room_area,omitempty" xml:"room_area,omitempty"`
	// 房间床型描述
	BedTypeDesc string `json:"bed_type_desc,omitempty" xml:"bed_type_desc,omitempty"`
	// 房型最大入住人数
	MaxCheckInNumber int64 `json:"max_check_in_number,omitempty" xml:"max_check_in_number,omitempty"`
}

Room 结构体

type RoomDetailDto

type RoomDetailDto struct {
	// 价格信息
	PriceInfos []PriceInfoDto `json:"price_infos,omitempty" xml:"price_infos>price_info_dto,omitempty"`
	// 房型图片
	Pics []string `json:"pics,omitempty" xml:"pics>string,omitempty"`
	// 房型设施
	Facilitys []RoomPropertiesDto `json:"facilitys,omitempty" xml:"facilitys>room_properties_dto,omitempty"`
	// 酒店设施
	RoomFacilities []RoomPropertiesDto `json:"room_facilities,omitempty" xml:"room_facilities>room_properties_dto,omitempty"`
	// 房间图片列表
	PictureList []string `json:"picture_list,omitempty" xml:"picture_list>string,omitempty"`
	// 面积
	Area string `json:"area,omitempty" xml:"area,omitempty"`
	// 最低价单位元
	LowestPriceToString string `json:"lowest_price_to_string,omitempty" xml:"lowest_price_to_string,omitempty"`
	// 入住人数图标
	MaxOccupancyIcon string `json:"max_occupancy_icon,omitempty" xml:"max_occupancy_icon,omitempty"`
	// 货币类型
	PriceType string `json:"price_type,omitempty" xml:"price_type,omitempty"`
	// 面积图标
	AreaIcon string `json:"area_icon,omitempty" xml:"area_icon,omitempty"`
	// 房型名称
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 宽带服务
	NetworkService string `json:"network_service,omitempty" xml:"network_service,omitempty"`
	// 床型图标
	BedTypeIcon string `json:"bed_type_icon,omitempty" xml:"bed_type_icon,omitempty"`
	// 楼层
	Floor string `json:"floor,omitempty" xml:"floor,omitempty"`
	// 窗型
	WindowType string `json:"window_type,omitempty" xml:"window_type,omitempty"`
	// 床型描述
	BedTypeDesc string `json:"bed_type_desc,omitempty" xml:"bed_type_desc,omitempty"`
	// 房间大小
	RoomArea string `json:"room_area,omitempty" xml:"room_area,omitempty"`
	// 酒店名称
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 最低价单位分
	LowestPrice int64 `json:"lowest_price,omitempty" xml:"lowest_price,omitempty"`
	// 床型详情
	RoomTypeBedInfo *RoomTypeBedInfoDto `json:"room_type_bed_info,omitempty" xml:"room_type_bed_info,omitempty"`
	// 房型id
	RoomId int64 `json:"room_id,omitempty" xml:"room_id,omitempty"`
	// 是否可加床
	AddBed int64 `json:"add_bed,omitempty" xml:"add_bed,omitempty"`
	// 最大入住人数
	MaxOccupancy int64 `json:"max_occupancy,omitempty" xml:"max_occupancy,omitempty"`
	// 最大人数
	MaxCheckInNumber int64 `json:"max_check_in_number,omitempty" xml:"max_check_in_number,omitempty"`
	// 是否满房
	Full bool `json:"full,omitempty" xml:"full,omitempty"`
}

RoomDetailDto 结构体

type RoomDetailVo added in v1.2.5

type RoomDetailVo struct {
	// 价格分组
	PriceInfoGroups []RoomTypeBedInfoDto `json:"price_info_groups,omitempty" xml:"price_info_groups>room_type_bed_info_dto,omitempty"`
	// 图片
	Pics []string `json:"pics,omitempty" xml:"pics>string,omitempty"`
	// 房型设施分组
	FacilityGroupList []FacilityListVo `json:"facility_group_list,omitempty" xml:"facility_group_list>facility_list_vo,omitempty"`
	// 最低价含税  单位元
	LowestPriceToString string `json:"lowest_price_to_string,omitempty" xml:"lowest_price_to_string,omitempty"`
	// 货币类型
	PriceType string `json:"price_type,omitempty" xml:"price_type,omitempty"`
	// 房型名
	RoomName string `json:"room_name,omitempty" xml:"room_name,omitempty"`
	// 房型最低价含税 单位分
	LowestPrice int64 `json:"lowest_price,omitempty" xml:"lowest_price,omitempty"`
	// 是否加床
	AddBed int64 `json:"add_bed,omitempty" xml:"add_bed,omitempty"`
	// 房型id
	RoomId int64 `json:"room_id,omitempty" xml:"room_id,omitempty"`
	// 床型信息
	RoomTypeBedInfo *RoomTypeBedInfoDto `json:"room_type_bed_info,omitempty" xml:"room_type_bed_info,omitempty"`
	// 房间属性
	RoomProperty *RoomProperty `json:"room_property,omitempty" xml:"room_property,omitempty"`
	// 满房
	Full bool `json:"full,omitempty" xml:"full,omitempty"`
}

RoomDetailVo 结构体

type RoomPropertiesDto

type RoomPropertiesDto struct {
	// 设施类型
	SubType string `json:"sub_type,omitempty" xml:"sub_type,omitempty"`
	// 设施名称
	Value string `json:"value,omitempty" xml:"value,omitempty"`
}

RoomPropertiesDto 结构体

type RoomProperty added in v1.2.5

type RoomProperty struct {
	// 面积
	Area string `json:"area,omitempty" xml:"area,omitempty"`
	// 宽带
	NetworkService string `json:"network_service,omitempty" xml:"network_service,omitempty"`
	// 床型icon
	BedTypeIcon string `json:"bed_type_icon,omitempty" xml:"bed_type_icon,omitempty"`
	// 最大人数icon
	MaxOccupancyIcon string `json:"max_occupancy_icon,omitempty" xml:"max_occupancy_icon,omitempty"`
	// 楼层
	Floor string `json:"floor,omitempty" xml:"floor,omitempty"`
	// 楼层icon
	FloorIcon string `json:"floor_icon,omitempty" xml:"floor_icon,omitempty"`
	// 面积icon
	AreaIcon string `json:"area_icon,omitempty" xml:"area_icon,omitempty"`
	// 窗型icon
	WindowTypeIcon string `json:"window_type_icon,omitempty" xml:"window_type_icon,omitempty"`
	// 窗型
	WindowType string `json:"window_type,omitempty" xml:"window_type,omitempty"`
	// 最大人数
	MaxOccupancy int64 `json:"max_occupancy,omitempty" xml:"max_occupancy,omitempty"`
}

RoomProperty 结构体

type RoomSummaryVo added in v1.2.5

type RoomSummaryVo struct {
	// 房型名称
	Name string `json:"name,omitempty" xml:"name,omitempty"`
	// 房型id
	SrId int64 `json:"sr_id,omitempty" xml:"sr_id,omitempty"`
}

RoomSummaryVo 结构体

type RoomTypeBedInfoDto

type RoomTypeBedInfoDto struct {
	// 价格列表
	PriceInfoList []PriceInfoDto `json:"price_info_list,omitempty" xml:"price_info_list>price_info_dto,omitempty"`
	// 简短描述,用于详情页报价前面的床型展示。
	BriefDesc string `json:"brief_desc,omitempty" xml:"brief_desc,omitempty"`
	// 模糊描述,最精简的描述信息,大床/双床/单人床/多床/床位
	FuzzyDesc string `json:"fuzzy_desc,omitempty" xml:"fuzzy_desc,omitempty"`
	// 分类描述
	ClassificationDesc string `json:"classification_desc,omitempty" xml:"classification_desc,omitempty"`
	// 简单描述,较长描述省略床宽,但依然会描述具体的床型信息,用于详情页标准房型床型展示
	SimpleDesc string `json:"simple_desc,omitempty" xml:"simple_desc,omitempty"`
	// 描述,长描述,描述为最详细的内容,用于详情页房型详情Dialog,下单页,订单页展
	Desc string `json:"desc,omitempty" xml:"desc,omitempty"`
	// 分组名
	GroupName string `json:"group_name,omitempty" xml:"group_name,omitempty"`
}

RoomTypeBedInfoDto 结构体

type SendCouponParams added in v1.2.5

type SendCouponParams struct {
	// 1
	StockId string `json:"stock_id,omitempty" xml:"stock_id,omitempty"`
	// 1
	OutRequestNo string `json:"out_request_no,omitempty" xml:"out_request_no,omitempty"`
	// 1
	CouponCode string `json:"coupon_code,omitempty" xml:"coupon_code,omitempty"`
}

SendCouponParams 结构体

type ShareMaterialVo

type ShareMaterialVo struct {
	// 分享的文案
	Text string `json:"text,omitempty" xml:"text,omitempty"`
	// 分享的图片
	Picture string `json:"picture,omitempty" xml:"picture,omitempty"`
}

ShareMaterialVo 结构体

type UserAgreementVo added in v1.2.7

type UserAgreementVo struct {
	// 隐私协议
	ShowPrivacyAgreement bool `json:"show_privacy_agreement,omitempty" xml:"show_privacy_agreement,omitempty"`
	// 境外输出个人信息协议
	ShowDataExportAgreement bool `json:"show_data_export_agreement,omitempty" xml:"show_data_export_agreement,omitempty"`
}

UserAgreementVo 结构体

type UserCurrentStatus added in v1.2.5

type UserCurrentStatus struct {
	// token
	Token string `json:"token,omitempty" xml:"token,omitempty"`
	// 用户当前状态
	Status string `json:"status,omitempty" xml:"status,omitempty"`
	// 二次验证场景
	SceneCode string `json:"scene_code,omitempty" xml:"scene_code,omitempty"`
	// 用户姓
	ForNameVerification string `json:"for_name_verification,omitempty" xml:"for_name_verification,omitempty"`
	// 用户信息加密版
	UserEncryptInfo string `json:"user_encrypt_info,omitempty" xml:"user_encrypt_info,omitempty"`
	// 手机号更新换绑提示
	UpdateToastSign bool `json:"update_toast_sign,omitempty" xml:"update_toast_sign,omitempty"`
}

UserCurrentStatus 结构体

type UserRiskRankVo added in v1.2.5

type UserRiskRankVo struct {
	// 请求id
	RequestUnionId int64 `json:"request_union_id,omitempty" xml:"request_union_id,omitempty"`
	// 风险等级
	RistRank int64 `json:"rist_rank,omitempty" xml:"rist_rank,omitempty"`
}

UserRiskRankVo 结构体

type ValidateOrderParam

type ValidateOrderParam struct {
	// 多房价数据状态
	GuestByRoomDtos []GuestByRoomDto `json:"guest_by_room_dtos,omitempty" xml:"guest_by_room_dtos>guest_by_room_dto,omitempty"`
	// 总价格
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 离店时间
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 入住时间
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 外部酒店id
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 1
	RpCode string `json:"rp_code,omitempty" xml:"rp_code,omitempty"`
	// 1
	RoomId string `json:"room_id,omitempty" xml:"room_id,omitempty"`
	// 支付类型
	PaymentType int64 `json:"payment_type,omitempty" xml:"payment_type,omitempty"`
	// 价格的rateId
	RateId int64 `json:"rate_id,omitempty" xml:"rate_id,omitempty"`
	// 宝贝id
	Gid int64 `json:"gid,omitempty" xml:"gid,omitempty"`
	// 价格id
	RpId int64 `json:"rp_id,omitempty" xml:"rp_id,omitempty"`
	// 飞猪外部房型id
	OutRoomId int64 `json:"out_room_id,omitempty" xml:"out_room_id,omitempty"`
	// 内部酒店id
	Hid int64 `json:"hid,omitempty" xml:"hid,omitempty"`
	// 入住人数
	CustomerNumbers int64 `json:"customer_numbers,omitempty" xml:"customer_numbers,omitempty"`
	// 房间数量
	RoomNum int64 `json:"room_num,omitempty" xml:"room_num,omitempty"`
}

ValidateOrderParam 结构体

type ValidateOrderVo

type ValidateOrderVo struct {
	// 每日价格
	DailyPriceList []DailyPrice `json:"daily_price_list,omitempty" xml:"daily_price_list>daily_price,omitempty"`
	// 价格变化描述
	AmountChangedDisplay string `json:"amount_changed_display,omitempty" xml:"amount_changed_display,omitempty"`
	// 总税价
	TotalTax string `json:"total_tax,omitempty" xml:"total_tax,omitempty"`
	// 实际需要支付金额,含税
	TotalAmount string `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 订单号
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// 价格发生变化
	IsAmountChanged bool `json:"is_amount_changed,omitempty" xml:"is_amount_changed,omitempty"`
}

ValidateOrderVo 结构体

type ValidateResultVo added in v1.2.5

type ValidateResultVo struct {
	// 每日价格列表
	DailyPriceList []DailyPrice `json:"daily_price_list,omitempty" xml:"daily_price_list>daily_price,omitempty"`
	// 每日价格列表
	DiningPolicyList []DailyInfo `json:"dining_policy_list,omitempty" xml:"dining_policy_list>daily_info,omitempty"`
	// 订单编号
	OrderCode string `json:"order_code,omitempty" xml:"order_code,omitempty"`
	// 价格变化
	AmountChangedDisplay string `json:"amount_changed_display,omitempty" xml:"amount_changed_display,omitempty"`
	// 总税价
	TotalTax string `json:"total_tax,omitempty" xml:"total_tax,omitempty"`
	// 总价不含税
	TotalPriceExcludeTax string `json:"total_price_exclude_tax,omitempty" xml:"total_price_exclude_tax,omitempty"`
	// 实际需要支付金额,含税
	TotalAmount string `json:"total_amount,omitempty" xml:"total_amount,omitempty"`
	// 支付类型
	PaymentType string `json:"payment_type,omitempty" xml:"payment_type,omitempty"`
	// 取消政策
	CancelPolicy *CancelPolicy `json:"cancel_policy,omitempty" xml:"cancel_policy,omitempty"`
	// 加价信息
	MarkupInfo *MarkupInfoVo `json:"markup_info,omitempty" xml:"markup_info,omitempty"`
	// 外币信息
	ForeignCurrency *ForeignCurrencyDto `json:"foreign_currency,omitempty" xml:"foreign_currency,omitempty"`
	// 价格发生变化
	IsAmountChanged bool `json:"is_amount_changed,omitempty" xml:"is_amount_changed,omitempty"`
	// 是否为外币支付
	ForeignCurrencyPayment bool `json:"foreign_currency_payment,omitempty" xml:"foreign_currency_payment,omitempty"`
}

ValidateResultVo 结构体

type VoucherHotelVo added in v1.2.7

type VoucherHotelVo struct {
	// 房型设施
	HotelFacilityListVOList []FacilityListVo `json:"hotel_facility_list_v_o_list,omitempty" xml:"hotel_facility_list_v_o_list>facility_list_vo,omitempty"`
	// 日期以及价格
	DailyPrices []DailyPrice `json:"daily_prices,omitempty" xml:"daily_prices>daily_price,omitempty"`
	// 租户酒店ID
	HotelId string `json:"hotel_id,omitempty" xml:"hotel_id,omitempty"`
	// 酒店名
	HotelName string `json:"hotel_name,omitempty" xml:"hotel_name,omitempty"`
	// 酒店电话
	HotelPhone string `json:"hotel_phone,omitempty" xml:"hotel_phone,omitempty"`
	// 酒店图片
	HotelPicture string `json:"hotel_picture,omitempty" xml:"hotel_picture,omitempty"`
	// 酒店位置
	HotelAddress string `json:"hotel_address,omitempty" xml:"hotel_address,omitempty"`
	// 经度
	Lon string `json:"lon,omitempty" xml:"lon,omitempty"`
	// 维度
	Lat string `json:"lat,omitempty" xml:"lat,omitempty"`
	// 入住须知
	CheckInNotice string `json:"check_in_notice,omitempty" xml:"check_in_notice,omitempty"`
	// 取消描述
	CancelDec string `json:"cancel_dec,omitempty" xml:"cancel_dec,omitempty"`
	// 入住时间
	CheckInDate string `json:"check_in_date,omitempty" xml:"check_in_date,omitempty"`
	// 离店时间
	CheckOutDate string `json:"check_out_date,omitempty" xml:"check_out_date,omitempty"`
	// 最早入住时间
	CheckIn string `json:"check_in,omitempty" xml:"check_in,omitempty"`
	// 最晚离店时间
	CheckOut string `json:"check_out,omitempty" xml:"check_out,omitempty"`
	// 限制时间
	LimitDate string `json:"limit_date,omitempty" xml:"limit_date,omitempty"`
	// 货币类型
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 总房价(不含税)
	TotalRoomPrice string `json:"total_room_price,omitempty" xml:"total_room_price,omitempty"`
	// 总税价
	TotalTax string `json:"total_tax,omitempty" xml:"total_tax,omitempty"`
	// 总费用(税费+房价)
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 加价描述
	MarkupDesc string `json:"markup_desc,omitempty" xml:"markup_desc,omitempty"`
	// 外部酒店id
	Shid int64 `json:"shid,omitempty" xml:"shid,omitempty"`
	// 房间数量
	RoomNumber int64 `json:"room_number,omitempty" xml:"room_number,omitempty"`
	// 取消规则
	CancelRule int64 `json:"cancel_rule,omitempty" xml:"cancel_rule,omitempty"`
	// 入住天数
	Days int64 `json:"days,omitempty" xml:"days,omitempty"`
	// 酒店内房型信息
	Room *Room `json:"room,omitempty" xml:"room,omitempty"`
	// 城市code
	CityCode int64 `json:"city_code,omitempty" xml:"city_code,omitempty"`
	// 房间数量
	RoomNum int64 `json:"room_num,omitempty" xml:"room_num,omitempty"`
	// 差价
	Spread int64 `json:"spread,omitempty" xml:"spread,omitempty"`
	// 外币信息
	ForeignCurrency *ForeignCurrencyInfo `json:"foreign_currency,omitempty" xml:"foreign_currency,omitempty"`
	// 是否为外币支付
	ForeignCurrencyPayment bool `json:"foreign_currency_payment,omitempty" xml:"foreign_currency_payment,omitempty"`
}

VoucherHotelVo 结构体

type VoucherInfoVo added in v1.2.7

type VoucherInfoVo struct {
	// 预约须知
	AppointmentNotice []BaseDescVo `json:"appointment_notice,omitempty" xml:"appointment_notice>base_desc_vo,omitempty"`
	// 可约日期
	AvailableDateList []string `json:"available_date_list,omitempty" xml:"available_date_list>string,omitempty"`
	// 关联酒店集合
	HotelList []string `json:"hotel_list,omitempty" xml:"hotel_list>string,omitempty"`
	// 关联rpCode集合
	RateCodeList []string `json:"rate_code_list,omitempty" xml:"rate_code_list>string,omitempty"`
	// 加价规则
	MarkupRuleList []string `json:"markup_rule_list,omitempty" xml:"markup_rule_list>string,omitempty"`
	// 代金券id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 券状态
	VoucherStatus string `json:"voucher_status,omitempty" xml:"voucher_status,omitempty"`
	// 使用时间
	VoucherUsedDate string `json:"voucher_used_date,omitempty" xml:"voucher_used_date,omitempty"`
	// 订单id
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// 券码名称
	VoucherName string `json:"voucher_name,omitempty" xml:"voucher_name,omitempty"`
	// 有效期开始时间
	EffectiveDate string `json:"effective_date,omitempty" xml:"effective_date,omitempty"`
	// 有效期结束时间
	ExpireDate string `json:"expire_date,omitempty" xml:"expire_date,omitempty"`
	// 头图
	Img string `json:"img,omitempty" xml:"img,omitempty"`
	// 雅高merchantId
	MerchantId string `json:"merchant_id,omitempty" xml:"merchant_id,omitempty"`
	// skuId
	SkuId string `json:"sku_id,omitempty" xml:"sku_id,omitempty"`
	// 酒店数量
	HotelNumber int64 `json:"hotel_number,omitempty" xml:"hotel_number,omitempty"`
	// 券价格
	VoucherPrice int64 `json:"voucher_price,omitempty" xml:"voucher_price,omitempty"`
	// 券码数量
	VoucherNumber int64 `json:"voucher_number,omitempty" xml:"voucher_number,omitempty"`
	// 可住几晚
	NightAccount int64 `json:"night_account,omitempty" xml:"night_account,omitempty"`
}

VoucherInfoVo 结构体

type VoucherOrderDetailVo added in v1.2.7

type VoucherOrderDetailVo struct {
	// 订单入住宾客信息
	GuestByRoom []GuestByRoomDto `json:"guest_by_room,omitempty" xml:"guest_by_room>guest_by_room_dto,omitempty"`
	// 套餐订单详情信息
	VoucherOrder *VoucherOrderVo `json:"voucher_order,omitempty" xml:"voucher_order,omitempty"`
	// 酒店详情信息
	VoucherHotel *VoucherHotelVo `json:"voucher_hotel,omitempty" xml:"voucher_hotel,omitempty"`
	// 费用明细对象
	PriceDetailDto *VoucherHotelVo `json:"price_detail_dto,omitempty" xml:"price_detail_dto,omitempty"`
	// 房间信息详情
	OrderRoomDetail *PriceDetailDto `json:"order_room_detail,omitempty" xml:"order_room_detail,omitempty"`
	// 权益商品相关展示信息
	DerbyVoucherInfo *DerbyVoucherInfo `json:"derby_voucher_info,omitempty" xml:"derby_voucher_info,omitempty"`
}

VoucherOrderDetailVo 结构体

type VoucherOrderVo added in v1.2.7

type VoucherOrderVo struct {
	// 订单编号
	OrderId string `json:"order_id,omitempty" xml:"order_id,omitempty"`
	// PMS订单号
	PmsCode string `json:"pms_code,omitempty" xml:"pms_code,omitempty"`
	// 订单状态
	OrderStatus string `json:"order_status,omitempty" xml:"order_status,omitempty"`
	// 订单状态描述
	OrderStatusDesc string `json:"order_status_desc,omitempty" xml:"order_status_desc,omitempty"`
	// 预订时间
	BookDate string `json:"book_date,omitempty" xml:"book_date,omitempty"`
	// 支付渠道
	PaymentChannel string `json:"payment_channel,omitempty" xml:"payment_channel,omitempty"`
	// 总价格
	TotalPrice string `json:"total_price,omitempty" xml:"total_price,omitempty"`
	// 货币类型
	Currency string `json:"currency,omitempty" xml:"currency,omitempty"`
	// 扣款价格
	RefundCostAmount string `json:"refund_cost_amount,omitempty" xml:"refund_cost_amount,omitempty"`
	// 早餐类型
	BreakfastType string `json:"breakfast_type,omitempty" xml:"breakfast_type,omitempty"`
	// 早餐描述
	BreakfastDec string `json:"breakfast_dec,omitempty" xml:"breakfast_dec,omitempty"`
	// 订单人姓
	ContactLastName string `json:"contact_last_name,omitempty" xml:"contact_last_name,omitempty"`
	// 订单人名
	ContactFirstName string `json:"contact_first_name,omitempty" xml:"contact_first_name,omitempty"`
	// 订单人电话
	ContactPhone string `json:"contact_phone,omitempty" xml:"contact_phone,omitempty"`
	// 订单人邮箱
	ContactEmail string `json:"contact_email,omitempty" xml:"contact_email,omitempty"`
	// 套餐卷名字
	VoucherName string `json:"voucher_name,omitempty" xml:"voucher_name,omitempty"`
	// 下单方式
	PlaceOrderType string `json:"place_order_type,omitempty" xml:"place_order_type,omitempty"`
	// 套餐卷Id
	VoucherId string `json:"voucher_id,omitempty" xml:"voucher_id,omitempty"`
	// 区号
	AreaCode string `json:"area_code,omitempty" xml:"area_code,omitempty"`
	// 支付剩余多少秒
	PayRemainTime int64 `json:"pay_remain_time,omitempty" xml:"pay_remain_time,omitempty"`
	// 支付类型
	PayType int64 `json:"pay_type,omitempty" xml:"pay_type,omitempty"`
}

VoucherOrderVo 结构体

type VoucherParameter added in v1.2.5

type VoucherParameter struct {
	// 套餐券实体类
	Voucher []VoucherInfoVo `json:"voucher,omitempty" xml:"voucher>voucher_info_vo,omitempty"`
	// 添加优惠券参至卡包参数
	SendCouponParams []SendCouponParams `json:"send_coupon_params,omitempty" xml:"send_coupon_params>send_coupon_params,omitempty"`
	// 加密签名
	Sign string `json:"sign,omitempty" xml:"sign,omitempty"`
	// 商户号
	SendCouponMerchant string `json:"send_coupon_merchant,omitempty" xml:"send_coupon_merchant,omitempty"`
}

VoucherParameter 结构体

type VoucherVo added in v1.2.5

type VoucherVo struct {
	// 加价规则
	MarkUpRuleList []string `json:"mark_up_rule_list,omitempty" xml:"mark_up_rule_list>string,omitempty"`
	// 加价信息
	MarkUpInfo string `json:"mark_up_info,omitempty" xml:"mark_up_info,omitempty"`
	// 加价金额
	MarkUpAmount int64 `json:"mark_up_amount,omitempty" xml:"mark_up_amount,omitempty"`
	// 是否加价
	IsMarkUp bool `json:"is_mark_up,omitempty" xml:"is_mark_up,omitempty"`
}

VoucherVo 结构体

type WeChatCouponVo added in v1.2.7

type WeChatCouponVo struct {
	// 优惠券实例对象
	CouponInfoVO []CouponInfoVo `json:"coupon_info_v_o,omitempty" xml:"coupon_info_v_o>coupon_info_vo,omitempty"`
	// 1
	SendCouponParams []SendCouponParams `json:"send_coupon_params,omitempty" xml:"send_coupon_params>send_coupon_params,omitempty"`
	// 加密串
	Sign string `json:"sign,omitempty" xml:"sign,omitempty"`
	// 商户号
	SendCouponMerchant string `json:"send_coupon_merchant,omitempty" xml:"send_coupon_merchant,omitempty"`
}

WeChatCouponVo 结构体

type WechatCallbackResponse added in v1.2.8

type WechatCallbackResponse struct {
	// 错误码,SUCCESS为清算机构接收成功,其他错误码为失败。
	Code string `json:"code,omitempty" xml:"code,omitempty"`
	// 返回信息,如非空,为错误原因。
	Message string `json:"message,omitempty" xml:"message,omitempty"`
}

WechatCallbackResponse 结构体

type WechatCodeResponse

type WechatCodeResponse struct {
	// 微信union_Id
	UnionId string `json:"union_id,omitempty" xml:"union_id,omitempty"`
	// 微信用户openId
	OpenId string `json:"open_id,omitempty" xml:"open_id,omitempty"`
}

WechatCodeResponse 结构体

Source Files

Jump to

Keyboard shortcuts

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