From 8e386d4f12224ffc021ee30406b81d1ab3c7bcce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Mon, 1 Jun 2020 17:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=AC=E4=B8=9C=E8=AE=A2=E5=8D=95=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/jdshopapi/store_page.go | 2 +- platformapi/jdshopapi/store_page_test.go | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/platformapi/jdshopapi/store_page.go b/platformapi/jdshopapi/store_page.go index 8609df97..9d3b489c 100644 --- a/platformapi/jdshopapi/store_page.go +++ b/platformapi/jdshopapi/store_page.go @@ -285,7 +285,7 @@ type AllOrdersResult struct { ConsigneeInfo interface{} `json:"consigneeInfo"` LogiFlag bool `json:"logiFlag"` LogisticsInfos []interface{} `json:"logisticsInfos"` - StoreName interface{} `json:"storeName"` + StoreName string `json:"storeName"` CodDT interface{} `json:"codDT"` ScDT interface{} `json:"scDT"` OrderStatusStrCN string `json:"orderStatusStrCN"` diff --git a/platformapi/jdshopapi/store_page_test.go b/platformapi/jdshopapi/store_page_test.go index 67183e2b..81fd0989 100644 --- a/platformapi/jdshopapi/store_page_test.go +++ b/platformapi/jdshopapi/store_page_test.go @@ -73,3 +73,7 @@ func TestOrderDetail(t *testing.T) { // } // fmt.Println("test1", result1, result2, result3) } + +func TestBB(t *testing.T) { + fmt.Println(utils.Str2Time("2020-05-30 00:00:00")) +}