generated from root/miduo_server
修改解析
parent
e129b5d745
commit
14c95c8a48
|
|
@ -113,7 +113,8 @@ public class HaoGameRechargeController {
|
||||||
@RequestMapping(value = "/haoGameCallback")
|
@RequestMapping(value = "/haoGameCallback")
|
||||||
public String haoGameCallback(HttpServletRequest request) throws Exception {
|
public String haoGameCallback(HttpServletRequest request) throws Exception {
|
||||||
LOGGER.info("haoGameCallback 收到好游戏支付回调");
|
LOGGER.info("haoGameCallback 收到好游戏支付回调");
|
||||||
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMapYX(request);
|
// HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMapYX(request);
|
||||||
|
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMap2(request);
|
||||||
if (parameterMap.isEmpty()) {
|
if (parameterMap.isEmpty()) {
|
||||||
LOGGER.info("data is null");
|
LOGGER.info("data is null");
|
||||||
return "failure";
|
return "failure";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue