修改测试服校验
This commit is contained in:
@@ -260,7 +260,8 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
|||||||
billParams.GoodsDetail = string(utils.MustMarshal(goods))
|
billParams.GoodsDetail = string(utils.MustMarshal(goods))
|
||||||
billParams.GoodsPickupInfo = fmt.Sprintf("%s第%d号单", model.VendorChineseNames[order.VendorID], order.OrderSeq)
|
billParams.GoodsPickupInfo = fmt.Sprintf("%s第%d号单", model.VendorChineseNames[order.VendorID], order.OrderSeq)
|
||||||
billParams.PoiSeq = fmt.Sprintf("#%d", order.OrderSeq)
|
billParams.PoiSeq = fmt.Sprintf("#%d", order.OrderSeq)
|
||||||
if globals.EnableStoreWrite {
|
//if globals.EnableStoreWrite
|
||||||
|
{
|
||||||
// 通知美团订单,获取返回订单配送费
|
// 通知美团订单,获取返回订单配送费
|
||||||
result, err2 := api.MtpsAPI.CreateOrderByShop2(billParams)
|
result, err2 := api.MtpsAPI.CreateOrderByShop2(billParams)
|
||||||
if err = err2; err == nil {
|
if err = err2; err == nil {
|
||||||
@@ -277,9 +278,10 @@ func (c *DeliveryHandler) CreateWaybill(order *model.GoodsOrder, maxDeliveryFee
|
|||||||
} else {
|
} else {
|
||||||
globals.SugarLogger.Debugf("CreateWaybill failed, orderID:%s, billParams:%v, error:%v", order.VendorOrderID, billParams, err)
|
globals.SugarLogger.Debugf("CreateWaybill failed, orderID:%s, billParams:%v, error:%v", order.VendorOrderID, billParams, err)
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
err = fmt.Errorf("测试环境不能真正创建运单")
|
|
||||||
}
|
}
|
||||||
|
//else {
|
||||||
|
// err = fmt.Errorf("测试环境不能真正创建运单")
|
||||||
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user