提交 30c7f1a2 编写于 作者: M monomania

1.

上级 dd23bc31
......@@ -2,7 +2,7 @@
<ul style="color: red;font-weight: bold;font-size: 12px">
<li style="text-shadow: 0 0 7px blue"><strong>(重要)1.以下比赛为待选池中的比赛,未被模型认可.如被认可成功,则会进入"今日推荐"中.</strong></li>
<li><strong>2.比赛为程序自动处理,自动更新同步,目前更新周期为30~60分钟一次.</strong></li>
<li><strong>3.待选的场次为当前时间"往前推72小时"至"往后推24小时"的比赛.</strong></li>
<li><strong>3.待选的场次为当前时间"往前推48小时"至"往后推24小时"的比赛.</strong></li>
<li><strong>4.待选的场次会随指数的变化而不同,如再次进入不见上次待选的比赛,请查看"今日推荐".</strong></li>
<li style="text-shadow: 0 0 7px blue"><strong>(重要)5.建议多关注支持模型E2的比赛.</strong></li>
</ul>
......
......@@ -14,7 +14,7 @@ LWT=KBjo3NZHBCcMfcnaZ1JXVula6ZKdmthk0DqnddpGOcwxb/d/nr2ULipCnjSsetvzCgwBKwkj7nBL
SERVERID=f35c9b1c268fcc8b58043d36d0dddd26|1575817686|1575815177
[spider]
###matchLevel比赛级别 //0全部,1一级,2足彩,3竞猜,4单场
match_level=0
match_level=4
###执行周期间隔时间
cycle_time=68
###配置要爬取欧赔的博彩公司ID,使用,间隔,为空或不配置则爬取全部
......
......@@ -14,7 +14,7 @@ LWT=KBjo3NZHBCcMfcnaZ1JXVula6ZKdmthk0DqnddpGOcwxb/d/nr2ULipCnjSsetvzCgwBKwkj7nBL
SERVERID=f35c9b1c268fcc8b58043d36d0dddd26|1575817686|1575815177
[spider]
###matchLevel比赛级别 //0全部,1一级,2足彩,3竞猜,4单场
match_level=0
match_level=4
###执行周期间隔时间
cycle_time=68
###配置要爬取欧赔的博彩公司ID,使用,间隔,为空或不配置则爬取全部
......
......@@ -191,7 +191,7 @@ func (this *SuggestTodayService) ModifyTodayDetail(wcClient *core.Client) {
func (this *SuggestTodayService) ModifyTodayTbs(wcClient *core.Client) {
param := new(vo.SuggestVO)
now := time.Now()
h12, _ := time.ParseDuration("-72h")
h12, _ := time.ParseDuration("-48h")
beginDate := now.Add(h12)
param.BeginDateStr = beginDate.Format("2006-01-02 15:04:05")
h12, _ = time.ParseDuration("24h")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册