업무화면 포털 + HTTP→tpcall 게이트웨이 (검증용 화면 계층)

- app/src/clients/acq_httpgw.c: C 경량 HTTP 게이트웨이(:8090, libatmiclt만 링크)
  /api/call?svc=..&FLD=.. → UBF(CBchg) → (옵션 XA tpbegin/tpcommit) tpcall → JSON
  레거시 화면(Xplatform)→Webtier→Tuxedo 구조의 Webtier 대응
- app/ui/index.html: Xplatform풍 한국어 업무포털 (좌측 메뉴트리·폼·결과그리드·거래저널)
  화면 9종: 매입접수(XA체인)/상태조회/가맹점집계/한도조회/MDR/잔액검증/일마감/가맹점/Luhn
  + 333 서비스 자유호출 화면
- entrypoint: 게이트웨이 자동 기동, compose: 8090 포트 노출
- 검증: HTML 서빙, ACQUIRE 체인 HTTP 호출 → XA 커밋(purchase status=S), Luhn T_RC=0,
  pg_prepared_xacts=0

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
hyeongwoo-choi 2026-07-20 00:29:05 +00:00
parent 7139fdd2fd
commit 5c819239ad
4 changed files with 489 additions and 0 deletions

View file

@ -33,6 +33,8 @@ services:
ulimits:
msgqueue: 2147483648
nofile: 65536
ports:
- "8090:8090" # 업무화면 게이트웨이 (브라우저 → tpcall)
volumes:
- ../app:/app
working_dir: /app