report.js 281 B

12345678910111213
  1. const config = require("../config")
  2. module.exports = {
  3. homeWeatherReport: {
  4. url: config.base_url + "lz_tree_report/homeWeatherReport",
  5. type: "post",
  6. }
  7. ,
  8. getReport: {
  9. url: config.base_url + "lz_tree_report/get",
  10. type: "get",
  11. }
  12. }