无关风月
昨天 df4733091b30b0434a04dacd0e844663114d4cfe
cloud-server-other/src/main/java/com/dsh/other/controller/GameController.java
@@ -271,6 +271,7 @@
                ResultUtil alipay = payMoneyUtil.alipay(smid1,"游戏支付", "游戏支付", params, code, config.getCash().toString(),
                        "/base/game/aliPaymentGameCallback");
                if (alipay.getCode() == 200) {
                    String finalSmid = smid1;
                    new Thread(new Runnable() {
                        @Override
                        public void run() {
@@ -314,7 +315,8 @@
                                            }
                                            gameRecordService.updateBatchById(list);
                                            Integer integer = startGame(uid, gameType, gameId, spaceId, sutuId);
                                            Thread.sleep(30000);
                                            payMoneyUtil.confirm(finalSmid, code, one.getOrderNo(), config.getCash().toString());
                                            break;
                                        }
                                        if ("WAIT_BUYER_PAY".equals(s)) {