猕猴桃quick支付

master
mengchengzhen 2021-06-28 18:10:07 +08:00
parent a45f2e71f5
commit ab4426b3fa
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
package com.jmfy.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import javax.servlet.http.HttpServletRequest;
public class MHTQuickRechargeController extends MHTGnWebRechargeController {
@RequestMapping(value = "/Web/MHTQuickCallback")
public String MHTGnCallback(HttpServletRequest request) throws Exception {
return process(request,"26cef326701b61b7bce2e5867c253c06");
}
}