@@ -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;