fix: KR 등락률순위 API 파라미터 오류 수정 — 스캐너 미동작 해결 (#240) #241
Reference in New Issue
Block a user
Delete Branch "feature/issue-240-kr-scanner-rank-param-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
원인
실전 API가
fid_rank_sort_cls_code='0000'(4자리)를 거부.수정 (2건)
fid_rank_sort_cls_code:'0000'→'0'mksc_shrn_iscd대신stck_shrn_iscd→ 두 키 모두 처리테스트
fid_rank_sort_cls_code == '0'검증 추가stck_shrn_iscd파싱 테스트 추가 (4/4 passed)Closes #240