Browse Source

消息通知默认值处理

WH01243 1 year ago
parent
commit
521e743acb
1 changed files with 1 additions and 2 deletions
  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{