增加冲破难关渠道充值类

master
DESKTOP-C3M45P4\dengdan 2025-12-25 19:10:27 +08:00
parent 4c60d0e3bb
commit b228e7e225
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@ import org.springframework.web.bind.annotation.RequestMapping;
import javax.servlet.http.HttpServletRequest;
/**
* 西
* 西
*/
public class QuickXyChongPoRechargeController {
private static final String callbackkey = "48439581827229705952773755180104";
private static final String md5key = "3roz0d6svr8drviouogcx2o7xzybl06p";
@RequestMapping(value = "/quickXyCpCallback")
@RequestMapping(value = "/quickXyChongPoCallback")
public String QuickCallback(HttpServletRequest request) throws Exception {
return QuickRechargeController.process(request,callbackkey,md5key);
}