Documentation ¶
Overview ¶
Package customizemarket 包含淘宝定制行业API相关结构体
Index ¶
- type AlibabataobaoindustrypetprofilequeryAPIRequest
- func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetApiMethodName() string
- func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetApiParams(params url.Values)
- func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetProfileQuery() *ProfileQuery
- func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetRawParams() model.Params
- func (r *AlibabataobaoindustrypetprofilequeryAPIRequest) SetProfileQuery(_profileQuery *ProfileQuery) error
- type AlibabataobaoindustrypetprofilequeryAPIResponse
- type AlibabataobaoindustrypetprofilequeryAPIResponseModel
- type BasePageBean
- type PetProfileDto
- type ProfileQuery
- type ServiceResult
- type TaobaomarketpicturegetuserpicturesAPIRequest
- func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetApiMethodName() string
- func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetApiParams(params url.Values)
- func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetOrderId() int64
- func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetRawParams() model.Params
- func (r *TaobaomarketpicturegetuserpicturesAPIRequest) SetOrderId(_orderId int64) error
- type TaobaomarketpicturegetuserpicturesAPIResponse
- type TaobaomarketpicturegetuserpicturesAPIResponseModel
- type TmallindustrybabyauthprofilebackflowAPIRequest
- func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetApiMethodName() string
- func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetApiParams(params url.Values)
- func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetRawParams() model.Params
- func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetYxyBabyProfileCmd() *YxyBabyProfileCmd
- func (r *TmallindustrybabyauthprofilebackflowAPIRequest) SetYxyBabyProfileCmd(_yxyBabyProfileCmd *YxyBabyProfileCmd) error
- type TmallindustrybabyauthprofilebackflowAPIResponse
- type TmallindustrybabyauthprofilebackflowAPIResponseModel
- type YxyBabyProfileCmd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlibabataobaoindustrypetprofilequeryAPIRequest ¶ added in v1.3.1
type AlibabataobaoindustrypetprofilequeryAPIRequest struct { model.Params // contains filtered or unexported fields }
AlibabataobaoindustrypetprofilequeryAPIRequest 用户宠物列表查询 API请求 alibaba.taobao.industry.pet.profile.query
用户宠物列表查询
func NewAlibabataobaoindustrypetprofilequeryRequest ¶ added in v1.3.1
func NewAlibabataobaoindustrypetprofilequeryRequest() *AlibabataobaoindustrypetprofilequeryAPIRequest
NewAlibabataobaoindustrypetprofilequeryRequest 初始化AlibabataobaoindustrypetprofilequeryAPIRequest对象
func (AlibabataobaoindustrypetprofilequeryAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (AlibabataobaoindustrypetprofilequeryAPIRequest) GetApiParams ¶ added in v1.3.1
func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (AlibabataobaoindustrypetprofilequeryAPIRequest) GetProfileQuery ¶ added in v1.3.1
func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetProfileQuery() *ProfileQuery
GetProfileQuery ProfileQuery Getter
func (AlibabataobaoindustrypetprofilequeryAPIRequest) GetRawParams ¶ added in v1.3.1
func (r AlibabataobaoindustrypetprofilequeryAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*AlibabataobaoindustrypetprofilequeryAPIRequest) SetProfileQuery ¶ added in v1.3.1
func (r *AlibabataobaoindustrypetprofilequeryAPIRequest) SetProfileQuery(_profileQuery *ProfileQuery) error
SetProfileQuery is ProfileQuery Setter 参数
type AlibabataobaoindustrypetprofilequeryAPIResponse ¶ added in v1.3.1
type AlibabataobaoindustrypetprofilequeryAPIResponse struct { model.CommonResponse AlibabataobaoindustrypetprofilequeryAPIResponseModel }
AlibabataobaoindustrypetprofilequeryAPIResponse 用户宠物列表查询 API返回值 alibaba.taobao.industry.pet.profile.query
用户宠物列表查询
type AlibabataobaoindustrypetprofilequeryAPIResponseModel ¶ added in v1.3.1
type AlibabataobaoindustrypetprofilequeryAPIResponseModel struct { XMLName xml.Name `xml:"alibaba_taobao_industry_pet_profile_query_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 参数错误 MsgInfo string `json:"msg_info,omitempty" xml:"msg_info,omitempty"` // 501 MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"` // 数据 Object *BasePageBean `json:"object,omitempty" xml:"object,omitempty"` // 是否成功 ResultStatus bool `json:"result_status,omitempty" xml:"result_status,omitempty"` }
AlibabataobaoindustrypetprofilequeryAPIResponseModel is 用户宠物列表查询 成功返回结果
type BasePageBean ¶ added in v1.2.5
type BasePageBean struct { // 数据 Data []PetProfileDto `json:"data,omitempty" xml:"data>pet_profile_dto,omitempty"` // 当前页面 CurrentPage int64 `json:"current_page,omitempty" xml:"current_page,omitempty"` // 总行数 TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"` }
BasePageBean 结构体
type PetProfileDto ¶ added in v1.2.5
type PetProfileDto struct { // 宠物nick PetNick string `json:"pet_nick,omitempty" xml:"pet_nick,omitempty"` // 宠物种类类型 PetType string `json:"pet_type,omitempty" xml:"pet_type,omitempty"` // 宠物种类名 PetTypeName string `json:"pet_type_name,omitempty" xml:"pet_type_name,omitempty"` // 宠物生日,年-月-日 PetBirthday string `json:"pet_birthday,omitempty" xml:"pet_birthday,omitempty"` // 宠物头像 PetImage string `json:"pet_image,omitempty" xml:"pet_image,omitempty"` // 宠物保险照片 PetPics string `json:"pet_pics,omitempty" xml:"pet_pics,omitempty"` // 宠物档案id Id int64 `json:"id,omitempty" xml:"id,omitempty"` // 宠物性别:1男 2 女 PetSex int64 `json:"pet_sex,omitempty" xml:"pet_sex,omitempty"` // 是否绝育:0否,1 是 2 未知 PetNobaby int64 `json:"pet_nobaby,omitempty" xml:"pet_nobaby,omitempty"` }
PetProfileDto 结构体
type ProfileQuery ¶ added in v1.2.5
type ProfileQuery struct { // 宠物名称 PetNick string `json:"pet_nick,omitempty" xml:"pet_nick,omitempty"` // 每页数量 PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"` // 用户id UserId int64 `json:"user_id,omitempty" xml:"user_id,omitempty"` // 第几页 PageNum int64 `json:"page_num,omitempty" xml:"page_num,omitempty"` }
ProfileQuery 结构体
type ServiceResult ¶
type ServiceResult struct { // data Data string `json:"data,omitempty" xml:"data,omitempty"` // errorMsg ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"` // errorCode ErrorCode int64 `json:"error_code,omitempty" xml:"error_code,omitempty"` // suc Suc bool `json:"suc,omitempty" xml:"suc,omitempty"` }
ServiceResult 结构体
type TaobaomarketpicturegetuserpicturesAPIRequest ¶ added in v1.3.1
type TaobaomarketpicturegetuserpicturesAPIRequest struct { model.Params // contains filtered or unexported fields }
TaobaomarketpicturegetuserpicturesAPIRequest 读取用户上传图片 API请求 taobao.market.picture.getuserpictures
商家通过用户信息,获取用户上传的
func NewTaobaomarketpicturegetuserpicturesRequest ¶ added in v1.3.1
func NewTaobaomarketpicturegetuserpicturesRequest() *TaobaomarketpicturegetuserpicturesAPIRequest
NewTaobaomarketpicturegetuserpicturesRequest 初始化TaobaomarketpicturegetuserpicturesAPIRequest对象
func (TaobaomarketpicturegetuserpicturesAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TaobaomarketpicturegetuserpicturesAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TaobaomarketpicturegetuserpicturesAPIRequest) GetOrderId ¶ added in v1.3.1
func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetOrderId() int64
GetOrderId OrderId Getter
func (TaobaomarketpicturegetuserpicturesAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TaobaomarketpicturegetuserpicturesAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (*TaobaomarketpicturegetuserpicturesAPIRequest) SetOrderId ¶ added in v1.3.1
func (r *TaobaomarketpicturegetuserpicturesAPIRequest) SetOrderId(_orderId int64) error
SetOrderId is OrderId Setter 订单ID
type TaobaomarketpicturegetuserpicturesAPIResponse ¶ added in v1.3.1
type TaobaomarketpicturegetuserpicturesAPIResponse struct { model.CommonResponse TaobaomarketpicturegetuserpicturesAPIResponseModel }
TaobaomarketpicturegetuserpicturesAPIResponse 读取用户上传图片 API返回值 taobao.market.picture.getuserpictures
商家通过用户信息,获取用户上传的
type TaobaomarketpicturegetuserpicturesAPIResponseModel ¶ added in v1.3.1
type TaobaomarketpicturegetuserpicturesAPIResponseModel struct { XMLName xml.Name `xml:"market_picture_getuserpictures_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // result Result *ServiceResult `json:"result,omitempty" xml:"result,omitempty"` }
TaobaomarketpicturegetuserpicturesAPIResponseModel is 读取用户上传图片 成功返回结果
type TmallindustrybabyauthprofilebackflowAPIRequest ¶ added in v1.3.1
type TmallindustrybabyauthprofilebackflowAPIRequest struct { model.Params // contains filtered or unexported fields }
TmallindustrybabyauthprofilebackflowAPIRequest 孕校云回流档案 API请求 tmall.industry.baby.authprofile.backflow
孕校云回流档案
func NewTmallindustrybabyauthprofilebackflowRequest ¶ added in v1.3.1
func NewTmallindustrybabyauthprofilebackflowRequest() *TmallindustrybabyauthprofilebackflowAPIRequest
NewTmallindustrybabyauthprofilebackflowRequest 初始化TmallindustrybabyauthprofilebackflowAPIRequest对象
func (TmallindustrybabyauthprofilebackflowAPIRequest) GetApiMethodName ¶ added in v1.3.1
func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetApiMethodName() string
GetApiMethodName IRequest interface 方法, 获取Api method
func (TmallindustrybabyauthprofilebackflowAPIRequest) GetApiParams ¶ added in v1.3.1
func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetApiParams(params url.Values)
GetApiParams IRequest interface 方法, 获取API参数
func (TmallindustrybabyauthprofilebackflowAPIRequest) GetRawParams ¶ added in v1.3.1
func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetRawParams() model.Params
GetRawParams IRequest interface 方法, 获取API原始参数
func (TmallindustrybabyauthprofilebackflowAPIRequest) GetYxyBabyProfileCmd ¶ added in v1.3.1
func (r TmallindustrybabyauthprofilebackflowAPIRequest) GetYxyBabyProfileCmd() *YxyBabyProfileCmd
GetYxyBabyProfileCmd YxyBabyProfileCmd Getter
func (*TmallindustrybabyauthprofilebackflowAPIRequest) SetYxyBabyProfileCmd ¶ added in v1.3.1
func (r *TmallindustrybabyauthprofilebackflowAPIRequest) SetYxyBabyProfileCmd(_yxyBabyProfileCmd *YxyBabyProfileCmd) error
SetYxyBabyProfileCmd is YxyBabyProfileCmd Setter 回流的档案数据
type TmallindustrybabyauthprofilebackflowAPIResponse ¶ added in v1.3.1
type TmallindustrybabyauthprofilebackflowAPIResponse struct { model.CommonResponse TmallindustrybabyauthprofilebackflowAPIResponseModel }
TmallindustrybabyauthprofilebackflowAPIResponse 孕校云回流档案 API返回值 tmall.industry.baby.authprofile.backflow
孕校云回流档案
type TmallindustrybabyauthprofilebackflowAPIResponseModel ¶ added in v1.3.1
type TmallindustrybabyauthprofilebackflowAPIResponseModel struct { XMLName xml.Name `xml:"tmall_industry_baby_authprofile_backflow_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 错误信息 MsgMessage string `json:"msg_message,omitempty" xml:"msg_message,omitempty"` // 错误码 MsgCode string `json:"msg_code,omitempty" xml:"msg_code,omitempty"` // 接口调用是否成功 ResultStatus bool `json:"result_status,omitempty" xml:"result_status,omitempty"` }
TmallindustrybabyauthprofilebackflowAPIResponseModel is 孕校云回流档案 成功返回结果
type YxyBabyProfileCmd ¶ added in v1.2.8
type YxyBabyProfileCmd struct { // 出生年月或者预产期 Birthday string `json:"birthday,omitempty" xml:"birthday,omitempty"` // 性别 Gender int64 `json:"gender,omitempty" xml:"gender,omitempty"` // 授权id ProfileId int64 `json:"profile_id,omitempty" xml:"profile_id,omitempty"` // 宝贝类型 BabyType int64 `json:"baby_type,omitempty" xml:"baby_type,omitempty"` }
YxyBabyProfileCmd 结构体
Source Files ¶
- AlibabaTaobaoIndustryPetProfileQueryAPIRequest.go
- AlibabaTaobaoIndustryPetProfileQueryAPIResponse.go
- BasePageBean.go
- PetProfileDto.go
- ProfileQuery.go
- ServiceResult.go
- TaobaoMarketPictureGetuserpicturesAPIRequest.go
- TaobaoMarketPictureGetuserpicturesAPIResponse.go
- TmallIndustryBabyAuthprofileBackflowAPIRequest.go
- TmallIndustryBabyAuthprofileBackflowAPIResponse.go
- YxyBabyProfileCmd.go
- doc.go