-
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.
✨ (微信公众号中国银行微银行): 添加工资入账测试用例及正则表达式支持 #463
新增工资入账测试用例,更新正则表达式以支持工资交易类型的匹配。
- Loading branch information
1 parent
5335c0a
commit edf59d0
Showing
3 changed files
with
28 additions
and
3 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
13 changes: 13 additions & 0 deletions
13
src/rule/com.tencent.mm/app/微信公众号中国银行微银行/tests/中国银行入账2.txt
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": "交易时间:10月25日14:54\n交易类型:工资(尾号1234)\n交易金额:人民币 123,4\n账户余额:123,45.69元\n交易说明:点击查看更多详情", | ||
"source": "中国银行微银行", | ||
"t": 1729839300080, | ||
"arg": "msgId", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 962528, | ||
"title": "交易成功提醒" | ||
} | ||
} |