京东商城直辖市街道code

This commit is contained in:
苏尹岚
2020-05-25 09:22:37 +08:00
parent da104704ad
commit 6047bf15aa
2 changed files with 1 additions and 1 deletions

View File

@@ -104,7 +104,6 @@ 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
}