- 输出平台订单操作相关的调试信息

This commit is contained in:
gazebo
2019-03-31 16:07:00 +08:00
parent ef05d85fc2
commit 1a775d8fd6
7 changed files with 32 additions and 12 deletions

View File

@@ -98,7 +98,7 @@ type IPurchasePlatformHandler interface {
GetStatusActionTimeout(order *model.GoodsOrder, statusType, status int) (params *StatusActionParams)
AcceptOrRefuseOrder(order *model.GoodsOrder, isAcceptIt bool, userName string) (err error)
PickupGoods(order *model.GoodsOrder, isSelfDeilivery bool, userName string) (err error)
PickupGoods(order *model.GoodsOrder, isSelfDelivery bool, userName string) (err error)
// 将订单从购物平台配送转为自送
Swtich2SelfDeliver(order *model.GoodsOrder, userName string) (err error)