AI-Funding / AI_Funding_BE

0 stars 1 forks source link

커뮤니티의 게시글에 대한 댓글 구현 #76

Open JinSeoHan opened 2 years ago

JinSeoHan commented 2 years ago

구현목록

게시글에 대한 댓글작성

api주소

주소 메서드
api/community-comment POST

받는값

{
    "customer_info_id" : "1"
    "board_id"         : "게시물타입"
    "parent_id"        : "부모게시글 사용자 id"
    "post_id"          : "게시글 id"
    "content"          : "내용"
}

넘겨주는값

{
    "success" : "성공여부"
}