dever 3 년 전
부모
커밋
32124e4b21
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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'];