generated from root/miduo_server
新增西游冲破难关充值类
parent
6900e25131
commit
4c60d0e3bb
|
|
@ -0,0 +1,18 @@
|
|||
package com.jmfy.controller;
|
||||
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
/**
|
||||
* 西游冲破难关充值类
|
||||
*/
|
||||
public class QuickXyChongPoRechargeController {
|
||||
private static final String callbackkey = "48439581827229705952773755180104";
|
||||
private static final String md5key = "3roz0d6svr8drviouogcx2o7xzybl06p";
|
||||
|
||||
@RequestMapping(value = "/quickXyCpCallback")
|
||||
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue