Prechádzať zdrojové kódy

feat : 修改类型转换

bilingfeng 9 mesiacov pred
rodič
commit
79a70dd88a

+ 1 - 1
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/SDKApplication.java

@@ -23,7 +23,7 @@ public class SDKApplication {
 
 
     public static void main(String[] args) {
     public static void main(String[] args) {
         SpringApplication.run(SDKApplication.class, args);
         SpringApplication.run(SDKApplication.class, args);
-        System.out.println("赞象SDK服务启动成功 <修改类型转换> ( ´・・)ノ(._.`) \n" +
+        System.out.println("赞象SDK服务启动成功 <修改类型转换01> ( ´・・)ノ(._.`) \n" +
                 " ___________ _   __\n" +
                 " ___________ _   __\n" +
                 "/  ___|  _  \\ | / /\n" +
                 "/  ___|  _  \\ | / /\n" +
                 "\\ `--.| | | | |/ / \n" +
                 "\\ `--.| | | | |/ / \n" +

+ 0 - 5
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/service/impl/CallBackServiceImpl.java

@@ -89,11 +89,6 @@ public class CallBackServiceImpl implements ICallBackService {
         //判断游戏状态, 对接上包过程中, 全量回传
         //判断游戏状态, 对接上包过程中, 全量回传
         if (Objects.equals(game.getStatus(), 2)) {
         if (Objects.equals(game.getStatus(), 2)) {
             resultMap.put("callBack", Boolean.TRUE);
             resultMap.put("callBack", Boolean.TRUE);
-            List<Long> amountList = new ArrayList<>();
-            amountList.add(10L);
-            amountList.add(20L);
-            amountList.add(30L);
-            resultMap.put("amount", amountList);
             if (Objects.equals(callBackTypeEnum, CallBackTypeEnum.CALL_BACK_PAY_ORDER)) {
             if (Objects.equals(callBackTypeEnum, CallBackTypeEnum.CALL_BACK_PAY_ORDER)) {
                 PlatformOrderDTO platformOrderDTO = orderService.getByOrderId(param.getOrderId());
                 PlatformOrderDTO platformOrderDTO = orderService.getByOrderId(param.getOrderId());
                 if (platformOrderDTO != null) {
                 if (platformOrderDTO != null) {