소스 검색

暂时注释发布动态VIP限制

xiaogang 3 년 전
부모
커밋
63bf285040
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Services/DynamicService.php

+ 1 - 1
app/Services/DynamicService.php

xqd
@@ -71,7 +71,7 @@ class DynamicService
         $user = auth('api')->user();
         //判断会员特权和普通用户
         if($user->is_vip==0){
-            throw new VipException("开通VIP即可发布动态");
+           // throw new VipException("开通VIP即可发布动态");
         }else{
             $limit = UserVipLimit::query()->where('user_id',$user->id)->first();
             if($limit->dynamic>=get_vip_config("dynamic")){