store
This commit is contained in:
@@ -232,7 +232,7 @@ type FreeFreightTime struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type FreeFreightInfo struct {
|
type FreeFreightInfo struct {
|
||||||
FullFreeMoney int64 `json:"fullFreeMoney,omitempty"`
|
FullFreeMoney int64 `json:"fullFreeMoney"`
|
||||||
FreeType int `json:"freeType"`
|
FreeType int `json:"freeType"`
|
||||||
FreeMoney int64 `json:"freeMoney,omitempty"`
|
FreeMoney int64 `json:"freeMoney,omitempty"`
|
||||||
OutActivityID string `json:"outActivityId,omitempty"`
|
OutActivityID string `json:"outActivityId,omitempty"`
|
||||||
|
|||||||
Reference in New Issue
Block a user