period.js 246 B

12345678910111213141516
  1. const config = require("../config")
  2. module.exports = {
  3. list: {
  4. url: config.base_url + "lz_period/list",
  5. type: "get",
  6. },
  7. allList: {
  8. url: config.base_url + "lz_period/allList",
  9. type: "get",
  10. },
  11. }