mirror of
https://github.com/netcccyun/dnsmgr.git
synced 2026-07-14 03:26:56 +08:00
增加宝塔域名解析管理,修复spaceship解析
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user