mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-03-09 15:07:22 +08:00
fix: 修复1panel面板ssl搜索接口参数报错 (#406)
This commit is contained in:
parent
0813f2cdca
commit
879e667d9a
@ -144,7 +144,7 @@ class opanel implements DeployInterface
|
||||
$domains = $config['domainList'];
|
||||
if (empty($domains)) throw new Exception('没有设置要部署的域名');
|
||||
|
||||
$params = ['page' => 1, 'pageSize' => 500];
|
||||
$params = ['page' => 1, 'pageSize' => 500, 'orderBy' => 'expire_date', 'order' => 'null'];
|
||||
try {
|
||||
$data = $this->request("/websites/ssl/search", $params, $nodeName);
|
||||
$logMsg = $nodeName ? "节点 [{$nodeName}] " : "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user