mitao
2025-05-20 179c4d64313c9b7572778da4aaaf6c6584fe457d
springcloud_k8s_panzhihuazhihuishequ/applets/src/main/java/com/panzhihua/applets/api/LoginApi.java
@@ -284,6 +284,13 @@
        return tokenService.refreshToken(refreshToken);
    }
    @ApiOperation(value = "刷新token", response = LoginReturnVO.class)
    @PostMapping("getNewToken")
    public R getNewToken(@RequestBody LoginUserInfoVO loginUserInfoVO)
    {
        return tokenService.getNewToken(loginUserInfoVO);
    }
    @ApiOperation(value = "查询社区")
    @PostMapping("listcommunity")
    public R listCommunity(@RequestBody ComActVO comActVO) {