This commit is contained in:
suyl
2020-05-24 09:32:23 +08:00
parent 045c892ce6
commit 55cb35c1d0
2 changed files with 42 additions and 19 deletions

View File

@@ -104,6 +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))
vendorStoreID, err = api.JdShopAPI.CreateEntityStore(createEntityStoreParam)
return vendorStoreID, err
}