This commit is contained in:
suyl
2020-05-24 09:41:09 +08:00
parent 55cb35c1d0
commit 10c5c21681

View File

@@ -104,7 +104,7 @@ func (p *PurchaseHandler) CreateStore2(db *dao.DaoDB, storeID int, userName stri
CategoryName: jdshopapi.JdsStoreCategoryName,
CustomerID: utils.Int2Str(store.ID),
}
fmt.Println("test1", utils.Format4Output(createEntityStoreParam, false))
// fmt.Println("test1", utils.Format4Output(createEntityStoreParam, false))
vendorStoreID, err = api.JdShopAPI.CreateEntityStore(createEntityStoreParam)
return vendorStoreID, err
}