From ce6ffed79cdb0916cfb15bb82cc1ec397f9bcb75 Mon Sep 17 00:00:00 2001 From: monomania Date: Mon, 30 Mar 2020 07:33:25 +0800 Subject: [PATCH] =?UTF-8?q?1.c4=E8=AE=BE=E7=BD=AE=E5=8F=98=E7=9B=98?= =?UTF-8?q?=E8=BE=BE=E5=88=B0=E6=88=96=E8=B6=85=E8=BF=870.5=20=E8=AE=BE?= =?UTF-8?q?=E7=BD=AEtovoid=20tovoiddesc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foot-core/launch/FC200AnalyApplication.go | 2 +- foot-core/module/analy/service/C4Service.go | 5 +++-- foot-spider/module/win007/Constant.go | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/foot-core/launch/FC200AnalyApplication.go b/foot-core/launch/FC200AnalyApplication.go index 35a5b83..4ed2192 100644 --- a/foot-core/launch/FC200AnalyApplication.go +++ b/foot-core/launch/FC200AnalyApplication.go @@ -46,7 +46,7 @@ func Analy(all bool) { base.Log.Info("---------------A3模型--------------") base.Log.Info("---------------------------------------------------------------") a3 := new(service.A3Service) - a3.MaxLetBall = 10 + a3.MaxLetBall = 5 a3.Analy(all) base.Log.Info("---------------------------------------------------------------") base.Log.Info("---------------C1模型--------------") diff --git a/foot-core/module/analy/service/C4Service.go b/foot-core/module/analy/service/C4Service.go index b6afb95..33df39d 100644 --- a/foot-core/module/analy/service/C4Service.go +++ b/foot-core/module/analy/service/C4Service.go @@ -67,8 +67,9 @@ func (this *C4Service) analyStub(v *pojo.MatchLast) (int, *entity5.AnalyResult) //限制初盘,即时盘让球在0.25以内 if math.Abs(a18Bet.SLetBall-a18Bet.ELetBall) > 0.25 { - //temp_data.Result ="" - //return -2, temp_data + temp_data.TOVoid = true + temp_data.TOVoidDesc = "界限" + return -2, temp_data } //得出结果 diff --git a/foot-spider/module/win007/Constant.go b/foot-spider/module/win007/Constant.go index 00d6c91..0301f96 100644 --- a/foot-spider/module/win007/Constant.go +++ b/foot-spider/module/win007/Constant.go @@ -31,6 +31,6 @@ const ( const ( SLEEP_RAND_S = 10 - SLEEP_RAND_E = 200 + SLEEP_RAND_E = 100 ) -- GitLab