beta不推送

This commit is contained in:
苏尹岚
2020-09-23 10:22:18 +08:00
parent 56cd470c35
commit fcfe25797e

View File

@@ -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