-
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.
✨ (微信公众号美团钱包): 添加数字人民币支付解析规则及测试用例 #493
新增对数字人民币支付的解析规则,支持提取支付单号、支付时间、支付金额和支付方式。同时添加了相应的测试用例以验证解析逻辑的正确性。
- Loading branch information
1 parent
91def44
commit d319fe9
Showing
3 changed files
with
49 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,13 @@ | ||
{ | ||
"mMap": { | ||
"tableName": "AppMessage", | ||
"description": "支付单号:24111311100301670001712501694723\n支付时间:2024年11月13日 11:52\n支付金额:18.28元\n支付方式:数字人民币", | ||
"source": "美团钱包", | ||
"t": 1731470031661, | ||
"arg": "msgId", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 100124, | ||
"title": "支付成功提醒" | ||
} | ||
} |