Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BrandConvertParam ¶
type BrandConvertParam struct { // 品牌关系id,即/shop/brandList返回的id RelatedId int64 `json:"related_id"` }
type BrandConvertRequest ¶
type BrandConvertRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *BrandConvertParam }
func New ¶
func New() *BrandConvertRequest
func (*BrandConvertRequest) Execute ¶
func (c *BrandConvertRequest) Execute(accessToken *doudian_sdk.AccessToken) (*brand_convert_response.BrandConvertResponse, error)
func (*BrandConvertRequest) GetParamObject ¶
func (c *BrandConvertRequest) GetParamObject() interface{}
func (*BrandConvertRequest) GetParams ¶
func (c *BrandConvertRequest) GetParams() *BrandConvertParam
func (*BrandConvertRequest) GetUrlPath ¶
func (c *BrandConvertRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.