This commit is contained in:
richboo111
2023-05-30 11:07:22 +08:00
parent 4adceb63b7
commit 399fd8df94
2 changed files with 3 additions and 3 deletions

View File

@@ -330,7 +330,7 @@ type PreCancelOrderResp struct {
DeliveryType float64 `json:"delivery_type"` //订单类型 0预约送达单1立即单2预约上门单
ExpectPickUpTime float64 `json:"expect_pickup_time"` //原始期望上门时间
ExpectTime float64 `json:"expect_time"` //预约时间
ShopCancelTimes string `json:"shop_cancel_times"` //店铺每日取消次数
ShopCancelTimes float64 `json:"shop_cancel_times"` //店铺每日取消次数
FreeCancelTimes float64 `json:"free_cancel_times"` //每日免费取消次数
IsCancelChargePriceRule float64 `json:"is_cancel_charge_price_rule"` //取消收费规则
IsOverFreeCancelTimes float64 `json:"is_over_free_cancel_times"` //是否超出免费取消次数