Parcourir la source

feat:周报月报时间展示调整

fuwencai il y a 1 an
Parent
commit
bb02fe15d7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      jyBXSubscribe/rpc/model/service/pushSet.go

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

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