beta不推送
This commit is contained in:
@@ -18,6 +18,9 @@ func pushToSingle(content, title string, storeID int) {
|
|||||||
var (
|
var (
|
||||||
db = dao.GetDB()
|
db = dao.GetDB()
|
||||||
)
|
)
|
||||||
|
if !globals.IsProductEnv() {
|
||||||
|
return
|
||||||
|
}
|
||||||
storePushs, err := dao.GetStorePushClient(db, storeID, "")
|
storePushs, err := dao.GetStorePushClient(db, storeID, "")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user