내 게시물 조회

GET /post/mypost

Headers

Name
Type
Description

authorization*

String

Bearer${accessToken}

withCredentials*

boolean

true

Cookies

Name
Type
Description

refreshToken*

String

{
  “message“: “success",
  “post":{
      “postId“: “post.id",
      "userId": "user.id",
      “storename": “홍콩다방“,
      “deliveryFee“: “1000",
      “tag“: [1,2],
      “areaId“: 1234234,
      “placeName“: “서울시마포구합정동",
      “latitude“: 33.450701,
      “longitude“: 126.570667,
      "date": "2021-10-27",
      "time": "20:30",
      "timeDescription": "19시",
      "totalNum": 4,
      "currentNum": 2,
      "title": "카페/디저트",
      "description": "아메리카노 한잔 시킬 예정입니다!!",
    }
}

Last updated