ทะเบียนประวัติ ยืนยันตรวจสอบข้อมูลและปลดล็อค
This commit is contained in:
parent
6e6e0d2cf9
commit
4e8cff183a
3 changed files with 43 additions and 10 deletions
|
|
@ -196,4 +196,8 @@ export default {
|
|||
|
||||
//สร้างข้อมูลราชการ
|
||||
createProfileOfficer: () => `${profile}information/officer`,
|
||||
|
||||
// verify
|
||||
profileVerified: (profileId: string) => `${profile}verified/${profileId}`,
|
||||
profileVerifiedUnlock: (profileId: string) => `${profile}not-verified/${profileId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue