generated from root/miduo_server
增加西游冲破难关长尾渠道充值
parent
eed3c93f33
commit
f8f4c8cf16
|
|
@ -0,0 +1,20 @@
|
|||
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 QuickXyChongPoCwRechargeController {
|
||||
private static final String callbackkey = "17858886125752178729106655396308";
|
||||
private static final String md5key = "9up1jdgwrfj1uqjndyjq2uvbqqz5davn";
|
||||
|
||||
@RequestMapping(value = "/quickXyChongPoCwCallback")
|
||||
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue