修改解析

master
jiahuiwen 2021-10-27 14:19:27 +08:00
parent e129b5d745
commit 14c95c8a48
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ public class HaoGameRechargeController {
@RequestMapping(value = "/haoGameCallback")
public String haoGameCallback(HttpServletRequest request) throws Exception {
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()) {
LOGGER.info("data is null");
return "failure";