Documentation ¶
Index ¶
- type ProductGetCatePropertyV2Param
- type ProductGetCatePropertyV2Request
- func (c *ProductGetCatePropertyV2Request) Execute(accessToken *doudian_sdk.AccessToken) (*product_getCatePropertyV2_response.ProductGetCatePropertyV2Response, error)
- func (c *ProductGetCatePropertyV2Request) GetParamObject() interface{}
- func (c *ProductGetCatePropertyV2Request) GetParams() *ProductGetCatePropertyV2Param
- func (c *ProductGetCatePropertyV2Request) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductGetCatePropertyV2Param ¶
type ProductGetCatePropertyV2Param struct { // 叶子类目id 1、传category_leaf_id ,则不需要传first_cid、second_cid、third_cid这三个字段 2、如果没传category_leaf_id,走之前的逻辑,需要传first_cid、second_cid、third_cid这三个字段 CategoryLeafId int64 `json:"category_leaf_id"` }
type ProductGetCatePropertyV2Request ¶
type ProductGetCatePropertyV2Request struct { doudian_sdk.BaseDoudianOpApiRequest Param *ProductGetCatePropertyV2Param }
func New ¶
func New() *ProductGetCatePropertyV2Request
func (*ProductGetCatePropertyV2Request) Execute ¶
func (c *ProductGetCatePropertyV2Request) Execute(accessToken *doudian_sdk.AccessToken) (*product_getCatePropertyV2_response.ProductGetCatePropertyV2Response, error)
func (*ProductGetCatePropertyV2Request) GetParamObject ¶
func (c *ProductGetCatePropertyV2Request) GetParamObject() interface{}
func (*ProductGetCatePropertyV2Request) GetParams ¶
func (c *ProductGetCatePropertyV2Request) GetParams() *ProductGetCatePropertyV2Param
func (*ProductGetCatePropertyV2Request) GetUrlPath ¶
func (c *ProductGetCatePropertyV2Request) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.