|
@@ -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)})
|