dever 3 tahun lalu
induk
melakukan
32124e4b21
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      service/agent/src/My.php

+ 1 - 1
service/agent/src/My.php

@@ -90,7 +90,7 @@ class My extends Core
     # 账号与代理区域
     public function area()
     {
-        $this->data['user'] = $this->getInfo();
+        $this->data = $this->getInfo();
 
         $where['mid'] = $this->data['user']['id'];