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