modified url format

This commit is contained in:
2026-05-01 10:21:01 +08:00
parent 32881e661b
commit 9a7fad6538

View File

@@ -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