import { post } from '@/utils/request' export function saveData(data) { return post('/apply/api/input/save', data) }