专家人脸集成后台方法
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
Reference in New Issue
Block a user