Skip to content

Commit

Permalink
🐛 交易账户错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkioTomas committed Mar 11, 2024
1 parent 0855511 commit 61e6f31
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions src/rule/app/支付宝消息盒子/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export function get(data) {
dataItems.money,
dataItems.assistMsg1,
dataItems.topSubContent,
"",
"支付宝余额",
"",
0,
Currency['人民币'],
data.mct,
Expand All @@ -26,8 +26,8 @@ export function get(data) {
parseFloat(dataItems.content.replace("收款金额¥","")),
dataItems.title,
dataItems.assistMsg2,
"",
"支付宝余额",
"",
0,
Currency['人民币'],
data.mct,
Expand Down
8 changes: 4 additions & 4 deletions src/rule/app/支付宝消息盒子/main.test.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/rule/app/支付宝红包/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ export function get(data) {
parseFloat(dataItems.statusLine1Text.replace("元","")),
stripHtml(dataItems.subtitle),
dataItems.title,
"",
"支付宝余额",
"",
0,
Currency['人民币'],
data.mct,
Expand Down
4 changes: 2 additions & 2 deletions src/rule/app/支付宝红包/main.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ test("支付宝红包", () => {
fee: 0,
shopName: '来自从前慢',
shopItem: '普通红包',
accountNameFrom: '',
accountNameTo: '支付宝余额',
accountNameFrom: '支付宝余额',
accountNameTo: '',
currency: 'CNY',
time: 0,
channel: '支付宝红包'
Expand Down

0 comments on commit 61e6f31

Please sign in to comment.