-
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.
- 将扣费渠道名称从“微信[微信支付-扣款]”统一更新为“微信[微信支付-自动扣费]” - 添加新的测试用例“微信支付自动扣费10.txt”,模拟拼多多订单免密支付扣费场景 - 更新正则表达式以支持“扣费方式”字段的匹配
- Loading branch information
1 parent
2487bfa
commit 60c3eb0
Showing
3 changed files
with
42 additions
and
13 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": "扣费金额¥26.70\n扣费项目拼多多订单免密支付\n扣费方式零钱通\n收单机构财付通支付科技有限公司\n备注你的拼多多平台商户账号(~水)扣费成功。如果对扣费有疑问,请联系商家确认。", | ||
"source": "微信支付", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 99064, | ||
"title": "已扣费¥26.70", | ||
"display_name": "拼多多平台商户", | ||
"hookerUser": "Ten.泰坚,陈主任", | ||
"cachedPayTools": "零钱通", | ||
"cachedPayMoney": "¥5.00", | ||
"cachedPayShop": "付款给17556967187(**美)", | ||
"t": 1734775611530 | ||
} | ||
} |