andre 7 月之前
父节点
当前提交
b489abe70d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      siteBuilder.php

+ 1 - 0
siteBuilder.php

@@ -599,6 +599,7 @@ function siteBuilder_editSite($params) {
 			'resellerClientAccountId' => $params['serviceid'],	// (required) ID of website/user in your system
 			'resellerClientAccountId' => $params['serviceid'],	// (required) ID of website/user in your system
 			'username' => $params['serverusername'],	// (optional) authorization username to be used with API endpoint
 			'username' => $params['serverusername'],	// (optional) authorization username to be used with API endpoint
 			'password' => 'your-secure-password', // (optional) authorization password to be used with API endpoint
 			'password' => 'your-secure-password', // (optional) authorization password to be used with API endpoint
+			'hostingPlan' => 'Free',
 		));
 		));
 		if (!$res || !is_object($res)) {
 		if (!$res || !is_object($res)) {
 			logModuleCall(
 			logModuleCall(