nickchange
2023-12-14 5a107c0386a1edb756f33e573133f01d29e4dbcd
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) {