generated from root/miduo_server
mhtquick
parent
389c7af250
commit
2d3677557a
|
@ -1,15 +0,0 @@
|
||||||
package com.jmfy.controller;
|
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
|
||||||
|
|
||||||
@RestController
|
|
||||||
public class MHTQuickRechargeController extends MHTGnWebRechargeController {
|
|
||||||
|
|
||||||
@RequestMapping(value = "/Web/MHTQuickCallback")
|
|
||||||
public String MHTGnCallback(HttpServletRequest request) throws Exception {
|
|
||||||
return process(request,"26cef326701b61b7bce2e5867c253c06");
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -28,4 +28,9 @@ public class MHTZFGnRechargeController extends MHTGnWebRechargeController {
|
||||||
return process(request,"1718bdd93fc5f6ea8b622e2b237040c3");
|
return process(request,"1718bdd93fc5f6ea8b622e2b237040c3");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@RequestMapping(value = "/Web/MHTQuickCallback")
|
||||||
|
public String MHTQuickCallback(HttpServletRequest request) throws Exception {
|
||||||
|
return process(request,"26cef326701b61b7bce2e5867c253c06");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue