generated from root/miduo_server
增加太初行GM版专服9quick支付
parent
89d5545a21
commit
d38c88c2d6
|
@ -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;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 太初行GM专服9
|
||||||
|
*/
|
||||||
|
@RestController
|
||||||
|
public class QuickTcxGm9RechargeController {
|
||||||
|
private static final String callbackkey = "22252287891769516029973183625617 ";
|
||||||
|
private static final String md5key = "uod9a5qs4xbgvirbn5vkpttedztif1r9";
|
||||||
|
|
||||||
|
@RequestMapping(value = "/quickTcxGm9Callback")
|
||||||
|
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||||
|
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue