|
@@ -106,10 +106,10 @@ namespace Main.Job
|
|
|
/// </summary>
|
|
|
private static Dictionary<SCCLottery, List<string>> other_url = new Dictionary<SCCLottery, List<string>>
|
|
|
{
|
|
|
- { SCCLottery.QGC_SSQ,new List<string>{ "http://m.55128.cn/m/kj/ssq.html", "http://m.55128.cn/m/kj/ssq.html", "http://m.55128.cn/m/kjzs/ssq.html"}},
|
|
|
- { SCCLottery.QGC_FC3D,new List<string>{ "http://m.55128.cn/m/kj/fc3d.html", "http://m.55128.cn/m/kj/fc3d.html", "http://m.55128.cn/m/kjzs/fc3d.html"}},
|
|
|
- { SCCLottery.QGC_PL3,new List<string>{ "http://m.55128.cn/m/kj/pl3.html", "http://m.55128.cn/m/kj/pl3.html", "http://m.55128.cn/m/kjzs/pl3.html"}},
|
|
|
- { SCCLottery.QGC_DLT,new List<string>{ "http://m.55128.cn/m/kj/dlt.html", "http://m.55128.cn/m/kj/dlt.html", "http://m.55128.cn/m/kjzs/dlt.html"}},
|
|
|
+ { SCCLottery.QGC_SSQ,new List<string>{ "https://m.55128.cn/m/kj/ssq.html", "https://m.55128.cn/m/kj/ssq.html", "https://m.55128.cn/m/kjzs/ssq.html"}},
|
|
|
+ { SCCLottery.QGC_FC3D,new List<string>{ "https://m.55128.cn/m/kj/fc3d.html", "https://m.55128.cn/m/kj/fc3d.html", "https://m.55128.cn/m/kjzs/fc3d.html"}},
|
|
|
+ { SCCLottery.QGC_PL3,new List<string>{ "https://m.55128.cn/m/kj/pl3.html", "https://m.55128.cn/m/kj/pl3.html", "https://m.55128.cn/m/kjzs/pl3.html"}},
|
|
|
+ { SCCLottery.QGC_DLT,new List<string>{ "https://m.55128.cn/m/kj/dlt.html", "https://m.55128.cn/m/kj/dlt.html", "https://m.55128.cn/m/kjzs/dlt.html"}},
|
|
|
};
|
|
|
#endregion
|
|
|
|
|
@@ -118,7 +118,7 @@ namespace Main.Job
|
|
|
/// 资讯模板
|
|
|
/// </summary>
|
|
|
private static string news_tmp = @"
|
|
|
- <a href='http://m.55128.cn/m/zx/{0}/{1}.html' class='news-item border-1px-bottom'>
|
|
|
+ <a href='https://m.55128.cn/m/zx/{0}/{1}.html' class='news-item border-1px-bottom'>
|
|
|
<span class='news-item-text'>{2}</span>
|
|
|
<span class='news-item-time'>{3}</span>
|
|
|
</a>";
|