zhangxinlei1996 5 ani în urmă
părinte
comite
499b8f737d

+ 2 - 2
src/jfw/modules/pushsubscribe/src/push/job/nothingjob.go

@@ -75,12 +75,12 @@ func (n *NothingJob) StartPush(user []map[string]interface{}) {
 			userid := util.BsonIdToSId(v["_id"])
 			//APP推送
 			if util.IntAll(vipjy["i_apppush"]) == 1 {
-				logger.Info("推送任务 -未匹配到数据- 开始app推送", userid)
+				logger.Info("推送任务 未匹配到数据 开始app推送", userid)
 				isPushOk := putil.SendApp(map[string]interface{}{
 					"phoneType":      v["s_appponetype"],
 					"descript":       "亲爱的VIP订阅用户,",
 					"descriptAppend": "根据您当前的订阅,无法精准的为您推送新的增量信息,建议您对订阅设置进行修改,剑鱼标讯期待更好的为您服务。",
-					"type":           "message",
+					"type":           "nothing",
 					"userId":         userid,
 					"url":            "/jyapp/vipsubscribe/toSubVipSetPage",
 					"otherPushId":    v["s_opushid"],