api.js 180 Bytes
import { post } from './request'

export const diciAddress = params => post('queryGeoFaultList',params)

export const screenAddress = params => post('queryScreenFaultList',params)