|
@@ -513,7 +513,7 @@ namespace Sharing.Api.Controllers
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
[NonAction]
|
|
|
- // [CapSubscribe(Hotline.Share.Mq.EventNames.HotlineOrderCreated)]
|
|
|
+ // [CapSubscribe(Hotline.Share.Mq.EventNames.SendCaseInfo)]
|
|
|
public async Task SendCaseInfo(OrderDto dto)
|
|
|
{
|
|
|
//处理数据
|
|
@@ -632,7 +632,7 @@ namespace Sharing.Api.Controllers
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
[NonAction]
|
|
|
- //[CapSubscribe(Hotline.Share.Mq.EventNames.HotlineOrderCreated)]
|
|
|
+ //[CapSubscribe(Hotline.Share.Mq.EventNames.SupplyCaseInfoSend)]
|
|
|
public async Task SupplyCaseInfoSend(SupplyCaseInfoSendInfo dto)
|
|
|
{
|
|
|
var data = _mapper.Map<SupplyCaseInfoSend>(dto);
|
|
@@ -651,7 +651,7 @@ namespace Sharing.Api.Controllers
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
[NonAction]
|
|
|
- //[CapSubscribe(Hotline.Share.Mq.EventNames.HotlineOrderCreated)]
|
|
|
+ //[CapSubscribe(Hotline.Share.Mq.EventNames.SendRevokeCaseInfo)]
|
|
|
public async Task SendRevokeCaseInfo(RevokeCaseInfoInfo dto)
|
|
|
{
|
|
|
var data = _mapper.Map<RevokeCaseInfo>(dto);
|
|
@@ -670,7 +670,7 @@ namespace Sharing.Api.Controllers
|
|
|
/// <param name="dto"></param>
|
|
|
/// <returns></returns>
|
|
|
[NonAction]
|
|
|
- //[CapSubscribe(Hotline.Share.Mq.EventNames.HotlineOrderCreated)]
|
|
|
+ //[CapSubscribe(Hotline.Share.Mq.EventNames.SendRemindCaseInfo)]
|
|
|
public async Task SendRemindCaseInfo(RemindCaseInfoInfo dto)
|
|
|
{
|
|
|
var data = _mapper.Map<RemindCaseInfo>(dto);
|