issues
search
team-mic
/
HearAndThere_Server
0
stars
1
forks
source link
[Bug] 관광지 상세보기 API InvalidFormat JSON parse error 해결
#66
Closed
kwonsye
closed
3 years ago
kwonsye
commented
3 years ago
버그 발생 시점
관광지 상세보기 API
/v1/attractions/detail
에서 tour api 에 호출 시 응답형식 필드 중
zipcode
에서의
InvalidFormat parsing error
원인
zipcode
에는 number format 뿐만 아니라
123-12
와 같은 예외사항이 존재한다.
해결방안
zipcode
의 type 을 number 가 아닌 string 으로 변경한다.
완료 조건
[x] zipcode 의 type 을 number 가 아닌 string 으로 변경
[x] 로컬테스트
Related issue
없습니다.
Reference
없습니다.
Check List
[ ] 관련 issue가 있다면 추가했나요?
[x] 유의미한 label을 추가했나요?
/v1/attractions/detail
에서 tour api 에 호출 시 응답형식 필드 중zipcode
에서의InvalidFormat parsing error
zipcode
에는 number format 뿐만 아니라123-12
와 같은 예외사항이 존재한다.zipcode
의 type 을 number 가 아닌 string 으로 변경한다.완료 조건
Related issue
Reference
Check List