WH01243 пре 2 година
родитељ
комит
abd54bf17e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      jyBXSubscribe/rpc/model/service/pushSet.go

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

@@ -143,7 +143,7 @@ func pushSetMontage(in interface{}, name string, powerData *pb.CheckResp, ShowWx
 	case "o_subset":
 	case "o_subset":
 		if powerData.Free.IsFree {
 		if powerData.Free.IsFree {
 			returnData = &bxsubscribe.PushSet{
 			returnData = &bxsubscribe.PushSet{
-				ATimes:    []string{"10:00", "15:00"},
+				ATimes:    []string{"每日上午、下午各推送1次"},
 				IApppush:  1,
 				IApppush:  1,
 				IWxpush:   common.Int64All(common.If((*data)["i_wxpush"] == nil, common.If(ShowWx, 1, 0), common.If(ShowWx, (*data)["i_wxpush"], 0))),
 				IWxpush:   common.Int64All(common.If((*data)["i_wxpush"] == nil, common.If(ShowWx, 1, 0), common.If(ShowWx, (*data)["i_wxpush"], 0))),
 				IMailpush: 0,
 				IMailpush: 0,