global.js 471 B

123456789101112131415161718192021222324
  1. let global = {
  2. publishActivity:'https://ldt.guosen-fumao.cn/publish_activity.html',
  3. //发起者类型
  4. sponsorType:{
  5. mall:'1',//商场
  6. shop:'2'//店铺
  7. },
  8. activityStatus: {
  9. wait_mall_audit:'0',//待审核
  10. pass:'1', //审核通过
  11. refuse:'2',//审核不通过
  12. stop:'3',//已停用
  13. wait_admin_audit:'4' //待平台审核
  14. },
  15. wxParams: {
  16. APPID: 'wx5d30bdd3d0f579af', //appid
  17. SECRET: "3e3a7793022808fcb63e215bfa1e1f93"
  18. },
  19. }
  20. export default global