推送app
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
package unipush
|
||||
package push
|
||||
|
||||
import (
|
||||
"strings"
|
||||
Reference in New Issue
Block a user