Documentation
¶
Index ¶
- type UnionUrlServiceGenByGoodsIdParam
- type UnionUrlServiceGenByGoodsIdRequest
- func (v *UnionUrlServiceGenByGoodsIdRequest) Execute() (*genByGoodsIdResponse.GenByGoodsIdResponse, error)
- func (v *UnionUrlServiceGenByGoodsIdRequest) GetMethodName() string
- func (v *UnionUrlServiceGenByGoodsIdRequest) GetParams() *UnionUrlServiceGenByGoodsIdParam
- func (v *UnionUrlServiceGenByGoodsIdRequest) GetParamsObject() interface{}
- func (v *UnionUrlServiceGenByGoodsIdRequest) GetServiceName() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnionUrlServiceGenByGoodsIdParam ¶
type UnionUrlServiceGenByGoodsIdParam struct { GoodsIdList []string `json:"goodsIdList"` ChanTag string `json:"chanTag"` //渠道标识 StatParam string `json:"statParam"` //自定义渠道统计参数 RequestId string `json:"requestId"` //请求id:UUID GenShortUrl bool `json:"genShortUrl"` //是否压缩生成的链接,默认false(理论上生成的链接无需压缩也能满足大部分推广情景,如非必要,请勿选择压缩,压缩的链接有有效期(目前是一个月)) }
type UnionUrlServiceGenByGoodsIdRequest ¶
type UnionUrlServiceGenByGoodsIdRequest struct { vipSdk.BaseVipApiRequest Param *UnionUrlServiceGenByGoodsIdParam }
func New ¶
func New(config *vipSdk.VipBaseConfig) *UnionUrlServiceGenByGoodsIdRequest
func (*UnionUrlServiceGenByGoodsIdRequest) Execute ¶
func (v *UnionUrlServiceGenByGoodsIdRequest) Execute() (*genByGoodsIdResponse.GenByGoodsIdResponse, error)
func (*UnionUrlServiceGenByGoodsIdRequest) GetMethodName ¶
func (v *UnionUrlServiceGenByGoodsIdRequest) GetMethodName() string
func (*UnionUrlServiceGenByGoodsIdRequest) GetParams ¶
func (v *UnionUrlServiceGenByGoodsIdRequest) GetParams() *UnionUrlServiceGenByGoodsIdParam
func (*UnionUrlServiceGenByGoodsIdRequest) GetParamsObject ¶
func (v *UnionUrlServiceGenByGoodsIdRequest) GetParamsObject() interface{}
func (*UnionUrlServiceGenByGoodsIdRequest) GetServiceName ¶
func (v *UnionUrlServiceGenByGoodsIdRequest) GetServiceName() string
Click to show internal directories.
Click to hide internal directories.