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