增加西游冲破难关长尾渠道充值

master
DESKTOP-C3M45P4\dengdan 2026-03-05 17:30:38 +08:00
parent eed3c93f33
commit f8f4c8cf16
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 QuickXyChongPoCwRechargeController {
private static final String callbackkey = "17858886125752178729106655396308";
private static final String md5key = "9up1jdgwrfj1uqjndyjq2uvbqqz5davn";
@RequestMapping(value = "/quickXyChongPoCwCallback")
public String QuickCallback(HttpServletRequest request) throws Exception {
return QuickRechargeController.process(request,callbackkey,md5key);
}
}