miniapp.js
418 Bytes
/**
* 小程序使用的域名验证
*/
const path = require('path');
module.exports = {
/**
* 有货小程序验证
*/
verify(req, res) {
res.sendFile(path.join(__dirname, '../../../public/static/hfxRaNY27L.txt'));
},
/**
* 线下店小程序验证
*/
store(req, res) {
res.sendFile(path.join(__dirname, '../../../public/static/OFRuhJ43rY.txt'));
}
};