提交 71163954 编写于 作者: M monomania

1.xxx

上级 c91ac045
......@@ -12,7 +12,7 @@ func main() {
base.Log.Info("---------------------------------------------------------------")
base.Log.Info("---------------C1模型--------------")
base.Log.Info("---------------------------------------------------------------")
c1 := new(service.A1Service)
c1 := new(service.C1Service)
c1.MaxLetBall = 1
c1.Analy(true)
base.Log.Info("---------------------------------------------------------------")
......
......@@ -31,6 +31,7 @@
<td>主队(让球)客队</td>
<td>比分</td>
<td>推荐</td>
<td style="min-width: 58px">BF让球/指数</td>
</tr>
{{with .DataList}}
{{range .}}
......@@ -40,7 +41,7 @@
<td>{{.LeagueName}}</td>
<td>
{{.MainTeam}}({{.LetBall}}){{.GuestTeam}}
{{if .TOVoid}}<span style="color: red;">{{if .TOVoidDesc}}{{end}}</span></del>{{end}}
{{if .TOVoid}}<span style="color: red;">{{if .TOVoidDesc}}(斥){{end}}</span></del>{{end}}
</td>
<td>
{{.MainTeamGoal}}:{{.GuestTeamGoal}}
......@@ -48,7 +49,10 @@
<td style="background-color: {{resultColor .Result}}">
{{preResultStr .PreResult .AlFlag}}
</td>
<td style="color: red">
{{if eq .AlFlag "C1"}}{{.MyLetBall}}{{end}}
{{if eq .AlFlag "E2"}}{{.HitCount}}{{end}}
</td>
</tr>
{{end}}
{{end}}
......
......@@ -33,6 +33,7 @@
<td>主队(让球)客队</td>
<td>比分</td>
<td>推荐</td>
<td style="min-width: 58px">BF让球/指数</td>
</tr>
{{if .DataList}}
{{with .DataList}}
......@@ -43,7 +44,7 @@
<td>{{.LeagueName}}</td>
<td>
{{.MainTeam}}({{.LetBall}}){{.GuestTeam}}
{{if .TOVoid}}<span style="color: red;">{{if .TOVoidDesc}}{{end}}</span></del>{{end}}
{{if .TOVoid}}<span style="color: red;">{{if .TOVoidDesc}}(斥){{end}}</span></del>{{end}}
</td>
<td>
{{.MainTeamGoal}}:{{.GuestTeamGoal}}
......@@ -51,6 +52,10 @@
<td style="background-color: {{resultColor .Result}}">
{{preResultStr .PreResult .AlFlag}}
</td>
<td style="color: red">
{{if eq .AlFlag "C1"}}{{.MyLetBall}}{{end}}
{{if eq .AlFlag "E2"}}{{.HitCount}}{{end}}
</td>
</tr>
{{end}}
{{end}}
......
......@@ -31,6 +31,7 @@
<td>主队(让球)客队</td>
<td>比分</td>
<td>推荐</td>
<td style="min-width: 58px">BF让球/指数</td>
</tr>
{{with .DataList}}
{{range .}}
......@@ -39,7 +40,7 @@
<td>{{.MatchDateStr}}</td>
<td>{{.LeagueName}}</td>
<td>{{.MainTeam}}({{.LetBall}}){{.GuestTeam}}
{{if .TOVoid}}<span style="color: red;">{{if .TOVoidDesc}}{{end}}</span></del>{{end}}
{{if .TOVoid}}<span style="color: red;">{{if .TOVoidDesc}}(斥){{end}}</span></del>{{end}}
</td>
<td>
{{.MainTeamGoal}}:{{.GuestTeamGoal}}
......@@ -47,7 +48,10 @@
<td style="background-color: {{resultColor .Result}}">
{{preResultStr .PreResult .AlFlag}}
</td>
<td style="color: red">
{{if eq .AlFlag "C1"}}{{.MyLetBall}}{{end}}
{{if eq .AlFlag "E2"}}{{.HitCount}}{{end}}
</td>
</tr>
{{end}}
{{end}}
......
[mysql]
#url=root:Meta.123@tcp(mysql.io:3306)/foot?charset=utf8
url=root:awe.FOG5188@tcp(39.108.212.245:3306)/foot?charset=utf8
url=root:Meta.123@tcp(mysql.io:3306)/foot?charset=utf8
#url=root:awe.FOG5188@tcp(39.108.212.245:3306)/foot?charset=utf8
maxIdle=10
maxConn=50
[cookies]
......
......@@ -322,7 +322,7 @@ func (this *C1Service) analyStub(v *pojo.MatchLast) (int, *entity5.AnalyResult)
//3.0即时盘赔率大于等于初盘赔率
endUp := eLetBall >= sLetBall
//3.1即时盘初盘非0
notZero := eLetBall > 0 && sLetBall > 0
notZero := eLetBall >= 0 && sLetBall >= 0
//看两个区间是否属于同一个区间
//if sectionBlock1 == 1 && sectionBlock2 == 1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册