增加宝塔域名解析管理,修复spaceship解析

This commit is contained in:
net909
2026-01-13 15:54:23 +08:00
parent 36a731d672
commit b400a62ef9
6 changed files with 417 additions and 191 deletions
+1 -1
View File
@@ -162,7 +162,7 @@ class ctyun implements DeployInterface
}
}
try {
$client->request('POST', '/ctapi/v1/accessone/domain/modify_config', null, $result);
$client->request('POST', '/ctapi/v1/scdn/domain/modify_config', null, $result);
} catch (Exception $e) {
if (strpos($e->getMessage(), '请求已提交,请勿重复操作!') === false) {
throw new Exception($e->getMessage());