西游直播

master
grimm 2024-07-25 18:03:49 +08:00
parent 0c047b4641
commit e0e0f3afd5
1 changed files with 20 additions and 0 deletions

View File

@ -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 QuickxyzbRechargeController {
private static final String callbackkey = "16014079193981945064734586538410";
private static final String md5key = "4c8tgrqplonazk2xqfydynio5ebvemxj";
@RequestMapping(value = "/xyzbCallback")
public String QuickCallback(HttpServletRequest request) throws Exception {
return QuickRechargeController.process(request,callbackkey,md5key);
}
}