From 26bc6b3bcc4de210a85f9509c787c22fc8dfdb0a Mon Sep 17 00:00:00 2001 From: zhongqiang <15375399426> Date: Fri, 4 Jul 2025 11:26:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8B=E5=8D=95=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weipinshang_api/res.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weipinshang_api/res.go b/weipinshang_api/res.go index 1474151..1f57b5a 100644 --- a/weipinshang_api/res.go +++ b/weipinshang_api/res.go @@ -38,7 +38,7 @@ type SkuData struct { GoodName string `json:"goodName"` //商品名称 Num interface{} `json:"num"` //数量 //Num int `json:"num"` //数量 - Price string `json:"price"` //单价 + Price interface{} `json:"price"` //单价 } type GetOrderInfoRes struct {