增加案件编号和地址参数
This commit is contained in:
parent
66b61e0ac4
commit
52706352c0
@ -264,7 +264,7 @@ public class SpiderServices
|
||||
{
|
||||
var msg = $"成功分发任务,任务编号:{caseNumber},任务地址:{cameraName},任务类型:{typeCode},处理人:{userRealName}";
|
||||
var smsService = scope.ServiceProvider.GetRequiredService<WechatRobot>();
|
||||
await smsService.SendText($"{userRealName},您好,您有一条新案件,请及时处置,谢谢。", false);
|
||||
await smsService.SendText($"{userRealName},您好,您有一条新案件,案件编号{caseNumber},案件地址{cameraName},请及时处置,谢谢。", false);
|
||||
_logger.LogInformation(msg);
|
||||
|
||||
return new SpiderResponse<object>()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user