|
|
@@ -1104,13 +1104,8 @@ public class HttpSend {
|
|
|
ArrayList<String> alFilePath = new ArrayList<String>();
|
|
|
try {
|
|
|
sInterface_Id = util.getString(context, R.string.API_VERSION) + util.getString(context, R.string.SEND_P_modes_mode_id_current_mode);
|
|
|
- sSendType = Constants.SEND_TYPE_POST;
|
|
|
-
|
|
|
- sInterface_Id = util.convGetRestReplace(sInterface_Id, Constants.HTTP_mode_id, sHTTP_mode_id);
|
|
|
- // /** 이름 */
|
|
|
- // sInterface_Id = util.convGetRestReplace(sInterface_Id, Constants.HTTP_member_id, sHTTP_member_id);
|
|
|
- // /** 이름 */
|
|
|
- // addParameter(alPost, Constants.HTTP_, sHTTP_);
|
|
|
+ sSendType = Constants.SEND_TYPE_PUT;
|
|
|
+ addParameter(alPost, Constants.HTTP_mode_id, sHTTP_mode_id);
|
|
|
setHttp(sUrl, sInterface_Id, sSendType, alPost, sBody, sFileParamName, sFilePath, alFilePath);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|
|
|
@@ -1252,7 +1247,7 @@ public class HttpSend {
|
|
|
* 5. Created : 2015. 10.
|
|
|
* </PRE>
|
|
|
*/
|
|
|
- public void G_notices_personal(String sHTTP_push_hist_id, String sHTTP_paging_type) {
|
|
|
+ public void G_notices_personal(String sHTTP_push_noti_hist_id, String sHTTP_paging_type) {
|
|
|
|
|
|
String sUrl = "";
|
|
|
String sInterface_Id = "";
|
|
|
@@ -1266,7 +1261,7 @@ public class HttpSend {
|
|
|
sInterface_Id = util.getString(context, R.string.API_VERSION) + util.getString(context, R.string.SEND_G_notices_personal);
|
|
|
sSendType = Constants.SEND_TYPE_GET;
|
|
|
/** 이메일 인증키 */
|
|
|
- addParameter(alPost, Constants.HTTP_push_hist_id, sHTTP_push_hist_id);
|
|
|
+ addParameter(alPost, Constants.HTTP_push_noti_hist_id, sHTTP_push_noti_hist_id);
|
|
|
addParameter(alPost, Constants.HTTP_paging_type, sHTTP_paging_type);
|
|
|
setHttp(sUrl, sInterface_Id, sSendType, alPost, sBody, sFileParamName, sFilePath, alFilePath);
|
|
|
} catch (Exception e) {
|