generated from root/miduo_server
增加西游返利渠道
parent
df51fdceb6
commit
195a69db22
|
@ -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;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 西游直播返利1
|
||||||
|
*/
|
||||||
|
@RestController
|
||||||
|
public class QuickXyFanli01RechargeController {
|
||||||
|
private static final String callbackkey = "43916418632129783417430664380475";
|
||||||
|
private static final String md5key = "lecr7mkl7zrpxefv5qhxki9pbtffvzlh";
|
||||||
|
|
||||||
|
@RequestMapping(value = "/xyFanli01Callback")
|
||||||
|
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||||
|
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue