fix(連接器): 以 CDP 擷取第一銀行 010103 明細 - #112
Merged
Merged
Conversation
Contributor
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
taiwan-fin-hub | 7d78ff0 | Aug 29 2026, 04:01 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
問題
PR #111 在本機可成功擷取第一銀行交易明細,但 production Browser Rendering 仍回傳 502。原因是 010103 導覽會替換/分離結果 iframe,而 page
response事件沒有收到該 iframe 的 document HTTP 回應。修正
#searchBtn點擊流程,不重播表單 POST。Network,為 response body 設定有限的 1 MiB buffer。/NetBank/2/010103.html且資源類型為Document的回應。Network.loadingFinished後,以 request ID 呼叫Network.getResponseBody,並支援一般文字與 base64 body。測試
npm run format:checknpm run typechecknpm run test:backend本次未執行 production 或任何包含銀行登入資料的同步;驗證範圍為程式碼、合成測試與專案檢查。