ทะเบียนประวัติ ยืนยันตรวจสอบข้อมูลและปลดล็อค

This commit is contained in:
Warunee Tamkoo 2024-02-08 13:52:52 +07:00
parent 6e6e0d2cf9
commit 4e8cff183a
3 changed files with 43 additions and 10 deletions

View file

@ -196,4 +196,8 @@ export default {
//สร้างข้อมูลราชการ
createProfileOfficer: () => `${profile}information/officer`,
// verify
profileVerified: (profileId: string) => `${profile}verified/${profileId}`,
profileVerifiedUnlock: (profileId: string) => `${profile}not-verified/${profileId}`,
};