Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
sefon
2023-03-14 14:02:59 +0800
Commit
75412d3fae53a030b3f501a66f01b99c371d5394
1 parent
7b9355d7
wechat
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/shopping/models/pay.js
apps/shopping/models/pay.js
View file @
75412d3
...
...
@@ -20,7 +20,7 @@ module.exports = class extends global.yoho.BaseModel {
this
.
payments
=
{
alipay
:
123
,
// 支付宝
wechat
:
21
,
// 微信支付
wechat
:
126
,
// 微信支付
alibank
:
12
,
// 支付宝支联
unionpay
:
55
,
// 银联支付
chinabank
:
4
,
// 网银在线
...
...
Please
register
or
login
to post a comment