From 50ec6409b09bf89eb0ca2b379b894f7fe2a38be8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 13 Oct 2020 15:42:32 +0800 Subject: [PATCH] store --- platformapi/jdapi/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/jdapi/store.go b/platformapi/jdapi/store.go index c53f696b..3c498048 100644 --- a/platformapi/jdapi/store.go +++ b/platformapi/jdapi/store.go @@ -232,7 +232,7 @@ type FreeFreightTime struct { } type FreeFreightInfo struct { - FullFreeMoney int64 `json:"fullFreeMoney,omitempty"` + FullFreeMoney int64 `json:"fullFreeMoney"` FreeType int `json:"freeType"` FreeMoney int64 `json:"freeMoney,omitempty"` OutActivityID string `json:"outActivityId,omitempty"`