generated from root/miduo_server
新增渠道:自在修仙bt1
parent
fb5998ea00
commit
519722c1e5
|
@ -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);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue