From 2688ec472cb83da315ea446b24c9c9dbfdd763f0 Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Fri, 4 Jun 2021 16:04:26 +0800 Subject: [PATCH] aa --- business/model/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/business/model/api.go b/business/model/api.go index 811540cec..43a69d6cb 100644 --- a/business/model/api.go +++ b/business/model/api.go @@ -49,7 +49,7 @@ type GoodsOrderExt struct { ShopSumPrice int64 `json:"shopSumPrice"` AvgPrice int64 `json:"avgPrice"` BadCommentCount int `json:"badCommentCount"` - JxIncome int `json:"jxIncome"` //预计收益 + JxIncome int64 `json:"jxIncome"` //预计收益 FloatLng float64 `json:"floatLng"` FloatLat float64 `json:"floatLat"`