a
This commit is contained in:
@@ -218,3 +218,11 @@ func NotifyNewCourierOrder(bill *model.Waybill) (err error) {
|
||||
}, nil)
|
||||
return err
|
||||
}
|
||||
|
||||
//京西订单配送员取货后,给用户发短信提醒
|
||||
func NotifyJxOrder(order *model.GoodsOrder, bill *model.Waybill) (err error) {
|
||||
err = SendSMSMsg([]string{order.ConsigneeMobile}, globals.SMSSignName, globals.SMSJxOrderDelivering, map[string]interface{}{
|
||||
"phone": bill.CourierMobile,
|
||||
}, order)
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user