diff --git a/platformapi/jdapi/store.go b/platformapi/jdapi/store.go index 0a754708..5c69e448 100644 --- a/platformapi/jdapi/store.go +++ b/platformapi/jdapi/store.go @@ -80,8 +80,8 @@ type OpStoreParams struct { County int `json:"county,omitempty"` StationAddress string `json:"stationAddress,omitempty"` Operator string `json:"operator"` // 返回值无 - ServiceTimeEnd1 int `json:"serviceTimeEnd1,omitempty"` - ServiceTimeStart1 int `json:"serviceTimeStart1,omitempty"` + ServiceTimeEnd1 int `json:"serviceTimeEnd1"` + ServiceTimeStart1 int `json:"serviceTimeStart1"` ServiceTimeEnd2 int `json:"serviceTimeEnd2,omitempty"` ServiceTimeStart2 int `json:"serviceTimeStart2,omitempty"` DeliveryRangeType int8 `json:"deliveryRangeType,omitempty"` // 返回值无,划分配送服务范围的类型(3、圆心半径、2、不规则多边形(手动画范围))。若更新此字段需传完整值。