Kaynağa Gözat

会员升级

Kirin 1 yıl önce
ebeveyn
işleme
91c7cffbed
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      app/controller/supplier/AuthController.php

+ 1 - 0
app/controller/supplier/AuthController.php

@@ -51,6 +51,7 @@ class AuthController extends BaseController
         $this->supplierId = $this->request->hasMacro('supplierId') ? $this->request->supplierId() : 0;
         $this->supplierInfo = $this->request->hasMacro('supplierInfo') ? $this->request->supplierInfo() : [];
         $this->auth = $this->supplierInfo['rule'] ?? [];
+        var_dump($this->supplierInfo);
         if ($this->supplierId && !$this->supplierInfo['status'] || !$this->supplierInfo['is_show']) {
             throw new AdminException('您已被禁止登录!');
         }