京东商城直辖市街道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

@@ -427,6 +427,7 @@ type StoreMap struct {
FakeOpenStart int16 `orm:"default(0)" json:"fakeOpenStart"` // 假开店开始
FakeOpenStop int16 `orm:"default(0)" json:"fakeOpenStop"` // 假开店结束
JdStoreLevel string `orm:"size(32)" json:"jdStoreLevel"` //京东门店等级
JdsStreetCode int `orm:"default(0)" json:"jdsStreetCode"` //京东商城直辖市街道code
IsOrder int `orm:"default(0)" json:"isOrder"` //是否是下预订单门店

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
}