|
@@ -84,7 +84,7 @@ namespace Hotline.Api.Controllers.DataSharing
|
|
|
if (!string.IsNullOrEmpty(id))
|
|
|
{
|
|
|
//向业务系统推送消息
|
|
|
- await _capPublisher.PublishAsync("", _mapper.Map<DataWriteResultDto>(dto), cancellationToken: HttpContext.RequestAborted);
|
|
|
+ // await _capPublisher.PublishAsync("", _mapper.Map<DataWriteResultDto>(dto), cancellationToken: HttpContext.RequestAborted);
|
|
|
//这里往业务系统推送数据
|
|
|
return OpenResponse.Ok(EnterpriseDeResponse.Success("回复提交成功"));
|
|
|
}
|