44323
2023-12-13 c03ee3f08abb3c7ffaed5b1f70ba1c9c4df15543
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) {