generated from root/miduo_server
增加龙珠渠道
parent
24d222ee68
commit
5658b29c0c
|
|
@ -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 QuickLzZb1RechargeController {
|
||||
private static final String callbackkey = "23130728939245825789305224903596";
|
||||
private static final String md5key = "s1zwjhmiflv9gpqnzjnupi8fn4f8aals";
|
||||
|
||||
@RequestMapping(value = "/quickLzZb1Callback")
|
||||
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
|
||||
/**
|
||||
* 龙珠直播2
|
||||
*/
|
||||
@RestController
|
||||
public class QuickLzZb2RechargeController {
|
||||
private static final String callbackkey = "19474729205169508804158628756687";
|
||||
private static final String md5key = "fhw64l0mnwvsw0umtan2agirwqy87psm";
|
||||
|
||||
@RequestMapping(value = "/quickLzZb2Callback")
|
||||
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue