generated from root/miduo_server
增加西游冲破充值渠道
parent
b228e7e225
commit
eed3c93f33
|
|
@ -1,12 +1,14 @@
|
||||||
package com.jmfy.controller;
|
package com.jmfy.controller;
|
||||||
|
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
import javax.servlet.http.HttpServletRequest;
|
import javax.servlet.http.HttpServletRequest;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 西游冲破难关充值处理类
|
* 西游冲破难关充值处理类
|
||||||
*/
|
*/
|
||||||
|
@RestController
|
||||||
public class QuickXyChongPoRechargeController {
|
public class QuickXyChongPoRechargeController {
|
||||||
private static final String callbackkey = "48439581827229705952773755180104";
|
private static final String callbackkey = "48439581827229705952773755180104";
|
||||||
private static final String md5key = "3roz0d6svr8drviouogcx2o7xzybl06p";
|
private static final String md5key = "3roz0d6svr8drviouogcx2o7xzybl06p";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue