-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
新增对广东华兴银行收入短信的解析规则,支持识别转账存入、金额、余额及摘要信息。同时添加了相应的测试用例和测试数据文件,确保解析功能的正确性。
- Loading branch information
1 parent
ee85b4c
commit 349f1f3
Showing
3 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"sender": "广东华兴银行", | ||
"body": "【广东华兴银行】您尾号8665账户12月21日00:28转账存入人民币16.99元,余额36168.11元,摘要:利息结息入账。 本机构吸收的本外币存款依照《存款保险条例》受到保护。登录手机银行了解详情 u.ghbank.com.cn/1KRM", | ||
"t": 1734774025192 | ||
} |