发送短信修改

This commit is contained in:
苏尹岚
2020-05-19 15:31:58 +08:00
parent 96bbd3976e
commit b5c9ff6fdd

View File

@@ -130,7 +130,7 @@ func NotifyNewUserOrder(order *model.GoodsOrder) (err error) {
}
}
if uoSMS == nil {
uoSMSc := model.UserOrderSms{
uoSMSc := &model.UserOrderSms{
Mobile: mobile,
Name: order.ConsigneeName,
VendorUserID: order.VendorUserID,