This commit is contained in:
杨鹏
2025-10-14 11:03:07 +08:00
parent e28858a340
commit c05f6e540d
12 changed files with 66 additions and 27 deletions
+12
View File
@@ -102,6 +102,18 @@ const UserApi = {
},
});
},
// 获取人脸信息
getFaceInfo: (data) => {
return request({
url: '/cloth/getFaceList',
method: 'POST',
data,
custom: {
showLoading: false,
auth: true,
},
});
},
};
export default UserApi;