error(lang('common_unauthorized_access')); } // 获取地区 $params = [ 'where' => [ 'pid' => intval(input('pid', 0)), ], ]; $data = ResourcesService::RegionNode($params); return json(DataReturn(lang('common_operation_success'), 0, $data)); } } ?>