heyujie
2021-06-24 2a79cb1757da192b8a302d45d527b2b083f30bc3
src/api/event.ts
@@ -76,4 +76,12 @@
    method: "get"
  })
}
//获取所有的推送字段配置
export const getPushSet = ()=>{
  return request({
    url:'/data/api-v/eventPush/getPushSet',
    method:'get'
  })
}