44323
2023-12-14 e77521b69f44fbdee2160bb43566108b3527cea1
cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java
@@ -213,7 +213,7 @@
            } else if (type == 2) {
//                Integer gameId, Integer configId,Integer type,Integer sutuId,Integer spaceId;
                String params = uid + "_" + gameId + "_" + spaceId + "_" + sutuId;
                String params = uid + "_" + gameId + "_" + spaceId + "_" + sutuId+"_"+code+"_"+configId;
                ResultUtil alipay = payMoneyUtil.alipay("游戏支付", "游戏支付", params, code, config.getCash().toString(), "/base/site/gameCallback");
                if (alipay.getCode() == 200) {