admin/app/api/controller/plus/vip/Order.php
@@ -33,7 +33,6 @@ if (!$this->vipUser) { return $this->renderError('您还不是VIP用户'); } $model = new VipOrderModel; return $this->renderSuccess('', [ 'list' => $model->getList($this->vipUser['user_id'], (int)$type, $this->postData()),