-
Notifications
You must be signed in to change notification settings - Fork 1
질문자 대화 확정
박지수 Jisu Park edited this page Nov 9, 2020
·
4 revisions
[PATCH] ~/api/v1/asker/list/matches/:match_idx/select
REQUEST | PARAMETER NAME | DESCRIPTION |
---|---|---|
header | x-token | 엑세스 토큰 access token |
성공
{
"code": "success",
"message": "success",
"data": {
"created_at": 1604650478000,
"updated_at": 1604650478000,
"idx": 17187,
"status": "chat",
"roomkey": "c42yzIzZ1ATaKJnvMV5SsZnqUU12_FJh125AKGHV7CaGIWMB0IzEJ1NJ2_1604903058362",
"admin_selected": 0,
"score": 48,
"is_extended": 0,
"asker_join": 0,
"willsoner_join": 0,
"concern_idx": 1424,
"date_idx": null,
"willsoner_idx": 223,
"willsoner": {
"avg_rating": "4.9",
"idx": 223,
"experience": "왜 복사가 안되는거야 쉽게 작성하려고 햇는데 음..\nㅓ어너넘너너커커ㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅓㅁ너너너너너너너너너너너너ㅓㄴ너너너너너너너너너ㅓㄴ너너ㅓㄴ너너너ㅓㅓㅓㅓㅓㅓㅓㅓㅓ너ㅓ너너너ㅓ너ㅓ너너너ㅓ넌너너ㅓ넌너ㅓ너너너너너너너너너너ㅓㅓ너너넌너너너너너너너너너너ㅓ너너너ㅓㄴ너너ㅓㄴ나나나나나나나나나난나나나나나나ㅏ나난나ㅏㄴ나나나나나ㅛㅗㅗㅗㅗㅗ",
"asker": {
"gender": "남",
"age": "20대 후반",
"pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/user_image/img_profile_w.png",
"nickname": "답변자143"
},
"image": {
"pic": "https://willson-v1.s3.ap-northeast-2.amazonaws.com/willsoner_image/willson_06.png"
}
},
"date": null
}
}
예약 성공
{
"code": "success",
"message": "success",
"data": {
"created_at": 1584257229000,
"updated_at": 1584257229000,
"idx": 671,
"status": "chat",
"roomkey": "WbSC96eYyuXfdPvAmkj8cjVOf002_43F9C9XlK9Wyln44lACF7G0JJYV2",
"concern_idx": 244,
"date_idx": 21,
"willsoner_idx": 2,
"date": {
"date": "2020-03-16",
"from_time": "16:00",
"to_time": "17:00",
"date_format": "03월 16일"
}
}
}
시간 만료
- 실시간: 고민 결제 후 10분 초과
- 예약: 고민 시작 2시간 미만
{
"code": "time_out",
"message": "Time out."
}
이미 매칭된 윌스너인 경우
{
"code": "willsoner_already_matched",
"message": "Willsoner already matched."
}
access token이 만료된 경우
{
"code": "access_token_expired",
"message": "Access token expired"
}
결과를 찾지 못한 경우
{
"code": "not_found",
"message": "Result not found"
}