|
|
@ -138,7 +138,6 @@ public class MembershipController extends BaseController {
|
|
|
|
|
|
|
|
|
|
|
|
@ApiOperation(value = "7.获取会员商品列表", notes = "仅限app用户调用")
|
|
|
|
@ApiOperation(value = "7.获取会员商品列表", notes = "仅限app用户调用")
|
|
|
|
@GetMapping("/sku/list")
|
|
|
|
@GetMapping("/sku/list")
|
|
|
|
@GlobalInterceptor(checkAppUserLogin = true)
|
|
|
|
|
|
|
|
public Result<List<VipSkuVO>> getVipSkuList() {
|
|
|
|
public Result<List<VipSkuVO>> getVipSkuList() {
|
|
|
|
return Result.success(memberShipService.getVipSkuList());
|
|
|
|
return Result.success(memberShipService.getVipSkuList());
|
|
|
|
}
|
|
|
|
}
|
|
|
|