浏览代码

默认时间文案处理

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

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

@@ -199,9 +199,9 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 		}
 		if powerData.Vip.Status > 0 || power[10] {
 			if name == "o_week_report" {
-				a_times = append(a_times, "每周推送 (周五:09:00)")
+				a_times = append(a_times, "每周推送 (周五 09:00)")
 			} else {
-				a_times = append(a_times, "每月推送 (28日09:00)")
+				a_times = append(a_times, "每月推送 (28日 09:00)")
 			}
 			IsWxShow := int64(0)
 			if powerData.Vip.Status > 0 {