新增渠道:自在修仙bt1

master
grimm 2024-03-20 15:51:53 +08:00
parent fb5998ea00
commit 519722c1e5
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 ZzxxRechargeController {
private static final String PAYKEY = "e3997a87ea2ca1c7e95fcf3aff25f726";
@RequestMapping(value = "/Web/zzxxCallback")
public String zzxxTenthCallback(HttpServletRequest request) throws Exception {
return YouGuRechargeController.callback(request, PAYKEY);
}
}