海贼0.1折支付

master
grimm 2024-06-12 18:32:44 +08:00
parent 5cb9fb5e3e
commit 5ffa447b2a
1 changed files with 17 additions and 0 deletions

View File

@ -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);
}
}