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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2016-12-22 17:03:39 +0800
Commit
3e1662669a7826bb71c6d89745773d8ee1db3e51
1 parent
cd17d003
pay-module
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
apps/pay/controllers/pay.js
apps/pay/controllers/pay.js
0 → 100644
View file @
3e16626
/**
* Created by yoho on 2016/12/22.
*/
'use strict'
;
/**
* 支付中心
* @param req
* @param res
* @param next
*/
exports
.
center
=
(
req
,
res
,
next
)
=>
{
res
.
render
(
'center'
);
};
\ No newline at end of file
...
...
Please
register
or
login
to post a comment