| 123456789101112131415161718192021222324 |
- let global = {
-
- publishActivity:'https://ldt.guosen-fumao.cn/publish_activity.html',
- //发起者类型
- sponsorType:{
- mall:'1',//商场
- shop:'2'//店铺
- },
- activityStatus: {
- wait_mall_audit:'0',//待审核
- pass:'1', //审核通过
- refuse:'2',//审核不通过
- stop:'3',//已停用
- wait_admin_audit:'4' //待平台审核
- },
- wxParams: {
- APPID: 'wx5d30bdd3d0f579af', //appid
- SECRET: "3e3a7793022808fcb63e215bfa1e1f93"
- },
- }
- export default global
|