miniapp.js 209 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /** * 小程序使用的域名验证 */ const path = require('path'); module.exports = { verify(req, res) { res.sendFile(path.join(__dirname, '../../../public/static/hfxRaNY27L.txt')); } };