Skip to content

[POST] 레시피에서장바구니

owenyi edited this page Nov 2, 2020 · 1 revision

URL

api/recipe/postRecipeToBasket

REQUEST

key type description remark
user_idx int
recipe_idx int

REQUEST BODY

{
    "user_idx": 1,
    "recipe_idx":1
}

RESPONSE BODY

{
    "res_State": "success",
    "res_Msg": "성공적으로 등록되었습니다."
}