generated from root/miduo_server
疯体ios支付修改
parent
e41251e415
commit
58a8575a56
|
@ -9,6 +9,7 @@ import net.sf.json.JSON;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
||||||
|
import org.springframework.web.bind.annotation.RequestMethod;
|
||||||
import org.springframework.web.bind.annotation.RestController;
|
import org.springframework.web.bind.annotation.RestController;
|
||||||
|
|
||||||
import javax.annotation.Resource;
|
import javax.annotation.Resource;
|
||||||
|
@ -24,11 +25,9 @@ import java.util.*;
|
||||||
*/
|
*/
|
||||||
@RestController
|
@RestController
|
||||||
public class OhayooGetExternalController {
|
public class OhayooGetExternalController {
|
||||||
@Resource
|
|
||||||
private PayLogic payLogic;
|
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(OhayooGetExternalController.class);
|
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 {
|
public String ohayooGetExternal(HttpServletRequest request) throws Exception {
|
||||||
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);
|
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue