매장정보 조회 API에서 사업자등록번호 제거
- StoreDetailResponse 스키마에서 businessNumber 필드 제거 - 매장정보 조회 응답 예시에서 businessNumber 제거 - User Service의 모든 API에서 사업자등록번호 사용 중단 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e536e3dfc8
commit
8029d8f9ce
@ -521,7 +521,6 @@ paths:
|
||||
industry: 음식점
|
||||
address: 서울시 강남구 테헤란로 123
|
||||
businessHours: "월-금 11:00-22:00, 토-일 12:00-21:00"
|
||||
businessNumber: "1234567890"
|
||||
'401':
|
||||
description: 인증 실패
|
||||
content:
|
||||
@ -954,10 +953,6 @@ components:
|
||||
type: string
|
||||
description: 영업시간
|
||||
example: "월-금 11:00-22:00, 토-일 12:00-21:00"
|
||||
businessNumber:
|
||||
type: string
|
||||
description: 사업자번호 (10자리)
|
||||
example: "1234567890"
|
||||
|
||||
ErrorResponse:
|
||||
type: object
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user