This commit is contained in:
PC-202306242200\Administrator
2024-09-26 21:10:41 +08:00
parent 2bac0b8926
commit df17a3cfb7
41 changed files with 246 additions and 46 deletions

View File

@@ -72,3 +72,14 @@ export async function importUsersPointsExtract(body) {
responseType: 'blob'
});
}
export async function findPage(body) {
return request('/api/freeze/findPage', {
method: 'POST',
headers: {
'Content-Type': 'application/json;charset=UTF-8',
},
data: body || {},
});
}