浏览代码

wip:返回展示微信提醒字段

fuwencai 1 年之前
父节点
当前提交
6713933b81
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jyBXSubscribe/rpc/model/service/pushSet.go

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

@@ -295,7 +295,7 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 					IWxpush:   common.Int64All(common.If(ShowWx, 1, 0)),
 					IMailpush: 0,
 					IRatemode: 1,
-					IsWxShow:  0,
+					IsWxShow:  1,
 				}
 			} else {
 				returnData = &bxsubscribe.PushSet{
@@ -304,7 +304,7 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 					IWxpush:   common.Int64All(common.If((*data)["i_wxpush"] == nil, common.If(ShowWx, 1, 0), common.If(ShowWx, (*data)["i_wxpush"], 0))),
 					IMailpush: common.Int64All(common.If((*data)["i_mailpush"] == nil, 0, (*data)["i_mailpush"])),
 					IRatemode: common.Int64All(common.If((*data)["i_ratemode"] == nil, 1, (*data)["i_ratemode"])),
-					IsWxShow:  0,
+					IsWxShow:  1,
 				}
 			}
 		} else {