follow

package
v1.1.12 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FollowByPinAndVid

func FollowByPinAndVid(req *FollowByPinAndVidRequest) (bool, error)

func FollowProduct

func FollowProduct(req *FollowProductRequest) (bool, error)

TODO 通过pin将商品加入用户关注栏

func IsFollowByPinAndVid

func IsFollowByPinAndVid(req *IsFollowByPinAndVidRequest) (bool, error)

func QueryForCountByVid

func QueryForCountByVid(req *QueryForCountByVidRequest) (uint64, error)

Types

type FollowByPinAndVidData

type FollowByPinAndVidData struct {
	Code   string                   `json:"code,omitempty" codec:"code,omitempty"`
	Result *FollowByPinAndVidResult `json:"followbypinandvid_result,omitempty" codec:"followbypinandvid_result,omitempty"`
}

func (FollowByPinAndVidData) Error added in v1.1.1

func (r FollowByPinAndVidData) Error() string

func (FollowByPinAndVidData) IsError added in v1.1.1

func (r FollowByPinAndVidData) IsError() bool

type FollowByPinAndVidRequest

type FollowByPinAndVidRequest struct {
	api.BaseRequest
	Pin    string `json:"pin,omitempty" codec:"pin,omitempty"`         //
	ShopId uint64 `json:"shop_id,omitempty" codec:"shop_id,omitempty"` // 自定义返回字段
}

type FollowByPinAndVidResponse

type FollowByPinAndVidResponse struct {
	ErrorResp *api.ErrorResponnse    `json:"error_response,omitempty" codec:"error_response,omitempty"`
	Data      *FollowByPinAndVidData `` /* 146-byte string literal not displayed */
}

func (FollowByPinAndVidResponse) Error added in v1.1.1

func (FollowByPinAndVidResponse) IsError added in v1.1.1

func (r FollowByPinAndVidResponse) IsError() bool

type FollowByPinAndVidResult

type FollowByPinAndVidResult struct {
	Data bool   `json:"data,omitempty" codec:"data,omitempty"`
	Code string `json:"code,omitempty" codec:"code,omitempty"`
}

type FollowProductData

type FollowProductData struct {
	Result *FollowProductResult `json:"follow_result,omitempty" codec:"follow_result,omitempty"`
	Code   string               `json:"code"`
}

func (FollowProductData) Error added in v1.1.1

func (r FollowProductData) Error() string

func (FollowProductData) IsError added in v1.1.1

func (r FollowProductData) IsError() bool

type FollowProductRequest

type FollowProductRequest struct {
	api.BaseRequest
	Pin       string `json:"pin,omitempty" codec:"pin,omitempty"`             //加密pin
	ProductId uint64 `json:"productId,omitempty" codec:"productId,omitempty"` //skuid
}

type FollowProductResponse

type FollowProductResponse struct {
	ErrorResp *api.ErrorResponnse `json:"error_response,omitempty" codec:"error_response,omitempty"`
	Data      *FollowProductData  `` /* 142-byte string literal not displayed */
}

func (FollowProductResponse) Error added in v1.1.1

func (r FollowProductResponse) Error() string

func (FollowProductResponse) IsError added in v1.1.1

func (r FollowProductResponse) IsError() bool

type FollowProductResult

type FollowProductResult struct {
	Msg  string `json:"msg,omitempty" codec:"msg,omitempty"`
	Code string `json:"code,omitempty" codec:"code,omitempty"` //状态码
	Data bool   `json:"data,omitempty" codec:"data,omitempty"` //是否成功
}

func (FollowProductResult) Error added in v1.1.1

func (r FollowProductResult) Error() string

func (FollowProductResult) IsError added in v1.1.1

func (r FollowProductResult) IsError() bool

type IsFollowByPinAndVidData

type IsFollowByPinAndVidData struct {
	Code   string                     `json:"code,omitempty" codec:"code,omitempty"`
	Result *IsFollowByPinAndVidResult `json:"isfollowbypinandvid_result,omitempty" codec:"isfollowbypinandvid_result,omitempty"`
}

func (IsFollowByPinAndVidData) Error added in v1.1.1

func (r IsFollowByPinAndVidData) Error() string

func (IsFollowByPinAndVidData) IsError added in v1.1.1

func (r IsFollowByPinAndVidData) IsError() bool

type IsFollowByPinAndVidRequest

type IsFollowByPinAndVidRequest struct {
	api.BaseRequest
	Pin    string `json:"pin,omitempty" codec:"pin,omitempty"`         //
	ShopId uint64 `json:"shop_id,omitempty" codec:"shop_id,omitempty"` // 自定义返回字段
}

type IsFollowByPinAndVidResponse

type IsFollowByPinAndVidResponse struct {
	ErrorResp *api.ErrorResponnse      `json:"error_response,omitempty" codec:"error_response,omitempty"`
	Data      *IsFollowByPinAndVidData `` /* 148-byte string literal not displayed */
}

func (IsFollowByPinAndVidResponse) Error added in v1.1.1

func (IsFollowByPinAndVidResponse) IsError added in v1.1.1

func (r IsFollowByPinAndVidResponse) IsError() bool

type IsFollowByPinAndVidResult

type IsFollowByPinAndVidResult struct {
	Data bool   `json:"data,omitempty" codec:"data,omitempty"`
	Code string `json:"code,omitempty" codec:"code,omitempty"`
}

type QueryForCountByVidData

type QueryForCountByVidData struct {
	Code   string                    `json:"code,omitempty" codec:"code,omitempty"`
	Result *QueryForCountByVidResult `json:"queryforcountbyvid_result,omitempty" codec:"queryforcountbyvid_result,omitempty"`
}

func (QueryForCountByVidData) Error added in v1.1.1

func (r QueryForCountByVidData) Error() string

func (QueryForCountByVidData) IsError added in v1.1.1

func (r QueryForCountByVidData) IsError() bool

type QueryForCountByVidRequest

type QueryForCountByVidRequest struct {
	api.BaseRequest
	ShopId uint64
}

type QueryForCountByVidResponse

type QueryForCountByVidResponse struct {
	ErrorResp *api.ErrorResponnse     `json:"error_response,omitempty" codec:"error_response,omitempty"`
	Data      *QueryForCountByVidData `` /* 146-byte string literal not displayed */
}

func (QueryForCountByVidResponse) Error added in v1.1.1

func (QueryForCountByVidResponse) IsError added in v1.1.1

func (r QueryForCountByVidResponse) IsError() bool

type QueryForCountByVidResult

type QueryForCountByVidResult struct {
	Code string `json:"code,omitempty" codec:"code,omitempty"`
	Data uint64 `json:"data,omitempty" codec:"data,omitempty"`
	Msg  string `json:"msg,omitempty" codec:"msg,omitempty"`
}

func (QueryForCountByVidResult) Error added in v1.1.1

func (r QueryForCountByVidResult) Error() string

func (QueryForCountByVidResult) IsError added in v1.1.1

func (r QueryForCountByVidResult) IsError() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL