modified url format
This commit is contained in:
@@ -154,11 +154,10 @@ namespace Reader
|
|||||||
var code = row.Cells["eryi_ID"].Value?.ToString()?.Trim() ?? "";
|
var code = row.Cells["eryi_ID"].Value?.ToString()?.Trim() ?? "";
|
||||||
if (!string.IsNullOrWhiteSpace(code) && code != "无")
|
if (!string.IsNullOrWhiteSpace(code) && code != "无")
|
||||||
{
|
{
|
||||||
OpenWithShell($"https://www.21cnjy.com/H/3/309824/{code}.shtml");
|
OpenWithShell($"https://www.21cnjy.com/H/3/309824/{code}.shtml?token=mK2x9Pq7Rf4Tz8Wv1Lc3Yh5Nj6Bs0Ad9Eg2Hj3Kl4Mp5Qr6St7Uv8Wx9Yz0Ab1Cd");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void OpenWithShell(string target)
|
private static void OpenWithShell(string target)
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user