generated from root/miduo_server
猕猴桃quick支付
parent
a45f2e71f5
commit
ab4426b3fa
|
@ -0,0 +1,13 @@
|
|||
package com.jmfy.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
public class MHTQuickRechargeController extends MHTGnWebRechargeController {
|
||||
|
||||
@RequestMapping(value = "/Web/MHTQuickCallback")
|
||||
public String MHTGnCallback(HttpServletRequest request) throws Exception {
|
||||
return process(request,"26cef326701b61b7bce2e5867c253c06");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue