From 41882d38e0be4cbdfe5a9a37fde437aa77a17d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Wed, 30 Mar 2022 16:41:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=9C=82=E9=B8=9F=E9=85=8D?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- platformapi/fnpsapi/store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/platformapi/fnpsapi/store.go b/platformapi/fnpsapi/store.go index 95f8bd30..efa29d72 100644 --- a/platformapi/fnpsapi/store.go +++ b/platformapi/fnpsapi/store.go @@ -45,7 +45,6 @@ func (a *API) CreateStore(createStoreParam *CreateStoreBaseInfo) (result1 string if err := json.Unmarshal([]byte(utils.Interface2String(result["business_data"])), &createShop); err != nil { return "", err } - fmt.Println("chainstoreCreate 创建门店 ==================:=", createShop) return createShop.ChainStoreId, nil }