| 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")){
|