generated from root/miduo_server
海贼0.1折支付
parent
5cb9fb5e3e
commit
5ffa447b2a
|
@ -0,0 +1,17 @@
|
||||||
|
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 QuickHaiZeiRechargeController2 {
|
||||||
|
private static final String callbackkey = "08453209790281648730731939577328";
|
||||||
|
private static final String md5key = "9hksxqqils09chbupzx7le6edfpnyfb8";
|
||||||
|
|
||||||
|
@RequestMapping(value = "/OnePiece01Callback")
|
||||||
|
public String QuickGnCallback(HttpServletRequest request) throws Exception {
|
||||||
|
return QuickRechargeController.process(request,callbackkey,md5key);
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue