-
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.
✨ (rule): 添加微信支付零钱通收益的测试用例和正则表达式注释 #470
新增10月收益和当前累计收益的测试数据,并更新正则表达式注释以匹配新的收益格式。
- Loading branch information
1 parent
0c0a444
commit cc50745
Showing
3 changed files
with
29 additions
and
0 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
16 changes: 16 additions & 0 deletions
16
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,16 @@ | ||
{ | ||
"mMap": { | ||
"description": "10月收益¥2.03\n当前累计收益¥123.43", | ||
"source": "微信支付", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 99064, | ||
"title": "零钱通收益月报", | ||
"display_name": "零钱通", | ||
"hookerUser": "应该是个亲妈", | ||
"cachedPayTools": "零钱", | ||
"cachedPayMoney": "¥35.00", | ||
"cachedPayShop": "向御用产品经理(*炎)转账", | ||
"t": 1730515985651 | ||
} | ||
} |