작업 설정 수정

master
mjkhan21 1 year ago
parent 8996b30a95
commit 756700e078

@ -15,18 +15,19 @@
"defaults": {
"charset": "euc-kr",
"fetchSize": 100
"fetchSize": 100,
"workSize": 100
},
"jobs": [
{ /* 국민신문고 수신 */
"name": "smg-in",
"name": "smg-receive",
"dirCode": "smg", /* <-- dirCodes */
"infoType": "100",
"infoType": "010",
"alert": "http://localhost:8080/xit-filegate/api/smg/petition/receive.do" /* 업무 통보 url */
},
{ /* 국민신문고 전송 */
"name": "smg-out",
"name": "smg-send",
"dirCode": "smg", /* <-- dirCodes */
"alert": "http://localhost:8080/xit-filegate/api/smg/petition/reply.do" /* 업무 통보 url */
},
@ -37,15 +38,17 @@
"conOrg": "YICT", /* 외부기관 구분코드 */
"rceptId": "40219", /* 접수우체국 국기호 */
"attachmentDir": "", /* 원본 첨부파일 디렉토리 경로 */
"expiryDays": 10, /* 배달 만료 일수 */
"attachmentDir": "C:\\workspace\\xit\\filesite\\attachment\\epost", /* 원본 첨부파일 디렉토리 경로 */
"txtFilename": "POSDF5$send_{yyyyMMddHHmmssSSS}.txt",
"zipFilename": "POSDF5${conKey}.zip"
},
{ /* epost 전자우편 신청 수신 결과 */
"name": "epost-receive-result",
"dirCode": "epost" /* <-- dirCodes */
"dirCode": "epost", /* <-- dirCodes */
"alert": "http://localhost:8080/xit-filegate/api/epost/result/receive.do" /* 업무 통보 url */
}
]
}
Loading…
Cancel
Save