Documentation ¶
Index ¶
- type RequestObj
- type UnionGoodsServiceGoodsListParam
- type UnionGoodsServiceGoodsListRequest
- func (v *UnionGoodsServiceGoodsListRequest) Execute() (*goodsListResponse.UnionGoodsServiceGoodsListResponse, error)
- func (v *UnionGoodsServiceGoodsListRequest) GetMethodName() string
- func (v *UnionGoodsServiceGoodsListRequest) GetParams() *UnionGoodsServiceGoodsListParam
- func (v *UnionGoodsServiceGoodsListRequest) GetParamsObject() interface{}
- func (v *UnionGoodsServiceGoodsListRequest) GetServiceName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RequestObj ¶
type RequestObj struct { ChannelType int `json:"channelType"` //频道类型:0-超高佣,1-出单爆款; 当请求类型为频道时必传 Page int `json:"page"` PageSize int `json:"pageSize"` //分页大小:默认20,最大100 RequestId string `json:"requestId"` SourceType int `json:"sourceType"` //请求源类型:0-频道,1-组货 JxCode string `json:"jxCode"` //精选组货码:当请求源类型为组货时必传 ChanTag string `json:"chanTag"` }
type UnionGoodsServiceGoodsListParam ¶
type UnionGoodsServiceGoodsListParam struct {
Request RequestObj `json:"request"`
}
type UnionGoodsServiceGoodsListRequest ¶
type UnionGoodsServiceGoodsListRequest struct { vipSdk.BaseVipApiRequest Param *UnionGoodsServiceGoodsListParam }
func New ¶
func New(config *vipSdk.VipBaseConfig) *UnionGoodsServiceGoodsListRequest
func (*UnionGoodsServiceGoodsListRequest) Execute ¶
func (v *UnionGoodsServiceGoodsListRequest) Execute() (*goodsListResponse.UnionGoodsServiceGoodsListResponse, error)
func (*UnionGoodsServiceGoodsListRequest) GetMethodName ¶
func (v *UnionGoodsServiceGoodsListRequest) GetMethodName() string
func (*UnionGoodsServiceGoodsListRequest) GetParams ¶
func (v *UnionGoodsServiceGoodsListRequest) GetParams() *UnionGoodsServiceGoodsListParam
func (*UnionGoodsServiceGoodsListRequest) GetParamsObject ¶
func (v *UnionGoodsServiceGoodsListRequest) GetParamsObject() interface{}
func (*UnionGoodsServiceGoodsListRequest) GetServiceName ¶
func (v *UnionGoodsServiceGoodsListRequest) GetServiceName() string
Click to show internal directories.
Click to hide internal directories.