import { get } from '../utils/http' export function findModelDefByServer(params) { return get(`/ModelServer/findModelDefByServer`, params) }