1
This commit is contained in:
@@ -45,7 +45,7 @@ func (c *SupermGetDispatcherInfoRequest) GetParams() *SupermGetDispatcherInfoPar
|
||||
}
|
||||
|
||||
type SupermGetDispatcherInfoParam struct {
|
||||
StoreID int64 `json:"storeID"`
|
||||
ShopOrderID int64 `json:"shopOrderID"`
|
||||
DispatcherType int32 `json:"dispatcherType"`
|
||||
StoreID int64 `json:"store_id"`
|
||||
ShopOrderID string `json:"shop_order_id"`
|
||||
DispatcherFeeType int32 `json:"dispatcher_fee_type"`
|
||||
}
|
||||
|
||||
@@ -8,5 +8,5 @@ type SupermGetDispatcherInfoResponse struct {
|
||||
}
|
||||
|
||||
type SupermGetDispatcherInfoData struct {
|
||||
DispatcherFee int64 `json:"dispatcherFee"` //呼叫运力费用,单位 分
|
||||
DispatcherFee int64 `json:"dispatcher_fee"` //呼叫运力费用,单位 分
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user