-
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.
修复了招商银行信用卡预授权通知的正则表达式匹配问题,现在可以正确地解析预授权通知。 This commit fixes a regex issue in the matching of China Merchants Bank's credit card pre-authorization notification. Now the pre-authorization notifications can be parsed correctly.
- Loading branch information
1 parent
daeaec0
commit 8abda31
Showing
3 changed files
with
20 additions
and
2 deletions.
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 @@ | ||
{ | ||
"title": "招商银行", | ||
"text": "信用卡通知:您尾号1356的招行信用卡预授权1,362.41人民币。", | ||
"t": 1728923880764 | ||
} |