1
This commit is contained in:
@@ -84,16 +84,16 @@ type OrderComplete struct {
|
||||
// SFCancel 顺丰原因订单取消回调
|
||||
type SFCancel struct {
|
||||
CancelReason string `json:"cancel_reason"` //取消原因
|
||||
CancelCode string `json:"cancel_code"` //取消码
|
||||
CancelCode float64 `json:"cancel_code"` //取消码
|
||||
OperatorName string `json:"operator_name"` //配送员姓名
|
||||
OperatorPhone string `json:"operator_phone"` //配送员电话
|
||||
OrderStatus float64 `json:"order_status"` //2:订单取消
|
||||
PushTime int `json:"push_time"` //状态变更时间
|
||||
RiderLng float64 `json:"rider_lng"` //配送员位置经度
|
||||
RiderLat float64 `json:"rider_lat"` //配送员位置纬度
|
||||
RiderLng string `json:"rider_lng"` //配送员位置经度
|
||||
RiderLat string `json:"rider_lat"` //配送员位置纬度
|
||||
SFOrderID string `json:"sf_order_id"` //顺丰订单ID
|
||||
SFUCode string `json:"sf_ucode"`
|
||||
ShopId float64 `json:"shop_id"` // 店铺ID
|
||||
ShopId string `json:"shop_id"` // 店铺ID
|
||||
ShopOrderID string `json:"shop_order_id"` //商家订单ID
|
||||
UrlIndex string `json:"url_index"` //回调url前缀
|
||||
StatusDesc string `json:"status_desc"` //状态描述
|
||||
|
||||
Reference in New Issue
Block a user