ออกคำสั่ง
This commit is contained in:
parent
7c63c3c32c
commit
57f145784e
3 changed files with 187 additions and 73 deletions
|
|
@ -19,6 +19,10 @@ export default {
|
|||
|
||||
checkIdofficer: `${env.API_URI}/org/profile/keycloak/idofficer`,
|
||||
|
||||
commandRegister:(id:string)=>`${command}/register-tab0/${id}`,
|
||||
commandRegisterByType:(id:string,type:string)=>`${command}/register-tab4/${type}/${id}`
|
||||
commandRegister: (id: string) => `${command}/register-tab0/${id}`,
|
||||
commandRegisterByType: (id: string, type: string) =>
|
||||
`${command}/register-tab4/${type}/${id}`,
|
||||
|
||||
//Digital Signature
|
||||
commandDirector: `${env.API_URI}/org/profile/commander-director`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue