xiaoyong931011
2022-10-29 1ff3f45074f93f1d9da02c6ddfe31685b92057c3
src/main/java/cc/mrbird/febs/dapp/controller/ApiCommonController.java
@@ -87,4 +87,10 @@
    public FebsResponse touristLogin(@RequestBody TouristLoginDto touristLoginDto) {
        return dappMemberService.touristLogin(touristLoginDto);
    }
    @ApiOperation(value = "IGT获取版本信息")
    @GetMapping(value = "/appVersion")
    public FebsResponse appVersion() {
        return new FebsResponse().success().data(dappMemberService.findAppVersion());
    }
}