Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
陈峰
2018-08-01 11:18:50 +0800
Commit
150bb12f0f5860a30aa27d456e8c02dee00a18df
2 parents
890b1d8f
03f8ae98
Merge branch 'hotfix/payCenter' into 'master'
Update pay.js See merge request
!1497
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/cart/controllers/pay.js
apps/cart/controllers/pay.js
View file @
150bb12
...
...
@@ -113,7 +113,7 @@ const payCenter = (req, res, next) => {
appId
:
'alipay'
,
app
:
'支付宝支付'
,
hint
:
'支付宝服务暂不可用'
,
subHint
:
'推荐使用有货APP
进行
支付'
,
subHint
:
'推荐使用有货APP支付'
,
disable
:
true
});
}
...
...
Please
register
or
login
to post a comment