-
Notifications
You must be signed in to change notification settings - Fork 2
쪽지 보내기
jiss02 edited this page Jan 1, 2020
·
2 revisions
메소드 | 경로 | 설명 |
---|---|---|
POST | /letter/others | 쪽지 보내기 |
Content-Type: application/json
token: JWT
변수 | 타입 | 설명 |
---|---|---|
receiver | INT | 쪽지 받는 사람의 Idx |
content | STRING | 쪽지 내용 |
{
'receiver': 1,
'content': "네~~"
}
{
"success": true,
"message": "레터(쪽지) 작성 성공",
"data": {
"fieldCount": 0,
"affectedRows": 1,
"insertId": 21,
"serverStatus": 2,
"warningCount": 0,
"message": "",
"protocol41": true,
"changedRows": 0
}
}
{
"status": 336,
"success": false,
"message": "존재하지 않는 유저 입니다."
}