sqw123
2025-12-07 19a056d2ed101d362383202fcc603e2500e38db4
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()),