generated from root/miduo_server
自在修仙【0.1折】(小七专服)
parent
e1b9a1ec11
commit
611490bc9d
|
@ -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);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue