-
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.
Merge pull request #87 from taigongzhaihua/master
✨ 新增适配微信支付收款(分销佣金) #86
- Loading branch information
Showing
3 changed files
with
61 additions
and
25 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,12 @@ | ||
{ | ||
"mMap": { | ||
"tableName": "AppMessage", | ||
"description": "收款金额¥0.10\n收款账户零钱\n付款商家宿迁兆盈商服科技有限公司", | ||
"source": "微信支付", | ||
"arg": "msgId", | ||
"type": 5, | ||
"appId": "", | ||
"msgId": 292981, | ||
"title": "你收到一笔分销佣金" | ||
} | ||
} |