|
@@ -24,6 +24,11 @@ import org.springframework.web.bind.annotation.RequestParam;
|
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
import org.springframework.web.bind.annotation.ResponseBody;
|
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
import org.springframework.web.servlet.ModelAndView;
|
|
|
|
|
|
|
|
|
|
+import com.gagaframework.web.parameter.GagaMap;
|
|
|
|
|
+import com.gagaframework.web.parameter.GagaParameterUtil;
|
|
|
|
|
+import com.gagaframework.web.rest.server.GagaResponse;
|
|
|
|
|
+import com.gagaframework.web.rest.server.GagaResponseStatus;
|
|
|
|
|
+import com.gagaframework.web.util.GagaCookieUtil;
|
|
|
import com.style24.core.biz.service.TscCouponService;
|
|
import com.style24.core.biz.service.TscCouponService;
|
|
|
import com.style24.core.biz.service.TscCustomerService;
|
|
import com.style24.core.biz.service.TscCustomerService;
|
|
|
import com.style24.core.biz.service.TscEnvsetService;
|
|
import com.style24.core.biz.service.TscEnvsetService;
|
|
@@ -73,12 +78,6 @@ import com.style24.persistence.domain.WishList;
|
|
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
|
|
|
-import com.gagaframework.web.parameter.GagaMap;
|
|
|
|
|
-import com.gagaframework.web.parameter.GagaParameterUtil;
|
|
|
|
|
-import com.gagaframework.web.rest.server.GagaResponse;
|
|
|
|
|
-import com.gagaframework.web.rest.server.GagaResponseStatus;
|
|
|
|
|
-import com.gagaframework.web.util.GagaCookieUtil;
|
|
|
|
|
-
|
|
|
|
|
/**
|
|
/**
|
|
|
* 마이페이지 Controller
|
|
* 마이페이지 Controller
|
|
|
*
|
|
*
|
|
@@ -2771,7 +2770,7 @@ public class TsfMypageController extends TsfBaseController {
|
|
|
return super.error(e.getMessage());
|
|
return super.error(e.getMessage());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- return super.ok(env.getProperty("SUCC_0005"));
|
|
|
|
|
|
|
+ return super.ok(message.getMessage("SUCC_0005"));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|