Documentation
¶
Index ¶
- type InstantShoppingReportRiderLocationParam
- type InstantShoppingReportRiderLocationRequest
- func (c *InstantShoppingReportRiderLocationRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *InstantShoppingReportRiderLocationRequest) GetParamObject() interface{}
- func (c *InstantShoppingReportRiderLocationRequest) GetParams() *InstantShoppingReportRiderLocationParam
- func (c *InstantShoppingReportRiderLocationRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstantShoppingReportRiderLocationParam ¶
type InstantShoppingReportRiderLocationParam struct { // 抖音电商shop order单id ShopOrderId string `json:"shop_order_id"` // 三方运力服务商 DistributionCode string `json:"distribution_code"` // 三方运单号 DistributionDeliveryId string `json:"distribution_delivery_id"` // 骑手姓名; RiderName string `json:"rider_name"` // 骑手手机号类型,0是真实号,1是隐私号 RiderPhoneType int32 `json:"rider_phone_type"` // 骑手电话; RiderPhone string `json:"rider_phone"` // 骑手经度,高德坐标系 RiderLongitude string `json:"rider_longitude"` // 骑手维度,高德坐标系 RiderLatitude string `json:"rider_latitude"` // 骑手上报时间戳 ReportTime int64 `json:"report_time"` }
type InstantShoppingReportRiderLocationRequest ¶
type InstantShoppingReportRiderLocationRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *InstantShoppingReportRiderLocationParam }
func New ¶
func New() *InstantShoppingReportRiderLocationRequest
func (*InstantShoppingReportRiderLocationRequest) Execute ¶
func (c *InstantShoppingReportRiderLocationRequest) Execute(accessToken *doudian_sdk.AccessToken) (*instantShopping_reportRiderLocation_response.InstantShoppingReportRiderLocationResponse, error)
func (*InstantShoppingReportRiderLocationRequest) GetParamObject ¶
func (c *InstantShoppingReportRiderLocationRequest) GetParamObject() interface{}
func (*InstantShoppingReportRiderLocationRequest) GetParams ¶
func (c *InstantShoppingReportRiderLocationRequest) GetParams() *InstantShoppingReportRiderLocationParam
func (*InstantShoppingReportRiderLocationRequest) GetUrlPath ¶
func (c *InstantShoppingReportRiderLocationRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.