OpStoreParams.ServiceTimeStart1 and ServiceTimeEnd1 remove omitempty
This commit is contained in:
@@ -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、不规则多边形(手动画范围))。若更新此字段需传完整值。
|
||||
|
||||
Reference in New Issue
Block a user