const host = 'https://api.hshuishang.com/api/v1'; // 水机 const httpUserUrl = host + '/waters'; const apiAddr = { host:host, // 处理主办激活请求 board_activation: httpUserUrl + '/board-activation', } module.exports = apiAddr;