部分修改
This commit is contained in:
@@ -62,4 +62,13 @@ export async function recordExtract(body) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
export async function importUsersPointsExtract(body) {
|
||||
return request('/api/userspoints/importUsersPointsExtract', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
},
|
||||
data: body || {},
|
||||
responseType: 'blob'
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user