分页
This commit is contained in:
@@ -101,7 +101,7 @@ interface Teacherliked {
|
||||
export async function getteacherliked(data?:any){
|
||||
const res = await get<Array<Teacherliked>>('teacherliked',data);
|
||||
// console.log(res)
|
||||
return res.data
|
||||
return res;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user