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
zhoushaofeng
2023-03-03 13:39:35 +0800
Commit
7b9355d7855e141b8efe76334791507839d2ae99
1 parent
401fd08e
alipay changed
Hide 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 @
7b9355d
...
...
@@ -19,7 +19,7 @@ module.exports = class extends global.yoho.BaseModel {
super
(
ctx
);
this
.
payments
=
{
alipay
:
2
,
// 支付宝
alipay
:
123
,
// 支付宝
wechat
:
21
,
// 微信支付
alibank
:
12
,
// 支付宝支联
unionpay
:
55
,
// 银联支付
...
...
Please
register
or
login
to post a comment