专家人脸集成后台方法

This commit is contained in:
袁帅
2022-09-02 16:10:56 +08:00
parent 378eeda6d4
commit b64dce6ce4
4 changed files with 96 additions and 83 deletions

View File

@ -8,4 +8,11 @@ export async function changePass(params: any) {
method: 'post',
params
});
}
export async function rgbToBase64(params: any) {
return request('/api/core-service-ebtp-userinfo/outer/v1/ebtp/face/rgbArray2Base64', {
method: 'post',
params
});
}