触发webhook重构
This commit is contained in:
parent
30ce6a3233
commit
096459b2a1
@ -322,6 +322,7 @@ public class SpiderServices
|
|||||||
.SendText(
|
.SendText(
|
||||||
$"案件{caseNumber}已经结案,所在位置{address},处理意见{(string.IsNullOrWhiteSpace(suggestion) ? "无" : suggestion)}",
|
$"案件{caseNumber}已经结案,所在位置{address},处理意见{(string.IsNullOrWhiteSpace(suggestion) ? "无" : suggestion)}",
|
||||||
false);
|
false);
|
||||||
|
|
||||||
return new SpiderResponse<object>()
|
return new SpiderResponse<object>()
|
||||||
{
|
{
|
||||||
IsSuccess = true,
|
IsSuccess = true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user