This commit is contained in:
2025-02-17 10:03:39 +08:00
6 changed files with 79 additions and 231 deletions

View File

@@ -16,7 +16,7 @@ const AuthAPI = {
return request<any, Responseres>({
url: `${baseURL}`,
method: "post",
data,
data: { ...data, sort: '1' },
});
},
// 获取详情