diff --git a/foot-core/launch/FC200AnalyApplication.go b/foot-core/launch/FC200AnalyApplication.go index 35a5b83872a28565a2b833521738fac0183771a8..4ed2192adda5e768428294f6531c6fd094af5aa8 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 b6afb955e94526bc119714688ffae55986a8eea6..33df39d8d30dec62df5f20065bf9aff00d5284c1 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 00d6c918504fb3689cf057744aa30612c655222e..0301f966cd4163c6599cc83ff84d6ee77fe01d98 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 )