import { requestByGet } from "@dage/service"; export const getPerformanceDetailApi = () => { return requestByGet(``); };