const config = require("../config") module.exports = { homeWeatherReport: { url: config.base_url + "lz_tree_report/homeWeatherReport", type: "post", } , getReport: { url: config.base_url + "lz_tree_report/get", type: "get", } }