xiaoyong931011
2022-04-27 648fd188316dd864689e9487715fc44525bedcd0
zq-erp/src/main/java/com/matrix/system/padApi/action/PadServiceAction.java
@@ -91,7 +91,7 @@
     * @return
     */
    @ApiOperation(value = "获取用户所有可用的项目和套餐", notes = "获取用户所有可用的项目和套餐")
    @GetMapping(value = "/getUserProjInfo/{id}")
    @GetMapping(value = "/getUserProjInfo/{vipId}")
    public AjaxResult getUserProjInfo(@PathVariable("vipId")Long vipId) {
        AjaxResult result = AjaxResult.buildSuccessInstance("查询成功");