This commit is contained in:
杨鹏
2025-10-21 09:01:56 +08:00
parent 1df0c924ec
commit 3ba69852f6
4 changed files with 29 additions and 2 deletions
+12
View File
@@ -114,6 +114,18 @@ const UserApi = {
},
});
},
// 获取上传的人脸AI信息的图片
getUploadFaceImage: (params = {}) => {
return request({
url: '/digital/triple-image/page',
method: 'GET',
params,
custom: {
showLoading: false,
auth: true,
},
});
},
};
export default UserApi;