ปรับ API report กพ7
This commit is contained in:
parent
7b02611f33
commit
9dfd60c26e
2 changed files with 19 additions and 10 deletions
|
|
@ -179,7 +179,8 @@ export default {
|
|||
profileReportEmpId: (profileId: string) =>
|
||||
`${report}kk1-employee/${profileId}`,
|
||||
profileKp7ShortId: (profileId: string) => `${report}kp7-short/${profileId}`,
|
||||
profileKp7ShortEmpId: (profileId: string) => `${report}kp7-short-employee/${profileId}`,
|
||||
profileKp7ShortEmpId: (profileId: string) =>
|
||||
`${report}kp7-short-employee/${profileId}`,
|
||||
|
||||
profileChangeNameId: (profileId: string) =>
|
||||
`${profile}changeName/${profileId}`,
|
||||
|
|
@ -220,5 +221,10 @@ export default {
|
|||
`${profile}search/new-page/oc/${id}/officer?page=${page}&pageSize=${pageSize}`,
|
||||
|
||||
orgProfileAvatar: `${registryNew}avatar`,
|
||||
orgProfileAvatarbyType:(type:string)=> `${avatarNew}${type}/avatar`,
|
||||
orgProfileAvatarbyType: (type: string) => `${avatarNew}${type}/avatar`,
|
||||
|
||||
profilFull: (id: string, type: string) =>
|
||||
`${env.API_URI}/org/${type}/kk1/${id}`,
|
||||
profilshort: (id: string, type: string) =>
|
||||
`${env.API_URI}/org/${type}/kp7-short/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue