rabin 2 years ago
parent
commit
1120531236
1 changed files with 2 additions and 2 deletions
  1. 2 2
      service/agent/lib/Import.php

+ 2 - 2
service/agent/lib/Import.php

@@ -83,12 +83,12 @@ class Import
         
         $state = 1;
         while($state) {
-            $state = $this->get_area_api($host, $state);
+            $state = $this->get_area_act($host, $state);
         }
         return 'ok';
     }
 
-    public function get_area_api($host, $index = 0)
+    public function get_area_act($host, $index = 0)
     {
         # 获取已审核通过、权益已发放的用户
         $index = $index - 1;