推送app

This commit is contained in:
苏尹岚
2020-09-11 17:56:48 +08:00
parent cea55d8722
commit f77bf064dc
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
package defsch
import (
"git.rosy.net.cn/jx-callback/business/jxutils/unipush"
"fmt"
"math/rand"
"sync"
@@ -1470,6 +1471,7 @@ func (s *DefScheduler) notifyNewOrder(order *model.GoodsOrder) {
smsmsg.NotifyNewOrder(order)
smsmsg.NotifyNewUserOrder(order)
}
push.NotifyNewOrder(order)
})
}
}

View File

@@ -1,4 +1,4 @@
package unipush
package push
import (
"strings"