generated from root/miduo_server
增加太初行直播8渠道
parent
6a5395480b
commit
527e56a00b
|
@ -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 QuickTcxZb8RechargeController {
|
||||
private static final String callbackkey = "34624434293137705050474776385139";
|
||||
private static final String md5key = "x2byswokskwnsio2nk3d3vvk9gbgo0aw";
|
||||
|
||||
@RequestMapping(value = "/quickTcxZb8Callback")
|
||||
public String QuickCallback(HttpServletRequest request) throws Exception {
|
||||
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue