redpac.js 200 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 /** * Created by qiujun on 2018/10/9. * 双11红包雨相关接口 */ const INVALID_PARAMS = '参数错误'; const redpac = { async getRedpac(req, res) { } }; module.exports = redpac;