|
|
|
@ -26,7 +26,7 @@ public class IngCheckController
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="ingredientInfo"></param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpPut("BigMaterial")]
|
|
|
|
|
[HttpPost("BigMaterial")]
|
|
|
|
|
public ApiResponse BigMaterialCheck(IngredientInfo ingredientInfo)
|
|
|
|
|
{
|
|
|
|
|
var result = new ApiResponse();
|
|
|
|
@ -57,7 +57,7 @@ public class IngCheckController
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="ingredientInfo"></param>
|
|
|
|
|
/// <returns></returns>
|
|
|
|
|
[HttpPut("SmallMaterial")]
|
|
|
|
|
[HttpPost("SmallMaterial")]
|
|
|
|
|
public ApiResponse SmallMaterialCheck(IngredientInfo ingredientInfo)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|