|
@@ -25,7 +25,7 @@ public class RepalVipController {
|
|
|
private RepalVipService repalVipService;
|
|
|
|
|
|
@ApiOperation("查询当前账号所属组织的套餐信息")
|
|
|
- @GetMapping
|
|
|
+ @GetMapping("/info")
|
|
|
public BeanResponse<RepalVipVO> queryRepalVip(){
|
|
|
return BeanResponse.success(CodeMsg.SUCCESS,repalVipService.queryRepalVip());
|
|
|
}
|