docs: Phase 6.1 악성채권 체크리스트 완료 상태 반영

- erp-api-development-plan-d1.0-changes.md: 악성채권 추심관리 구현 완료 체크
- quotation/PROGRESS.md: 견적 프로젝트 진행상황 업데이트
- phase-4-integration/README.md: API 통합 문서 수정
- react-api-integration-plan.md: React API 통합 계획 추가
This commit is contained in:
2025-12-22 15:53:31 +09:00
parent 2055524e19
commit 80bff661fc
4 changed files with 508 additions and 76 deletions

View File

@@ -22,10 +22,10 @@ React 화면과 API 실제 연동 및 오류 해결
### API 검증 방법
```bash
# 방법 1: Swagger UI
http://api.sam.kr/api-docs/index.html
https://api.sam.kr/api-docs/index.html
# 방법 2: curl 직접 호출
curl -X GET "http://api.sam.kr/api/v1/clients" \
curl -X GET "https://api.sam.kr/api/v1/clients" \
-H "X-API-KEY: {api_key}" \
-H "Authorization: Bearer {token}"