-
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.
✨ (微信公众号平安银行): 添加平安银行消费交易提醒测试用例及正则表达式优化 #460
新增平安银行消费交易提醒的测试用例,并优化正则表达式以处理交易类型中的括号问题。
- Loading branch information
1 parent
edf59d0
commit a956588
Showing
3 changed files
with
28 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,13 @@ | ||
{ | ||
"mMap": { | ||
"tableName": "AppMessage", | ||
"description": "账号:尾号8888的账户\n交易时间:2024年10月23日14:07\n交易类型:支付宝快捷支付(中国电信股份有限公司-商...\n交易币种:人民币\n交易金额:28.73", | ||
"source": "平安银行", | ||
"t": 1729663988778, | ||
"arg": "msgId", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 10128203, | ||
"title": "交易提醒" | ||
} | ||
} |