发短信开着
This commit is contained in:
@@ -135,7 +135,7 @@ func NotifyNewUserOrder(order *model.GoodsOrder) (err error) {
|
|||||||
SMSMark: model.NO,
|
SMSMark: model.NO,
|
||||||
}
|
}
|
||||||
err = dao.CreateEntity(db, uoSMSc)
|
err = dao.CreateEntity(db, uoSMSc)
|
||||||
err = SendSMSMsg([]string{uoSMS.Mobile}, globals.SMSSignName, globals.SMSNewUserOrderTemplate, map[string]interface{}{
|
err = SendSMSMsg([]string{uoSMSc.Mobile}, globals.SMSSignName, globals.SMSNewUserOrderTemplate, map[string]interface{}{
|
||||||
"tel": storeTel,
|
"tel": storeTel,
|
||||||
}, nil)
|
}, nil)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user