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") }