From 4ef39e3a69ae1a15c41041db3d06d36ecb12bed6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Thu, 26 Oct 2023 09:33:04 +0800 Subject: [PATCH] 1 --- platformapi/mtwmapi/retail.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platformapi/mtwmapi/retail.go b/platformapi/mtwmapi/retail.go index 1ccc48f1..c5119673 100644 --- a/platformapi/mtwmapi/retail.go +++ b/platformapi/mtwmapi/retail.go @@ -99,9 +99,9 @@ type SkuInfo struct { Stock string `json:"stock"` Unit string `json:"unit"` Upc string `json:"upc"` - //Weight string `json:"weight"` - WeightForUnit string `json:"weight_for_unit"` // weight weight_for_unit 至多填写一个 - WeightUnit string `json:"weight_unit"` + Weight string `json:"weight"` + //WeightForUnit string `json:"weight_for_unit"` // weight weight_for_unit 至多填写一个 + //WeightUnit string `json:"weight_unit"` } type AppFood struct {