增加龙珠渠道

master
DESKTOP-C3M45P4\dengdan 2025-06-06 18:18:12 +08:00
parent 24d222ee68
commit 5658b29c0c
2 changed files with 40 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;
/**
* 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);
}
}

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;
/**
* 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);
}
}