attestation.js 255 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 /** * app版本判断 * @date: 2017/5/10 */ 'use strict'; // const helpers = global.yoho.helpers; // module.exports = (req, res, next) => { // if (req.query.app_version || req.query.appVersion) { // console // } // next(); // };