Przeglądaj źródła

fix : 接口修改

bilingfeng 1 rok temu
rodzic
commit
91b11a2141

+ 2 - 0
game-module/game-module-sdk/src/main/java/com/zanxiang/game/module/sdk/controller/RemitController.java

@@ -1,5 +1,6 @@
 package com.zanxiang.game.module.sdk.controller;
 
+import com.zanxiang.game.module.sdk.annotation.UnSignCheck;
 import com.zanxiang.game.module.sdk.pojo.param.GameRemitLogParam;
 import com.zanxiang.game.module.sdk.service.IGameRemitLogService;
 import com.zanxiang.module.util.pojo.ResultVO;
@@ -27,6 +28,7 @@ public class RemitController {
     @Autowired
     private IGameRemitLogService gameRemitLogService;
 
+    @UnSignCheck
     @ApiOperation(value = "游戏提现记录日志推送")
     @PostMapping("/log/push")
     @ApiResponses(value = {@ApiResponse(code = 200, message = "成功", response = Boolean.class)})