From 42bc1aa791b9667dcb93e1e74ca7c1083dbf0573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 15 May 2020 09:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=95=86=E5=93=81=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformapi/jdshopapi/sku.go b/platformapi/jdshopapi/sku.go index 53cfc539..8aed68c7 100644 --- a/platformapi/jdshopapi/sku.go +++ b/platformapi/jdshopapi/sku.go @@ -143,8 +143,8 @@ type CreateSkuResult struct { type UpdateWareParam struct { WareID int64 `json:"wareId"` - Title string `json:"title"` //否 标题 商品名称 限制45个字符内 - Weight int `json:"weight"` //否 无 商品重量,单位kg + Title string `json:"title"` //否 标题 商品名称 限制45个字符内 + // Weight int `json:"weight"` //否 无 商品重量,单位kg } //查询商家所有的店内分类