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