mirror of
https://github.com/NomaDamas/k-skill.git
synced 2026-06-24 02:04:11 +00:00
Add Workflow C for court-auction-notice-search with direct PGJ151 property search payload mapping, representative frozen code tables, CLI/docs coverage, and normalized item rows. Constraint: Issue #184 requires Workflow C region/usage/price/date/area/flbd filters and release automation requires a Changeset. Rejected: Proxy route | courtauction.go.kr property search is a public site endpoint and does not require an API key. Confidence: high Scope-risk: moderate Directive: Keep code-table lookups fail-open and avoid tests that pin package versions or changeset file presence. Tested: npm test --workspace court-auction-notice-search; npm run lint --workspace court-auction-notice-search; npm run ci Not-tested: Live courtauction.go.kr property search, to avoid unnecessary upstream calls and potential anti-bot blocking.
13 lines
564 B
JSON
13 lines
564 B
JSON
{
|
|
"_source": "POST /pgj/pgj002/selectLclLst.on body={dsignUsgDvsCd:\"\"} captured 2026-05-08 from production courtauction.go.kr (PGJ151F00 page initial XHR). Discovery script: packages/court-auction-notice-search/scripts/capture-pgj151.cjs",
|
|
"status": 200,
|
|
"message": "대분류 목록 조회가 완료되었습니다.",
|
|
"data": {
|
|
"usgLclLst": [
|
|
{ "name": "토지", "code": "10000" },
|
|
{ "name": "건물", "code": "20000" },
|
|
{ "name": "차량및운송장비", "code": "30000" },
|
|
{ "name": "기타", "code": "40000" }
|
|
]
|
|
}
|
|
}
|