-
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): 添加微信支付扫码支付测试用例和正则表达式优化 #602
新增面对面红包支付测试用例,并优化正则表达式以支持多种支付描述格式。
- Loading branch information
1 parent
3b84283
commit bf59617
Showing
3 changed files
with
31 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,16 @@ | ||
{ | ||
"mMap": { | ||
"description": "支付金额¥29.00\n支付方式零钱\n收单机构财付通支付科技有限公司", | ||
"source": "微信支付", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 99064, | ||
"title": "微信支付凭证", | ||
"display_name": "十六楼工作室", | ||
"hookerUser": "静谧阳光", | ||
"cachedPayTools": "零钱", | ||
"cachedPayMoney": "¥29.00", | ||
"cachedPayShop": "面对面红包", | ||
"t": 1734092827912 | ||
} | ||
} |