api ดาว์นโหลดไฟล์ รายชื่อผู้เกษียณอายุราชการ
This commit is contained in:
parent
b24f8e6590
commit
fa850ccc24
2 changed files with 52 additions and 13 deletions
|
|
@ -3,8 +3,13 @@
|
|||
*/
|
||||
import env from "../index";
|
||||
const reportOrder = `${env.API_REPORT2_URI}/report/order`;
|
||||
const reportRetire = `${env.API_REPORT2_URI}/report/retire`;
|
||||
|
||||
export default {
|
||||
reportOrderCover: (fileType: string, id: string) => `${reportOrder}/cover/${fileType}/${id}`,
|
||||
reportOrderAttachment: (fileType: string, id: string) => `${reportOrder}/attachment/${fileType}/${id}`,
|
||||
reportOrderCover: (fileType: string, id: string) =>
|
||||
`${reportOrder}/cover/${fileType}/${id}`,
|
||||
reportOrderAttachment: (fileType: string, id: string) =>
|
||||
`${reportOrder}/attachment/${fileType}/${id}`,
|
||||
reportRetireList: (fileType: string, id: string) =>
|
||||
`${reportRetire}/${fileType}/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue