Skip to content

Commit ad59eb8

Browse files
committed
库存通知邮箱附加完整商品链接
1 parent 5199d91 commit ad59eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JDGuardian/Models/StockMonitor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public override void Check()
1515
{
1616
if(ware.IsStock())
1717
{
18-
string content = $"{DateTime.Now}:{SkuId}({Id})有货";
18+
string content = $"{DateTime.Now}:https://item.jd.com/{SkuId} ({Id})有货";
1919
Console.WriteLine(content);
2020
if(Services.MailService.SendMail(Mail,"库存提醒",content))
2121
{

0 commit comments

Comments
 (0)