This commit is contained in:
gazebo
2019-01-21 22:46:46 +08:00
parent 9c3e9a89df
commit 64f2c371af
7 changed files with 223 additions and 36 deletions

View File

@@ -7,6 +7,12 @@ import (
"git.rosy.net.cn/jx-callback/globals/api"
)
// 对于微盟来说,只有一个展示商品的商家,但有多个拣货的商家
// 订单中的
// VendorStoreID表示在微盟上的商家编码
// JxStoreID表示的是展示商品的商家
// StoreID才是实际派单的商家
var (
curPurchaseHandler *PurchaseHandler
)