疯体ios支付修改

master
duhui 2022-07-14 14:38:54 +08:00
parent e41251e415
commit 58a8575a56
1 changed files with 2 additions and 3 deletions

View File

@ -9,6 +9,7 @@ import net.sf.json.JSON;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RestController;
import javax.annotation.Resource;
@ -24,11 +25,9 @@ import java.util.*;
*/
@RestController
public class OhayooGetExternalController {
@Resource
private PayLogic payLogic;
private static final Logger LOGGER = LoggerFactory.getLogger(OhayooGetExternalController.class);
@RequestMapping(value = "/ohayooGetExternal")
@RequestMapping(value = "/ohayooGetExternal", method = {RequestMethod.POST, RequestMethod.GET})
public String ohayooGetExternal(HttpServletRequest request) throws Exception {
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);