generated from root/miduo_server
爱趣联盟妖晶渠道
parent
b5fee0f2a8
commit
5437647f56
|
@ -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;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 爱趣联盟 妖晶
|
||||||
|
*/
|
||||||
|
@RestController
|
||||||
|
public class AqlmYjRechargeController {
|
||||||
|
|
||||||
|
private static final String PAYKEY = "4aefd9d80948da9984534423a5f1ef47";
|
||||||
|
|
||||||
|
@RequestMapping(value = "/Web/aqlmYjCallback")
|
||||||
|
public String aqlmYjCallback(HttpServletRequest request) throws Exception {
|
||||||
|
return YouGuRechargeController.callback(request, PAYKEY);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue