-
Notifications
You must be signed in to change notification settings - Fork 0
[test] post test
SEHOON edited this page Jul 5, 2021
·
2 revisions
| 메소드 | 경로 | 뷰 | 설명 |
|---|---|---|---|
| POST | /post | test | test용 post |
[여기에는 해당 뷰 사진 올라감]
{
"text":"어쩌구저쩌구"
"image": 어쩌구.png
}
{
"status": 200,
"success": true,
"message": "텍스트 및 사진 불러오기 성공",
"data": {
"text": "안녕하세요",
"image": "이미지 URL.jpeg"
}
}| 데이터 | 타입 | 설명 |
|---|---|---|
| text | STRING | test용 텍스트 |
| image | STRING | test용 이미지 |
- 서버 에러
{
"status" : 400,
"success" : false,
"message" : "에러",
"data" : null
}