Skip to content

Commit

Permalink
增加国际一口价相关接口.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Aug 30, 2024
1 parent fabe3a9 commit aadd9da
Show file tree
Hide file tree
Showing 225 changed files with 6,882 additions and 385 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
2024-08-30 Version: 3.14.10
- 增加国际一口价相关接口.
- GetIntlFixPriceDomainListUrl.
- CheckIntlFixPriceDomainStatus.
- CreateIntlFixedPriceDomainOrder.
- QueryIntlFixedPriceOrderList.

2024-08-28 Version: 3.7.19
- Generated 2015-12-01 for `Dds`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class AcknowledgeTaskResultRequest : RpcAcsRequest<AcknowledgeTaskResultResponse>
{
public AcknowledgeTaskResultRequest()
: base("Domain", "2018-01-29", "AcknowledgeTaskResult")
: base("Domain", "2018-01-29", "AcknowledgeTaskResult", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class BatchFuzzyMatchDomainSensitiveWordRequest : RpcAcsRequest<BatchFuzzyMatchDomainSensitiveWordResponse>
{
public BatchFuzzyMatchDomainSensitiveWordRequest()
: base("Domain", "2018-01-29", "BatchFuzzyMatchDomainSensitiveWord")
: base("Domain", "2018-01-29", "BatchFuzzyMatchDomainSensitiveWord", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class CancelDomainVerificationRequest : RpcAcsRequest<CancelDomainVerificationResponse>
{
public CancelDomainVerificationRequest()
: base("Domain", "2018-01-29", "CancelDomainVerification")
: base("Domain", "2018-01-29", "CancelDomainVerification", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class CancelOperationAuditRequest : RpcAcsRequest<CancelOperationAuditResponse>
{
public CancelOperationAuditRequest()
: base("Domain", "2018-01-29", "CancelOperationAudit")
: base("Domain", "2018-01-29", "CancelOperationAudit", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class CancelQualificationVerificationRequest : RpcAcsRequest<CancelQualificationVerificationResponse>
{
public CancelQualificationVerificationRequest()
: base("Domain", "2018-01-29", "CancelQualificationVerification")
: base("Domain", "2018-01-29", "CancelQualificationVerification", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class CancelTaskRequest : RpcAcsRequest<CancelTaskResponse>
{
public CancelTaskRequest()
: base("Domain", "2018-01-29", "CancelTask")
: base("Domain", "2018-01-29", "CancelTask", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
using System.Collections.Generic;

using Aliyun.Acs.Core;
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

namespace Aliyun.Acs.Domain.Model.V20180129
{
public class ChangeResourceGroupRequest : RpcAcsRequest<ChangeResourceGroupResponse>
{
public ChangeResourceGroupRequest()
: base("Domain", "2018-01-29", "ChangeResourceGroup", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Aliyun.Acs.Domain.Endpoint.endpointMap, null);
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Aliyun.Acs.Domain.Endpoint.endpointRegionalType, null);
}
Method = MethodType.POST;
}

private string resourceId;

private string resourceType;

private string newResourceGroupId;

private string userClientIp;

private string lang;

public string ResourceId
{
get
{
return resourceId;
}
set
{
resourceId = value;
DictionaryUtil.Add(QueryParameters, "ResourceId", value);
}
}

public string ResourceType
{
get
{
return resourceType;
}
set
{
resourceType = value;
DictionaryUtil.Add(QueryParameters, "ResourceType", value);
}
}

public string NewResourceGroupId
{
get
{
return newResourceGroupId;
}
set
{
newResourceGroupId = value;
DictionaryUtil.Add(QueryParameters, "NewResourceGroupId", value);
}
}

public string UserClientIp
{
get
{
return userClientIp;
}
set
{
userClientIp = value;
DictionaryUtil.Add(QueryParameters, "UserClientIp", value);
}
}

public string Lang
{
get
{
return lang;
}
set
{
lang = value;
DictionaryUtil.Add(QueryParameters, "Lang", value);
}
}

public override bool CheckShowJsonItemName()
{
return false;
}

public override ChangeResourceGroupResponse GetResponse(UnmarshallerContext unmarshallerContext)
{
return ChangeResourceGroupResponseUnmarshaller.Unmarshall(unmarshallerContext);
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
using System.Collections.Generic;
using Newtonsoft.Json;
using Aliyun.Acs.Core;

namespace Aliyun.Acs.Domain.Model.V20180129
{
public class ChangeResourceGroupResponse : AcsResponse
{

private string requestId;

private string result;

public string RequestId
{
get
{
return requestId;
}
set
{
requestId = value;
}
}

public string Result
{
get
{
return result;
}
set
{
result = value;
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using Aliyun.Acs.Core.Http;
using Aliyun.Acs.Core.Transform;
using Aliyun.Acs.Core.Utils;
using Aliyun.Acs.Domain;
using Aliyun.Acs.Domain.Transform;
using Aliyun.Acs.Domain.Transform.V20180129;

Expand All @@ -31,7 +30,7 @@ namespace Aliyun.Acs.Domain.Model.V20180129
public class CheckDomainRequest : RpcAcsRequest<CheckDomainResponse>
{
public CheckDomainRequest()
: base("Domain", "2018-01-29", "CheckDomain")
: base("Domain", "2018-01-29", "CheckDomain", "domain", "openAPI")
{
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ public class CheckDomainResponse : AcsResponse

private string reason;

private List<CheckDomain_PriceInfo> staticPriceInfo;

public string RequestId
{
get
Expand Down Expand Up @@ -122,5 +124,63 @@ public string Reason
reason = value;
}
}

public List<CheckDomain_PriceInfo> StaticPriceInfo
{
get
{
return staticPriceInfo;
}
set
{
staticPriceInfo = value;
}
}

public class CheckDomain_PriceInfo
{

private string action;

private double? money;

private long? period;

public string Action
{
get
{
return action;
}
set
{
action = value;
}
}

public double? Money
{
get
{
return money;
}
set
{
money = value;
}
}

public long? Period
{
get
{
return period;
}
set
{
period = value;
}
}
}
}
}
Loading

0 comments on commit aadd9da

Please sign in to comment.