瀏覽代碼

会员升级

Kirin 7 月之前
父節點
當前提交
91c7cffbed
共有 1 個文件被更改,包括 1 次插入0 次删除
  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('您已被禁止登录!');
         }