|
@@ -47,7 +47,7 @@ public class InitController {
|
|
|
@ApiResponses(value = {@ApiResponse(code = 200, message = "成功", response = Boolean.class)})
|
|
|
public ResultVO<Integer> getShellSwitch(@RequestParam String appId, @RequestParam String version,
|
|
|
HttpServletRequest request) {
|
|
|
- Integer shellSwitch = gameAppletShellService.getShellSwitch(appId, version);
|
|
|
+ Integer shellSwitch = gameAppletShellService.getShellSwitch(appId, version, request);
|
|
|
log.error("客保控制开关返回值, shellSwitch : {}", shellSwitch);
|
|
|
return ResultVO.ok(shellSwitch);
|
|
|
}
|