|
@@ -51,7 +51,7 @@ namespace TEAMModelOS.SDK.Models.Service
|
|
|
}
|
|
|
catch (Exception e)
|
|
|
{
|
|
|
- await _dingDing.SendBotMsg($"第三方webhook回调失败:\n企业:{webhook.config.name}({webhook.config.id})\n地址:{webhook.url}\n通知:{notice}\n原因:{e.Message}{e.StackTrace}", GroupNames.成都开发測試群組);
|
|
|
+ await _dingDing.SendBotMsg($"{Environment.GetEnvironmentVariable("Option:Location")} 第三方webhook回调失败:\n企业:{webhook.config.name}({webhook.config.id})\n地址:{webhook.url}\n通知:{notice}\n原因:{e.Message}\n{e.StackTrace}", GroupNames.成都开发測試群組);
|
|
|
return HttpStatusCode.InternalServerError;
|
|
|
}
|
|
|
}
|