自在修仙【0.1折】(小七专服)

master
grimm 2024-07-15 16:28:48 +08:00
parent e1b9a1ec11
commit 611490bc9d
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;
/**
* bt1
*/
@RestController
public class Zzxxxq01RechargeController {
private static final String PAYKEY = "38444756b58ff89b799291b3d8ed7ccf";
@RequestMapping(value = "/Web/Zzxxxq01Callback")
public String zzxxxq01TenthCallback(HttpServletRequest request) throws Exception {
return YouGuRechargeController.callback(request, PAYKEY);
}
}