@@ -32,6 +32,12 @@ func AppPushMsg(userInfo map[string]interface{}, sth, appPushUrl, title, detail
} else {
i_apppush = qutil.Int64All((*pushKeyMap)["i_apppush"])
}
+ } else {
+ if (*pushKeyMap)["i_apppush"] == nil {
+ i_apppush = 0
+ i_apppush = qutil.Int64All((*pushKeyMap)["i_apppush"])
+ }
default: