From 455dd5a4a32216444d465d8066fdfb72352ad09b Mon Sep 17 00:00:00 2001 From: zhanglibo <396223143@qq.com> Date: Thu, 8 Sep 2022 09:25:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=98=E7=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- upstream/itao/itao_order.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/upstream/itao/itao_order.go b/upstream/itao/itao_order.go index 484ba01..34d4bf2 100644 --- a/upstream/itao/itao_order.go +++ b/upstream/itao/itao_order.go @@ -77,9 +77,9 @@ type OrderBeforeRes struct { ValidOrderGroups []struct { DeliveryMethodInfo struct { DeliveryMethodOptionList []struct { - FareCent float64 `json:"fareCent"` - Id string `json:"id"` - ServiceType int `json:"serviceType"` + FareCent uint `json:"fareCent"` + Id string `json:"id"` + ServiceType int `json:"serviceType"` } `json:"deliveryMethodOptionList"` SelectedId string `json:"selectedId"` } `json:"deliveryMethodInfo"` -- 2.18.1