|
|
|
|
@ -778,7 +778,7 @@ public class CommWebBrowserController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@Transactional
|
|
|
|
|
@RequestMapping(value = "/rest/broker/cfs/wongumgojijecheonggu", method = RequestMethod.POST)
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/wongumgojijecheonggu.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> wongumgojijecheonggu(
|
|
|
|
|
@RequestBody Map<String, Object> param,
|
|
|
|
|
HttpServletRequest request) throws Exception {
|
|
|
|
|
@ -3279,7 +3279,7 @@ public class CommWebBrowserController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@Transactional
|
|
|
|
|
@RequestMapping(value = "/rest/broker/cfs/callPreRegistPaymentCancle", method = RequestMethod.POST)
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/callPreRegistPaymentCancle.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callPreRegistPaymentCancle(@RequestBody ParamBean<CommSmartPlatformPRPVO> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
|
|
|
|
|
CommSmartPlatformPRPVO commSmartPlatformPRPVO = param.getParam();
|
|
|
|
|
@ -3435,7 +3435,7 @@ public class CommWebBrowserController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@Transactional
|
|
|
|
|
@RequestMapping(value = "/rest/broker/cfs/callGreenPaymentCancle", method = RequestMethod.POST)
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/callGreenPaymentCancle.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callGreenPaymentCancle(@RequestBody ParamBean<CommSmartPlatformPRPVO> param, HttpServletRequest request) throws Exception {
|
|
|
|
|
|
|
|
|
|
CommSmartPlatformPRPVO commSmartPlatformPRPVO = param.getParam();
|
|
|
|
|
@ -3550,7 +3550,7 @@ public class CommWebBrowserController {
|
|
|
|
|
* <pre></pre>
|
|
|
|
|
*/
|
|
|
|
|
@Transactional
|
|
|
|
|
@RequestMapping(value = "/rest/broker/cfs/callPreRegistPaymentRepay", method = RequestMethod.POST)
|
|
|
|
|
@RequestMapping(value = "/cfs/trsmrcv/callPreRegistPaymentRepay.do", method = RequestMethod.POST)
|
|
|
|
|
public @ResponseBody Map<String, Object> callPreRegistPaymentRepay(
|
|
|
|
|
@RequestBody ParamBean<CommSmartPlatformPRPVO> param,
|
|
|
|
|
HttpServletRequest request) throws Exception {
|
|
|
|
|
|