|
|
@@ -1,5 +1,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
using BPA.KitChen.GroupMealOrder.Application.BaseDto; |
|
|
|
using BPA.KitChen.GroupMealOrder.Application.Service.WeighOrder.Dtos; |
|
|
|
using BPA.KitChen.GroupMealOrder.Application.Service.WeighOrder.Service; |
|
|
|
using BPA.KitChen.GroupMealOrder.Core; |
|
|
@@ -73,5 +74,15 @@ namespace BPA.KitChen.GroupMealOrder.Application.Service.AExternalPlatform.Servi |
|
|
|
|
|
|
|
return await _weighOrderService.UpdateWeighOrderStates(inputDto); |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary> |
|
|
|
/// 更具openid获取称重订单 |
|
|
|
/// </summary> |
|
|
|
/// <returns></returns> |
|
|
|
[HttpPost("/api/WeighOrder/GetWeighOrderByOpenId")] |
|
|
|
public async Task<PageUtil> GetWeighOrderByOpenId(GetWeighOrderByOpenIdInputDto inputDto) |
|
|
|
{ |
|
|
|
return await _weighOrderService.GetWeighOrderByOpenId(inputDto); |
|
|
|
} |
|
|
|
} |
|
|
|
} |