|
@ -21,6 +21,7 @@ namespace BBWYB.Server.API.Controllers |
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
/// <param name="request"></param>
|
|
|
/// <param name="request"></param>
|
|
|
[HttpPost] |
|
|
[HttpPost] |
|
|
|
|
|
[AllowAnonymous] |
|
|
public void LKInventoryAlertNotification([FromBody] BatchLKInventoryAlertRequest request) |
|
|
public void LKInventoryAlertNotification([FromBody] BatchLKInventoryAlertRequest request) |
|
|
{ |
|
|
{ |
|
|
optimizationBusiness.LKInventoryAlertNotification(request); |
|
|
optimizationBusiness.LKInventoryAlertNotification(request); |
|
|