AIzhushou-screen/src/api/modules/test.ts

4 lines
161 B
TypeScript
Raw Normal View History

2024-05-22 08:44:08 +08:00
import {GET,POST,FILE,FILEPOST,PUT,GETNOBASE} from "../api";
export const testGet=(param:any={})=>{
return GET('/api/TeacherManagement/AdminPCIndex',param)
}