From b3b7cefd33b0bb5ee9621ebe5b241fa28b0073d1 Mon Sep 17 00:00:00 2001 From: gazebo Date: Sun, 23 Sep 2018 23:37:57 +0800 Subject: [PATCH] - level. --- platformapi/ebaiapi/shop_sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformapi/ebaiapi/shop_sku.go b/platformapi/ebaiapi/shop_sku.go index c4f90668..42e6f7c2 100644 --- a/platformapi/ebaiapi/shop_sku.go +++ b/platformapi/ebaiapi/shop_sku.go @@ -21,7 +21,7 @@ type CategoryInfo struct { Name string `json:"name"` Rank int `json:"rank"` // 店内分类独有 Children []*CategoryInfo `json:"children"` - Level int + Level int `json:"level"` } type PageDataInfo struct {