-
Notifications
You must be signed in to change notification settings - Fork 7
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
5dd4aea
commit 605eda3
Showing
3 changed files
with
49 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,13 @@ | ||
{ | ||
"mMap": { | ||
"tableName": "AppMessage", | ||
"description": "交易时间:11-11\n交易用途:理财收益提醒\n交易金额:+1022元\n交易类型:余利宝昨日收益到账", | ||
"source": "网商银行", | ||
"t": 1731378714282, | ||
"arg": "msgId", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 139299, | ||
"title": "账户动账通知" | ||
} | ||
} |