触发webhook重构

This commit is contained in:
movingsam 2024-08-13 10:00:02 +08:00
parent 30ce6a3233
commit 096459b2a1

View File

@ -322,6 +322,7 @@ public class SpiderServices
.SendText(
$"案件{caseNumber}已经结案,所在位置{address},处理意见{(string.IsNullOrWhiteSpace(suggestion) ? "" : suggestion)}",
false);
return new SpiderResponse<object>()
{
IsSuccess = true,