修改解析

master
jiahuiwen 2021-10-27 15:52:42 +08:00
parent 14c95c8a48
commit 041636e563
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ 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().getParameterMap2(request);
HashMap<String, String> parameterMap = JsonUtil.getInstence().getParameterMapYX(request);
if (parameterMap.isEmpty()) {
LOGGER.info("data is null");
return "failure";