WH01243 2 жил өмнө
parent
commit
1b66a5f702

+ 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 {