-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
修复微信支付退款规则中的正则表达式,使其能够匹配新的退款消息格式。 该修复解决了之前由于消息格式变化导致的误判问题,确保了退款消息能够被正确识别和处理。
- Loading branch information
1 parent
9086b06
commit 9336730
Showing
4 changed files
with
37 additions
and
10 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,14 @@ | ||
{ | ||
"mMap": { | ||
"description": "退款金额¥166.60\n商品详情美团订单-24052911100400001306304144901069\n商户名称美团\n退款方式退回支付卡(建设银行8254)\n退款原因[2406010080800792069]退交易\n到账时间2024-06-01 20:35:34", | ||
"source": "微信支付", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 99064, | ||
"title": "退款到账通知", | ||
"display_name": "", | ||
"cachedPayTools": "工商银行储蓄卡(4508)", | ||
"cachedPayMoney": "¥19.90", | ||
"cachedPayShop": "付款给迷失(**会)" | ||
} | ||
} |
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"mMap": { | ||
"description": "收款金额¥1500.00\n收款店铺jyf\n顾客信息新顾客消费\n备注收款成功,已存入经营账户", | ||
"description": "退款金额¥166.60\n商品详情美团订单-24052911100400001306304144901069\n商户名称美团\n退款方式退回支付卡(建设银行8254)\n退款原因[2406010080800792069]退交易\n到账时间2024-06-01 20:35:34", | ||
"source": "微信支付", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 99064, | ||
"title": "微信支付收款1500.00元(新顾客消费)", | ||
"display_name": "经营收款", | ||
"cachedPayTools": "零钱", | ||
"cachedPayMoney": "¥570.00", | ||
"cachedPayShop": "向李丽丝(**丝)转账" | ||
"title": "退款到账通知", | ||
"display_name": "", | ||
"cachedPayTools": "工商银行储蓄卡(4508)", | ||
"cachedPayMoney": "¥19.90", | ||
"cachedPayShop": "付款给迷失(**会)" | ||
} | ||
} |