Versions in this module Expand all Collapse all v2 v2.0.0 Sep 23, 2022 Changes in this version + type Client struct + func NewClient(config *openapi.Config) (*Client, error) + func (client *Client) GetEndpoint(productId *string, regionId *string, endpointRule *string, network *string, ...) (_result *string, _err error) + func (client *Client) GetProductInfoByIds(request *GetProductInfoByIdsRequest) (_result *GetProductInfoByIdsResponse, _err error) + func (client *Client) GetProductInfoByIdsWithOptions(request *GetProductInfoByIdsRequest, runtime *util.RuntimeOptions) (_result *GetProductInfoByIdsResponse, _err error) + func (client *Client) Init(config *openapi.Config) (_err error) + func (client *Client) SearchByPic(request *SearchByPicRequest) (_result *SearchByPicResponse, _err error) + func (client *Client) SearchByPicAdvance(request *SearchByPicAdvanceRequest, runtime *util.RuntimeOptions) (_result *SearchByPicResponse, _err error) + func (client *Client) SearchByPicWithOptions(request *SearchByPicRequest, runtime *util.RuntimeOptions) (_result *SearchByPicResponse, _err error) + func (client *Client) SearchByUrl(request *SearchByUrlRequest) (_result *SearchByUrlResponse, _err error) + func (client *Client) SearchByUrlWithOptions(request *SearchByUrlRequest, runtime *util.RuntimeOptions) (_result *SearchByUrlResponse, _err error) + type GetProductInfoByIdsRequest struct + Fields *string + ItemIds *string + Pid *string + func (s *GetProductInfoByIdsRequest) SetFields(v string) *GetProductInfoByIdsRequest + func (s *GetProductInfoByIdsRequest) SetItemIds(v string) *GetProductInfoByIdsRequest + func (s *GetProductInfoByIdsRequest) SetPid(v string) *GetProductInfoByIdsRequest + func (s GetProductInfoByIdsRequest) GoString() string + func (s GetProductInfoByIdsRequest) String() string + type GetProductInfoByIdsResponse struct + Body *GetProductInfoByIdsResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *GetProductInfoByIdsResponse) SetBody(v *GetProductInfoByIdsResponseBody) *GetProductInfoByIdsResponse + func (s *GetProductInfoByIdsResponse) SetHeaders(v map[string]*string) *GetProductInfoByIdsResponse + func (s *GetProductInfoByIdsResponse) SetStatusCode(v int32) *GetProductInfoByIdsResponse + func (s GetProductInfoByIdsResponse) GoString() string + func (s GetProductInfoByIdsResponse) String() string + type GetProductInfoByIdsResponseBody struct + Code *int32 + Data *GetProductInfoByIdsResponseBodyData + Message *string + RequestId *string + Success *bool + func (s *GetProductInfoByIdsResponseBody) SetCode(v int32) *GetProductInfoByIdsResponseBody + func (s *GetProductInfoByIdsResponseBody) SetData(v *GetProductInfoByIdsResponseBodyData) *GetProductInfoByIdsResponseBody + func (s *GetProductInfoByIdsResponseBody) SetMessage(v string) *GetProductInfoByIdsResponseBody + func (s *GetProductInfoByIdsResponseBody) SetRequestId(v string) *GetProductInfoByIdsResponseBody + func (s *GetProductInfoByIdsResponseBody) SetSuccess(v bool) *GetProductInfoByIdsResponseBody + func (s GetProductInfoByIdsResponseBody) GoString() string + func (s GetProductInfoByIdsResponseBody) String() string + type GetProductInfoByIdsResponseBodyData struct + Auctions []*GetProductInfoByIdsResponseBodyDataAuctions + func (s *GetProductInfoByIdsResponseBodyData) SetAuctions(v []*GetProductInfoByIdsResponseBodyDataAuctions) *GetProductInfoByIdsResponseBodyData + func (s GetProductInfoByIdsResponseBodyData) GoString() string + func (s GetProductInfoByIdsResponseBodyData) String() string + type GetProductInfoByIdsResponseBodyDataAuctions struct + RankScore *float32 + Result *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctions) SetRankScore(v float32) *GetProductInfoByIdsResponseBodyDataAuctions + func (s *GetProductInfoByIdsResponseBodyDataAuctions) SetResult(v *GetProductInfoByIdsResponseBodyDataAuctionsResult) *GetProductInfoByIdsResponseBodyDataAuctions + func (s GetProductInfoByIdsResponseBodyDataAuctions) GoString() string + func (s GetProductInfoByIdsResponseBodyDataAuctions) String() string + type GetProductInfoByIdsResponseBodyDataAuctionsResult struct + CategoryName *string + CommissionRate *string + CouponAmount *int32 + CouponEndTime *string + CouponInfo *string + CouponRemainCount *int32 + CouponShareUrl *string + CouponStartFee *string + CouponStartTime *string + CouponTotalCount *string + DeeplinkCouponShareUrl *string + DeeplinkUrl *string + ItemId *string + LevelOneCategoryName *string + MaxCommission *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission + Nick *string + PicUrl *string + PriceAfterCoupon *string + Provcity *string + ReservePrice *string + SellerId *string + ShopTitle *string + ShortTitle *string + SubTitle *string + Title *string + Url *string + UserType *int32 + Volume *int32 + ZkFinalPrice *string + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCategoryName(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCommissionRate(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponAmount(v int32) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponEndTime(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponInfo(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponRemainCount(v int32) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponShareUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponStartFee(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponStartTime(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetCouponTotalCount(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetDeeplinkCouponShareUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetDeeplinkUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetItemId(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetLevelOneCategoryName(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetMaxCommission(v *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetNick(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetPicUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetPriceAfterCoupon(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetProvcity(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetReservePrice(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetSellerId(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetShopTitle(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetShortTitle(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetSubTitle(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetTitle(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetUserType(v int32) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetVolume(v int32) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResult) SetZkFinalPrice(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResult + func (s GetProductInfoByIdsResponseBodyDataAuctionsResult) GoString() string + func (s GetProductInfoByIdsResponseBodyDataAuctionsResult) String() string + type GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission struct + MaxCommissionClickUrl *string + MaxCommissionCouponShareUrl *string + MaxCommissionRate *string + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionClickUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionCouponShareUrl(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission + func (s *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionRate(v string) *GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission + func (s GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission) GoString() string + func (s GetProductInfoByIdsResponseBodyDataAuctionsResultMaxCommission) String() string + type SearchByPicAdvanceRequest struct + CategoryId *int32 + Crop *bool + Fields *string + Num *int32 + PicContentObject io.Reader + Pid *string + Region *string + RelationId *int64 + Start *int32 + UserType *int64 + func (s *SearchByPicAdvanceRequest) SetCategoryId(v int32) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetCrop(v bool) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetFields(v string) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetNum(v int32) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetPicContentObject(v io.Reader) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetPid(v string) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetRegion(v string) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetRelationId(v int64) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetStart(v int32) *SearchByPicAdvanceRequest + func (s *SearchByPicAdvanceRequest) SetUserType(v int64) *SearchByPicAdvanceRequest + func (s SearchByPicAdvanceRequest) GoString() string + func (s SearchByPicAdvanceRequest) String() string + type SearchByPicRequest struct + CategoryId *int32 + Crop *bool + Fields *string + Num *int32 + PicContent *string + Pid *string + Region *string + RelationId *int64 + Start *int32 + UserType *int64 + func (s *SearchByPicRequest) SetCategoryId(v int32) *SearchByPicRequest + func (s *SearchByPicRequest) SetCrop(v bool) *SearchByPicRequest + func (s *SearchByPicRequest) SetFields(v string) *SearchByPicRequest + func (s *SearchByPicRequest) SetNum(v int32) *SearchByPicRequest + func (s *SearchByPicRequest) SetPicContent(v string) *SearchByPicRequest + func (s *SearchByPicRequest) SetPid(v string) *SearchByPicRequest + func (s *SearchByPicRequest) SetRegion(v string) *SearchByPicRequest + func (s *SearchByPicRequest) SetRelationId(v int64) *SearchByPicRequest + func (s *SearchByPicRequest) SetStart(v int32) *SearchByPicRequest + func (s *SearchByPicRequest) SetUserType(v int64) *SearchByPicRequest + func (s SearchByPicRequest) GoString() string + func (s SearchByPicRequest) String() string + type SearchByPicResponse struct + Body *SearchByPicResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchByPicResponse) SetBody(v *SearchByPicResponseBody) *SearchByPicResponse + func (s *SearchByPicResponse) SetHeaders(v map[string]*string) *SearchByPicResponse + func (s *SearchByPicResponse) SetStatusCode(v int32) *SearchByPicResponse + func (s SearchByPicResponse) GoString() string + func (s SearchByPicResponse) String() string + type SearchByPicResponseBody struct + Code *int32 + Data *SearchByPicResponseBodyData + Message *string + PicInfo *SearchByPicResponseBodyPicInfo + RequestId *string + Success *bool + func (s *SearchByPicResponseBody) SetCode(v int32) *SearchByPicResponseBody + func (s *SearchByPicResponseBody) SetData(v *SearchByPicResponseBodyData) *SearchByPicResponseBody + func (s *SearchByPicResponseBody) SetMessage(v string) *SearchByPicResponseBody + func (s *SearchByPicResponseBody) SetPicInfo(v *SearchByPicResponseBodyPicInfo) *SearchByPicResponseBody + func (s *SearchByPicResponseBody) SetRequestId(v string) *SearchByPicResponseBody + func (s *SearchByPicResponseBody) SetSuccess(v bool) *SearchByPicResponseBody + func (s SearchByPicResponseBody) GoString() string + func (s SearchByPicResponseBody) String() string + type SearchByPicResponseBodyData struct + Auctions []*SearchByPicResponseBodyDataAuctions + func (s *SearchByPicResponseBodyData) SetAuctions(v []*SearchByPicResponseBodyDataAuctions) *SearchByPicResponseBodyData + func (s SearchByPicResponseBodyData) GoString() string + func (s SearchByPicResponseBodyData) String() string + type SearchByPicResponseBodyDataAuctions struct + RankScore *float32 + Result *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctions) SetRankScore(v float32) *SearchByPicResponseBodyDataAuctions + func (s *SearchByPicResponseBodyDataAuctions) SetResult(v *SearchByPicResponseBodyDataAuctionsResult) *SearchByPicResponseBodyDataAuctions + func (s SearchByPicResponseBodyDataAuctions) GoString() string + func (s SearchByPicResponseBodyDataAuctions) String() string + type SearchByPicResponseBodyDataAuctionsResult struct + CategoryName *string + CommissionRate *string + CouponAmount *int32 + CouponEndTime *string + CouponInfo *string + CouponRemainCount *int32 + CouponShareUrl *string + CouponStartFee *string + CouponStartTime *string + CouponTotalCount *string + DeeplinkCouponShareUrl *string + DeeplinkUrl *string + ItemId *string + LevelOneCategoryName *string + MaxCommission *SearchByPicResponseBodyDataAuctionsResultMaxCommission + Nick *string + PicUrl *string + PriceAfterCoupon *string + Provcity *string + ReservePrice *string + SellerId *string + ShopTitle *string + ShortTitle *string + SubTitle *string + Title *string + Url *string + UserType *int32 + Volume *int32 + ZkFinalPrice *string + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCategoryName(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCommissionRate(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponAmount(v int32) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponEndTime(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponInfo(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponRemainCount(v int32) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponShareUrl(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponStartFee(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponStartTime(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetCouponTotalCount(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetDeeplinkCouponShareUrl(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetDeeplinkUrl(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetItemId(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetLevelOneCategoryName(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetMaxCommission(v *SearchByPicResponseBodyDataAuctionsResultMaxCommission) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetNick(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetPicUrl(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetPriceAfterCoupon(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetProvcity(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetReservePrice(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetSellerId(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetShopTitle(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetShortTitle(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetSubTitle(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetTitle(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetUrl(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetUserType(v int32) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetVolume(v int32) *SearchByPicResponseBodyDataAuctionsResult + func (s *SearchByPicResponseBodyDataAuctionsResult) SetZkFinalPrice(v string) *SearchByPicResponseBodyDataAuctionsResult + func (s SearchByPicResponseBodyDataAuctionsResult) GoString() string + func (s SearchByPicResponseBodyDataAuctionsResult) String() string + type SearchByPicResponseBodyDataAuctionsResultMaxCommission struct + MaxCommissionClickUrl *string + MaxCommissionCouponShareUrl *string + MaxCommissionRate *string + func (s *SearchByPicResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionClickUrl(v string) *SearchByPicResponseBodyDataAuctionsResultMaxCommission + func (s *SearchByPicResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionCouponShareUrl(v string) *SearchByPicResponseBodyDataAuctionsResultMaxCommission + func (s *SearchByPicResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionRate(v string) *SearchByPicResponseBodyDataAuctionsResultMaxCommission + func (s SearchByPicResponseBodyDataAuctionsResultMaxCommission) GoString() string + func (s SearchByPicResponseBodyDataAuctionsResultMaxCommission) String() string + type SearchByPicResponseBodyPicInfo struct + MainRegion *SearchByPicResponseBodyPicInfoMainRegion + MultiRegion []*SearchByPicResponseBodyPicInfoMultiRegion + func (s *SearchByPicResponseBodyPicInfo) SetMainRegion(v *SearchByPicResponseBodyPicInfoMainRegion) *SearchByPicResponseBodyPicInfo + func (s *SearchByPicResponseBodyPicInfo) SetMultiRegion(v []*SearchByPicResponseBodyPicInfoMultiRegion) *SearchByPicResponseBodyPicInfo + func (s SearchByPicResponseBodyPicInfo) GoString() string + func (s SearchByPicResponseBodyPicInfo) String() string + type SearchByPicResponseBodyPicInfoMainRegion struct + MultiCategoryId []*SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId + Region *string + func (s *SearchByPicResponseBodyPicInfoMainRegion) SetMultiCategoryId(v []*SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId) *SearchByPicResponseBodyPicInfoMainRegion + func (s *SearchByPicResponseBodyPicInfoMainRegion) SetRegion(v string) *SearchByPicResponseBodyPicInfoMainRegion + func (s SearchByPicResponseBodyPicInfoMainRegion) GoString() string + func (s SearchByPicResponseBodyPicInfoMainRegion) String() string + type SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId struct + CategoryId *int32 + Score *float32 + func (s *SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId) SetCategoryId(v int32) *SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId + func (s *SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId) SetScore(v float32) *SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId + func (s SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId) GoString() string + func (s SearchByPicResponseBodyPicInfoMainRegionMultiCategoryId) String() string + type SearchByPicResponseBodyPicInfoMultiRegion struct + Region *string + func (s *SearchByPicResponseBodyPicInfoMultiRegion) SetRegion(v string) *SearchByPicResponseBodyPicInfoMultiRegion + func (s SearchByPicResponseBodyPicInfoMultiRegion) GoString() string + func (s SearchByPicResponseBodyPicInfoMultiRegion) String() string + type SearchByUrlRequest struct + CategoryId *int32 + Crop *bool + Fields *string + Num *int32 + PicUrl *string + Pid *string + Region *string + RelationId *int64 + Start *int32 + UserType *int64 + func (s *SearchByUrlRequest) SetCategoryId(v int32) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetCrop(v bool) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetFields(v string) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetNum(v int32) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetPicUrl(v string) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetPid(v string) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetRegion(v string) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetRelationId(v int64) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetStart(v int32) *SearchByUrlRequest + func (s *SearchByUrlRequest) SetUserType(v int64) *SearchByUrlRequest + func (s SearchByUrlRequest) GoString() string + func (s SearchByUrlRequest) String() string + type SearchByUrlResponse struct + Body *SearchByUrlResponseBody + Headers map[string]*string + StatusCode *int32 + func (s *SearchByUrlResponse) SetBody(v *SearchByUrlResponseBody) *SearchByUrlResponse + func (s *SearchByUrlResponse) SetHeaders(v map[string]*string) *SearchByUrlResponse + func (s *SearchByUrlResponse) SetStatusCode(v int32) *SearchByUrlResponse + func (s SearchByUrlResponse) GoString() string + func (s SearchByUrlResponse) String() string + type SearchByUrlResponseBody struct + Code *int32 + Data *SearchByUrlResponseBodyData + Message *string + PicInfo *SearchByUrlResponseBodyPicInfo + RequestId *string + Success *bool + func (s *SearchByUrlResponseBody) SetCode(v int32) *SearchByUrlResponseBody + func (s *SearchByUrlResponseBody) SetData(v *SearchByUrlResponseBodyData) *SearchByUrlResponseBody + func (s *SearchByUrlResponseBody) SetMessage(v string) *SearchByUrlResponseBody + func (s *SearchByUrlResponseBody) SetPicInfo(v *SearchByUrlResponseBodyPicInfo) *SearchByUrlResponseBody + func (s *SearchByUrlResponseBody) SetRequestId(v string) *SearchByUrlResponseBody + func (s *SearchByUrlResponseBody) SetSuccess(v bool) *SearchByUrlResponseBody + func (s SearchByUrlResponseBody) GoString() string + func (s SearchByUrlResponseBody) String() string + type SearchByUrlResponseBodyData struct + Auctions []*SearchByUrlResponseBodyDataAuctions + func (s *SearchByUrlResponseBodyData) SetAuctions(v []*SearchByUrlResponseBodyDataAuctions) *SearchByUrlResponseBodyData + func (s SearchByUrlResponseBodyData) GoString() string + func (s SearchByUrlResponseBodyData) String() string + type SearchByUrlResponseBodyDataAuctions struct + RankScore *float32 + Result *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctions) SetRankScore(v float32) *SearchByUrlResponseBodyDataAuctions + func (s *SearchByUrlResponseBodyDataAuctions) SetResult(v *SearchByUrlResponseBodyDataAuctionsResult) *SearchByUrlResponseBodyDataAuctions + func (s SearchByUrlResponseBodyDataAuctions) GoString() string + func (s SearchByUrlResponseBodyDataAuctions) String() string + type SearchByUrlResponseBodyDataAuctionsResult struct + CategoryName *string + CommissionRate *string + CouponAmount *int32 + CouponEndTime *string + CouponInfo *string + CouponRemainCount *int32 + CouponShareUrl *string + CouponStartFee *string + CouponStartTime *string + CouponTotalCount *string + DeeplinkCouponShareUrl *string + DeeplinkUrl *string + ItemId *string + LevelOneCategoryName *string + MaxCommission *SearchByUrlResponseBodyDataAuctionsResultMaxCommission + Nick *string + PicUrl *string + PriceAfterCoupon *string + Provcity *string + ReservePrice *string + SellerId *string + ShopTitle *string + ShortTitle *string + SubTitle *string + Title *string + Url *string + UserType *int32 + Volume *int32 + ZkFinalPrice *string + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCategoryName(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCommissionRate(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponAmount(v int32) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponEndTime(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponInfo(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponRemainCount(v int32) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponShareUrl(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponStartFee(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponStartTime(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetCouponTotalCount(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetDeeplinkCouponShareUrl(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetDeeplinkUrl(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetItemId(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetLevelOneCategoryName(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetMaxCommission(v *SearchByUrlResponseBodyDataAuctionsResultMaxCommission) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetNick(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetPicUrl(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetPriceAfterCoupon(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetProvcity(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetReservePrice(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetSellerId(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetShopTitle(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetShortTitle(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetSubTitle(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetTitle(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetUrl(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetUserType(v int32) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetVolume(v int32) *SearchByUrlResponseBodyDataAuctionsResult + func (s *SearchByUrlResponseBodyDataAuctionsResult) SetZkFinalPrice(v string) *SearchByUrlResponseBodyDataAuctionsResult + func (s SearchByUrlResponseBodyDataAuctionsResult) GoString() string + func (s SearchByUrlResponseBodyDataAuctionsResult) String() string + type SearchByUrlResponseBodyDataAuctionsResultMaxCommission struct + MaxCommissionClickUrl *string + MaxCommissionCouponShareUrl *string + MaxCommissionRate *string + func (s *SearchByUrlResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionClickUrl(v string) *SearchByUrlResponseBodyDataAuctionsResultMaxCommission + func (s *SearchByUrlResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionCouponShareUrl(v string) *SearchByUrlResponseBodyDataAuctionsResultMaxCommission + func (s *SearchByUrlResponseBodyDataAuctionsResultMaxCommission) SetMaxCommissionRate(v string) *SearchByUrlResponseBodyDataAuctionsResultMaxCommission + func (s SearchByUrlResponseBodyDataAuctionsResultMaxCommission) GoString() string + func (s SearchByUrlResponseBodyDataAuctionsResultMaxCommission) String() string + type SearchByUrlResponseBodyPicInfo struct + MainRegion *SearchByUrlResponseBodyPicInfoMainRegion + MultiRegion []*SearchByUrlResponseBodyPicInfoMultiRegion + func (s *SearchByUrlResponseBodyPicInfo) SetMainRegion(v *SearchByUrlResponseBodyPicInfoMainRegion) *SearchByUrlResponseBodyPicInfo + func (s *SearchByUrlResponseBodyPicInfo) SetMultiRegion(v []*SearchByUrlResponseBodyPicInfoMultiRegion) *SearchByUrlResponseBodyPicInfo + func (s SearchByUrlResponseBodyPicInfo) GoString() string + func (s SearchByUrlResponseBodyPicInfo) String() string + type SearchByUrlResponseBodyPicInfoMainRegion struct + MultiCategoryId []*SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId + Region *string + func (s *SearchByUrlResponseBodyPicInfoMainRegion) SetMultiCategoryId(v []*SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId) *SearchByUrlResponseBodyPicInfoMainRegion + func (s *SearchByUrlResponseBodyPicInfoMainRegion) SetRegion(v string) *SearchByUrlResponseBodyPicInfoMainRegion + func (s SearchByUrlResponseBodyPicInfoMainRegion) GoString() string + func (s SearchByUrlResponseBodyPicInfoMainRegion) String() string + type SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId struct + CategoryId *int32 + Score *float32 + func (s *SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId) SetCategoryId(v int32) *SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId + func (s *SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId) SetScore(v float32) *SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId + func (s SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId) GoString() string + func (s SearchByUrlResponseBodyPicInfoMainRegionMultiCategoryId) String() string + type SearchByUrlResponseBodyPicInfoMultiRegion struct + Region *string + func (s *SearchByUrlResponseBodyPicInfoMultiRegion) SetRegion(v string) *SearchByUrlResponseBodyPicInfoMultiRegion + func (s SearchByUrlResponseBodyPicInfoMultiRegion) GoString() string + func (s SearchByUrlResponseBodyPicInfoMultiRegion) String() string Other modules containing this package github.com/alibabacloud-go/imagesearch-20210501