-
Notifications
You must be signed in to change notification settings - Fork 0
채팅 텍스트 전송
YANG HEEYEON edited this page Nov 23, 2019
·
3 revisions
메소드 | 경로 | 짧은 설명 |
---|---|---|
POST | /chat | 채팅 텍스트 전송 |
{
"status": 200,
"success": true,
"message": "채팅 전송 성공",
"data": [
{
"chatIdx": 1,
"date": "11월23일",
"userName": "합동세미나",
"place": "숭실대",
"text": "힘들다..",
"image": "https://yangdns.s3.ap-northeast-2.amazonaws.com/1574165505238.JPG"
}
]
}
{
"status": 600,
"success": false,
"message": "DB 오류"
}
{
"status": 500,
"success": false,
"message" : "Internal Server Error"
}