Преглед изворни кода

消息通知默认值处理

WH01243 пре 1 година
родитељ
комит
521e743acb
1 измењених фајлова са 1 додато и 2 уклоњено
  1. 1 2
      jyBXSubscribe/rpc/model/service/pushSet.go

+ 1 - 2
jyBXSubscribe/rpc/model/service/pushSet.go

@@ -349,9 +349,8 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 		}
 		iApppush := int64(0)
 		iWxpush := int64(0)
-		if registedate > IC.C.Registedate && ShowWx {
+		if registedate > IC.C.Registedate {
 			iApppush = 1
-			iWxpush = 1
 		}
 		if data == nil || len(*data) == 0 {
 			returnData = &bxsubscribe.PushSet{