Documentation ¶
Index ¶
- type ProductIsvSaveGoodsSupplyStatusParam
- type ProductIsvSaveGoodsSupplyStatusRequest
- func (c *ProductIsvSaveGoodsSupplyStatusRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *ProductIsvSaveGoodsSupplyStatusRequest) GetParamObject() interface{}
- func (c *ProductIsvSaveGoodsSupplyStatusRequest) GetParams() *ProductIsvSaveGoodsSupplyStatusParam
- func (c *ProductIsvSaveGoodsSupplyStatusRequest) GetUrlPath() string
- type StatusItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductIsvSaveGoodsSupplyStatusParam ¶
type ProductIsvSaveGoodsSupplyStatusParam struct { // 列表数量不能超过200 Status []StatusItem `json:"status"` // 平台 Platform int32 `json:"platform"` }
type ProductIsvSaveGoodsSupplyStatusRequest ¶
type ProductIsvSaveGoodsSupplyStatusRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *ProductIsvSaveGoodsSupplyStatusParam }
func New ¶
func New() *ProductIsvSaveGoodsSupplyStatusRequest
func (*ProductIsvSaveGoodsSupplyStatusRequest) Execute ¶
func (c *ProductIsvSaveGoodsSupplyStatusRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_isv_saveGoodsSupplyStatus_response.ProductIsvSaveGoodsSupplyStatusResponse, error)
func (*ProductIsvSaveGoodsSupplyStatusRequest) GetParamObject ¶
func (c *ProductIsvSaveGoodsSupplyStatusRequest) GetParamObject() interface{}
func (*ProductIsvSaveGoodsSupplyStatusRequest) GetParams ¶
func (c *ProductIsvSaveGoodsSupplyStatusRequest) GetParams() *ProductIsvSaveGoodsSupplyStatusParam
func (*ProductIsvSaveGoodsSupplyStatusRequest) GetUrlPath ¶
func (c *ProductIsvSaveGoodsSupplyStatusRequest) GetUrlPath() string
type StatusItem ¶
Click to show internal directories.
Click to hide internal directories.