From 69bb82877698448d2909a2d5c9c4da130e518634 Mon Sep 17 00:00:00 2001 From: richboo111 Date: Mon, 10 Oct 2022 10:30:35 +0800 Subject: [PATCH] 1 --- business/partner/purchase/tiktok_store/store.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/partner/purchase/tiktok_store/store.go b/business/partner/purchase/tiktok_store/store.go index 71bf06de3..474357ec1 100644 --- a/business/partner/purchase/tiktok_store/store.go +++ b/business/partner/purchase/tiktok_store/store.go @@ -130,6 +130,7 @@ func (P *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri } storeIDs += utils.Int64ToStr(v.Store.StoreId) } + globals.SugarLogger.Debug("ShopBatchCreateStoreParam======&&failMsg=======", ShopBatchCreateStoreParam, resp.ResultList[0].Msg) if utils.Str2Int(storeIDs) == 0 { return "", errors.New("创建店铺失败原因:utils.Str2Int(storeIDs) == 0") }