From ec3a78d469820b465f372f215fd0f729a42056e1 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Sun, 20 Nov 2022 05:35:33 +0800 Subject: [PATCH] 1 --- .../EarlyWarning/JD/JDStockNumWarningBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs b/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs index 1fe3d16f..4139c4dd 100644 --- a/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs +++ b/BBWY.Server.Business/EarlyWarning/JD/JDStockNumWarningBusiness.cs @@ -209,7 +209,7 @@ namespace BBWY.Server.Business var timestamp = DateTime.Now.DateTimeToStamp(); var stringToSign = timestamp + "\n" + secret; var sign = EncryptWithSHA256(stringToSign, secret); - var url = ""; + var url = $"{shop.DingDingWebHook}×tamp={timestamp}&sign={sign}"; restApiService.SendRequest(url, string.Empty, new { msgtype = "text",