-
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.
✨ (微信支付扫码支付): 新增扫码支付测试用例及正则匹配规则 #477
新增微信支付扫码支付的测试文件 `微信支付扫码付款5.txt`,并更新 `main.test.js` 和 `main.js` 文件,添加针对零钱支付的测试用例和正则匹配规则,以支持车牌号和交易状态的解析。
- Loading branch information
1 parent
00a5018
commit 91def44
Showing
3 changed files
with
48 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
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": "使用零钱支付¥17.30\n车牌宁A·T4386\n交易状态支付成功,对方已收款", | ||
"source": "微信支付", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 99064, | ||
"title": "已支付¥17.30", | ||
"display_name": "冰达4386马金峰", | ||
"hookerUser": "景旺", | ||
"cachedPayTools": "零钱", | ||
"cachedPayMoney": "¥17.30", | ||
"cachedPayShop": "付款给冰达4386马金峰(**娟)", | ||
"t": 1731045490128 | ||
} | ||
} |