登录相关接口修改

This commit is contained in:
lix
2025-06-12 17:19:44 +08:00
parent 1b8ef1b5e2
commit f3db585804
7 changed files with 17 additions and 17 deletions

View File

@ -20,7 +20,7 @@ export async function rgbToBase64(params: any) {
type: 'pixel',
rgb: params.image
});
return request('/api/core-service-ebtp-userinfo/outer/v1/ebtp/face/rgbArray2Base64', {
return request('/api/sys-manager-ebtp-project/outer/v1/ebtp/face/rgbArray2Base64', {
method: 'post',
body: _body,
});