pay.js 208 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 /** * 订单支付 * @author: TaoHuang * @date: 2016/07/18 */ "use strict"; const PayService = require('../models/pay'); const Pay = { online: (req, res, next) => { } }; module.exports = Pay;