From 96a29cdcf541c6e13c93cbad7d3bf544ef80ceac Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 16 Apr 2019 11:51:21 +0800 Subject: [PATCH] =?UTF-8?q?-=20StoreSkuNameExt=E4=B8=AD=E7=9A=84json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/cms/store_sku.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/business/jxstore/cms/store_sku.go b/business/jxstore/cms/store_sku.go index dad8d51e1..2cb69a474 100644 --- a/business/jxstore/cms/store_sku.go +++ b/business/jxstore/cms/store_sku.go @@ -27,8 +27,8 @@ const ( // GetStoreSkus用 type StoreSkuNameExt struct { - StoreID int `orm:"column(store_id)"` - StoreName string + StoreID int `orm:"column(store_id)" json:"storeID"` + StoreName string `json:"storeName"` model.SkuName UnitPrice int `json:"unitPrice"`