9.7 增加首页照片检测

This commit is contained in:
jl-zhoujl2
2022-09-07 10:51:30 +08:00
parent 8cc259751b
commit 90c5085fc8
4 changed files with 69 additions and 9 deletions

View File

@ -20,3 +20,13 @@ export async function getCalendarData(params?: any) {
params: params,
});
}
/**
* 判断当前登录人是否需要录入身份证或相片
*/
export async function isInsertIdOrPhoto() {
return request("/api/biz-service-ebtp-rsms/v1/jury/user/photo/info", {
method: 'GET',
});
}