feat: 增加数据获取接口请求

This commit is contained in:
kenny
2025-10-12 08:16:59 +08:00
parent 56b53cb6fd
commit 0b96a81021
4 changed files with 54 additions and 41 deletions
+6
View File
@@ -69,6 +69,12 @@ const ReportApi = {
},
}),
getUserInfo: () =>
request({
url: '/digital/records/get-by-user-id',
method: 'get',
}),
// https://puton.huimeimeta.com/app-api/cloth/getFaceList
};
export default ReportApi;