Authored by 郭成尧

pay-module

/**
* 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
... ...