Initial commit: Payment Bridge (올댓페이 C# DLL Wrapper)
- PaymentBridge.cs: HTTP API 서버 (포트 7779) - /api/status: 연결 상태 확인 - /api/card/approve: 카드 승인 (D1) - /api/card/cancel: 카드 취소 (D2) - /api/card/stop: 결제 진행 중 취소 시도 - /api/cash/receipt: 현금영수증 (B1) - /api/cash/cancel: 현금영수증 취소 (B2) - PaymentStop.cs: 별도 취소 exe (테스트용) - 사용 DLL: - AllthatModule.dll (카드결제) - PosToCatReq.dll (ReqStop)
This commit is contained in:
45
payment_bridge.log
Normal file
45
payment_bridge.log
Normal file
@@ -0,0 +1,45 @@
|
||||
2026-03-23 23:06:26 GW Port found: 49884
|
||||
2026-03-23 23:06:26 DLL Connect: OK
|
||||
2026-03-23 23:06:26 HTTP Server started on port 7779
|
||||
2026-03-23 23:07:06 CashReceipt B1 result: 0
|
||||
2026-03-23 23:13:34 GW Port found: 49884
|
||||
2026-03-23 23:13:34 DLL Connect: OK
|
||||
2026-03-23 23:13:34 HTTP Server started on port 7779
|
||||
2026-03-23 23:14:43 GW Port found: 49884
|
||||
2026-03-23 23:14:43 DLL Connect: OK
|
||||
2026-03-23 23:14:43 HTTP Server started on port 7779
|
||||
2026-03-27 22:07:51 GW Port found: 65238
|
||||
2026-03-27 22:07:51 ConnectDLL error: 프로그램을 잘못된 형식으로 로드하려고 했습니다. (예외가 발생한 HRESULT: 0x8007000B)
|
||||
2026-03-27 22:07:51 HTTP Server started on port 7779
|
||||
2026-03-27 22:08:39 ProcessStop called
|
||||
2026-03-27 22:08:39 ProcessStop error: 프로그램을 잘못된 형식으로 로드하려고 했습니다. (예외가 발생한 HRESULT: 0x8007000B)
|
||||
2026-03-27 22:08:56 GW Port found: 65238
|
||||
2026-03-27 22:08:57 DLL Connect: OK
|
||||
2026-03-27 22:08:57 HTTP Server started on port 7779
|
||||
2026-03-27 22:12:33 GW Port found: 65238
|
||||
2026-03-27 22:12:33 DLL Connect: OK
|
||||
2026-03-27 22:12:33 HTTP Server started on port 7779
|
||||
2026-03-27 22:12:43 ProcessStop called
|
||||
2026-03-27 22:12:43 ReqStop_TCP result: 1
|
||||
2026-03-27 22:17:10 ProcessStop called
|
||||
2026-03-27 22:17:10 ReqStop_TCP result: 1
|
||||
2026-03-27 22:20:15 GW Port found: 65238
|
||||
2026-03-27 22:20:15 DLL Connect: OK
|
||||
2026-03-27 22:20:15 HTTP Server started on port 7779
|
||||
2026-03-27 22:20:24 ProcessStop called
|
||||
2026-03-27 22:20:25 ReqStop result: 1
|
||||
2026-03-27 22:20:25 ReqStop_TCP result: 1
|
||||
2026-03-27 22:20:25 Direct ESC/CAN sent to GW
|
||||
2026-03-27 22:22:53 GW Port found: 65238
|
||||
2026-03-27 22:22:54 DLL Connect: OK
|
||||
2026-03-27 22:22:54 HTTP Server started on port 7779
|
||||
2026-03-27 22:23:02 ProcessStop called
|
||||
2026-03-27 22:23:03 ReqStop result: 1
|
||||
2026-03-27 22:23:03 ReqStop_TCP result: 1
|
||||
2026-03-27 22:23:03 Direct ESC/CAN sent to GW
|
||||
2026-03-27 22:25:20 GW Port found: 65238
|
||||
2026-03-27 22:25:20 DLL Connect: OK
|
||||
2026-03-27 22:25:20 HTTP Server started on port 7779
|
||||
2026-03-27 22:56:58 GW Port found: 65238
|
||||
2026-03-27 22:56:58 DLL Connect: OK
|
||||
2026-03-27 22:56:58 HTTP Server started on port 7779
|
||||
Reference in New Issue
Block a user