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