Merge pull request 'dev' (#31) from dev into dev-deploy
Reviewed-on: #31
This commit is contained in:
commit
650d864ef6
@ -334,7 +334,13 @@ BoardResponse boardResponse = null;
|
||||
}
|
||||
|
||||
/* [1]. QSP API (url + fileNo) Setting */
|
||||
String url = QSP_API_URL + "/api/file/downloadFile";
|
||||
String url = null;
|
||||
if("NO".equals(zipYn)) {
|
||||
url = QSP_API_URL + "/api/file/downloadFile2";
|
||||
}else{
|
||||
url = QSP_API_URL + "/api/file/downloadFile";
|
||||
}
|
||||
|
||||
if ("Y".equals(zipYn)) {
|
||||
url += "?noticeNo=" + keyNo;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user