sync_api.js 212 B

12345678910111213141516171819202122
  1. 'use strict';
  2. /**
  3. *
  4. *
  5. * @author EllisRan
  6. * @date 2021/9/15
  7. * @version
  8. */
  9. const api_url = {
  10. notice: 'api/notice',
  11. };
  12. const notice_type = ['zj'];
  13. module.exports = {
  14. api_url,
  15. notice_type,
  16. };