mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-02-26 01:37:21 +08:00
fix
This commit is contained in:
parent
ab074da839
commit
350a0bd306
@ -269,8 +269,8 @@ class dnspod implements DnsInterface {
|
||||
foreach($data['LineGroupList'] as $row){
|
||||
$line_list[] = ['Name' => $row['Name'], 'LineId' => $row['LineId']];
|
||||
}
|
||||
return $line_list;
|
||||
}
|
||||
return $line_list;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user