This commit is contained in:
杨毅 2024-11-03 00:44:03 +08:00
parent b3bc529014
commit 6fd84ecba9

View File

@ -9,6 +9,7 @@ using RestSharp;
using System.Diagnostics; using System.Diagnostics;
using static asg_form.Controllers.InviteReferee; using static asg_form.Controllers.InviteReferee;
using Newtonsoft.Json; using Newtonsoft.Json;
using static System.Runtime.InteropServices.JavaScript.JSType;
namespace asg_form.Controllers namespace asg_form.Controllers
{ {
@ -81,6 +82,9 @@ namespace asg_form.Controllers
} }
catch catch
{ {
var message = new MessageBuilder().Text($"后端有新bug被提交请及时解决\r\n详细信息{date1.ToJsonString}").Build();
await runbot.runbotr.SendMessageAsync(MessageEnvironment.Channel, "931217544", null, message, "931217544");
} }
return "ok"; return "ok";