Documentation ¶
Index ¶
- type ActivityStatisticsDto
- type CainiaoCntecShopkeeperSupplyStatisticsQueryAPIResponse
- type CainiaoCntecShopkeeperSupplyStatisticsQueryRequest
- func (r CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetApiMethodName() string
- func (r CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetApiParams() url.Values
- func (r CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetQueryActivityDto() *QueryActivityDto
- func (r *CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) SetQueryActivityDto(queryActivityDto *QueryActivityDto) error
- type CainiaoCntecShopkeeperSupplyStatisticsQueryResponse
- type CainiaoCntecShopkeeperSupplyStatisticsQueryResult
- type QueryActivityDto
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActivityStatisticsDto ¶
type ActivityStatisticsDto struct { // 箱规 InventoryCoefficient string `json:"inventory_coefficient,omitempty" xml:"inventory_coefficient,omitempty"` // 总价 TotoalPrice string `json:"totoal_price,omitempty" xml:"totoal_price,omitempty"` // 购买数量 BuyAmount string `json:"buy_amount,omitempty" xml:"buy_amount,omitempty"` // 单价 Price string `json:"price,omitempty" xml:"price,omitempty"` // 商品标题 Title string `json:"title,omitempty" xml:"title,omitempty"` // 商品编码 ProductCode string `json:"product_code,omitempty" xml:"product_code,omitempty"` // 驿站名称 StationName string `json:"station_name,omitempty" xml:"station_name,omitempty"` // 驿站id StationId string `json:"station_id,omitempty" xml:"station_id,omitempty"` // 门店名称 StoreName string `json:"store_name,omitempty" xml:"store_name,omitempty"` // 门店id StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"` // 活动名称 ActivityName string `json:"activity_name,omitempty" xml:"activity_name,omitempty"` // 预计到货时间 PredictArrivalTime string `json:"predict_arrival_time,omitempty" xml:"predict_arrival_time,omitempty"` // 营销活动 MktActivityType string `json:"mkt_activity_type,omitempty" xml:"mkt_activity_type,omitempty"` }
ActivityStatisticsDto
type CainiaoCntecShopkeeperSupplyStatisticsQueryAPIResponse ¶
type CainiaoCntecShopkeeperSupplyStatisticsQueryAPIResponse struct { model.CommonResponse CainiaoCntecShopkeeperSupplyStatisticsQueryResponse }
团购业务供货商查询门店统计数据 API返回值 cainiao.cntec.shopkeeper.supply.statistics.query
查询门店售卖商品统计数据
type CainiaoCntecShopkeeperSupplyStatisticsQueryRequest ¶
type CainiaoCntecShopkeeperSupplyStatisticsQueryRequest struct { model.Params // contains filtered or unexported fields }
团购业务供货商查询门店统计数据 API请求 cainiao.cntec.shopkeeper.supply.statistics.query
查询门店售卖商品统计数据
func NewCainiaoCntecShopkeeperSupplyStatisticsQueryRequest ¶
func NewCainiaoCntecShopkeeperSupplyStatisticsQueryRequest() *CainiaoCntecShopkeeperSupplyStatisticsQueryRequest
初始化CainiaoCntecShopkeeperSupplyStatisticsQueryRequest对象
func (CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetApiMethodName ¶
func (r CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetApiMethodName() string
IRequest interface 方法, 获取Api method
func (CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetApiParams ¶
func (r CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetApiParams() url.Values
IRequest interface 方法, 获取API参数
func (CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetQueryActivityDto ¶
func (r CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) GetQueryActivityDto() *QueryActivityDto
QueryActivityDto Getter
func (*CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) SetQueryActivityDto ¶
func (r *CainiaoCntecShopkeeperSupplyStatisticsQueryRequest) SetQueryActivityDto(queryActivityDto *QueryActivityDto) error
QueryActivityDto Setter 查询参数
type CainiaoCntecShopkeeperSupplyStatisticsQueryResponse ¶
type CainiaoCntecShopkeeperSupplyStatisticsQueryResponse struct { XMLName xml.Name `xml:"cainiao_cntec_shopkeeper_supply_statistics_query_response"` // 平台颁发的每次请求访问的唯一标识 RequestId string `json:"request_id,omitempty" xml:"request_id,omitempty"` // 返回结果 Result *CainiaoCntecShopkeeperSupplyStatisticsQueryResult `json:"result,omitempty" xml:"result,omitempty"` }
团购业务供货商查询门店统计数据 成功返回结果
type CainiaoCntecShopkeeperSupplyStatisticsQueryResult ¶
type CainiaoCntecShopkeeperSupplyStatisticsQueryResult struct { // trace_id TraceId string `json:"trace_id,omitempty" xml:"trace_id,omitempty"` // 是否成功 Success bool `json:"success,omitempty" xml:"success,omitempty"` // 错误码 ErrCode string `json:"err_code,omitempty" xml:"err_code,omitempty"` // 门店统计结果 ModelList []ActivityStatisticsDto `json:"model_list,omitempty" xml:"model_list>activity_statistics_dto,omitempty"` // 错误信息 ErrorMsg string `json:"error_msg,omitempty" xml:"error_msg,omitempty"` // 总数量 TotalCount int64 `json:"total_count,omitempty" xml:"total_count,omitempty"` // 当前页 PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"` // 分页大小 PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"` }
CainiaoCntecShopkeeperSupplyStatisticsQueryResult
type QueryActivityDto ¶
type QueryActivityDto struct { // 门店id StoreId string `json:"store_id,omitempty" xml:"store_id,omitempty"` // 是否分页 Page bool `json:"page,omitempty" xml:"page,omitempty"` // 分页大小 PageSize int64 `json:"page_size,omitempty" xml:"page_size,omitempty"` // 当前页 PageIndex int64 `json:"page_index,omitempty" xml:"page_index,omitempty"` }
QueryActivityDto
Click to show internal directories.
Click to hide internal directories.