This commit is contained in:
net909 2024-07-25 22:37:41 +08:00
parent ab074da839
commit 350a0bd306

View File

@ -269,8 +269,8 @@ class dnspod implements DnsInterface {
foreach($data['LineGroupList'] as $row){ foreach($data['LineGroupList'] as $row){
$line_list[] = ['Name' => $row['Name'], 'LineId' => $row['LineId']]; $line_list[] = ['Name' => $row['Name'], 'LineId' => $row['LineId']];
} }
return $line_list;
} }
return $line_list;
} }
return false; return false;
} }