Skip to content

Commit f15829e

Browse files
committedApr 23, 2021
Create 423 sdk.
1 parent 7925c2d commit f15829e

File tree

59 files changed

+2239
-350
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2239
-350
lines changed
 

‎CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021-04-23 Version: 1.1.423
2+
- Create 423 sdk.
3+
14
2021-04-22 Version: 4.24.1
25
- Support NetworkInterface TrafficMode.
36

‎aliyun-net-sdk-ivision/Ivision/Model/V20190308/CreateFaceGroupRequest.cs

+4-3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
using Aliyun.Acs.Core.Http;
2323
using Aliyun.Acs.Core.Transform;
2424
using Aliyun.Acs.Core.Utils;
25+
using Aliyun.Acs.ivision;
2526
using Aliyun.Acs.ivision.Transform;
2627
using Aliyun.Acs.ivision.Transform.V20190308;
2728

@@ -30,12 +31,12 @@ namespace Aliyun.Acs.ivision.Model.V20190308
3031
public class CreateFaceGroupRequest : RpcAcsRequest<CreateFaceGroupResponse>
3132
{
3233
public CreateFaceGroupRequest()
33-
: base("ivision", "2019-03-08", "CreateFaceGroup", "ivision", "openAPI")
34+
: base("ivision", "2019-03-08", "CreateFaceGroup")
3435
{
3536
if (this.GetType().GetProperty("ProductEndpointMap") != null && this.GetType().GetProperty("ProductEndpointType") != null)
3637
{
37-
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Endpoint.endpointMap, null);
38-
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Endpoint.endpointRegionalType, null);
38+
this.GetType().GetProperty("ProductEndpointMap").SetValue(this, Aliyun.Acs.ivision.Endpoint.endpointMap, null);
39+
this.GetType().GetProperty("ProductEndpointType").SetValue(this, Aliyun.Acs.ivision.Endpoint.endpointRegionalType, null);
3940
}
4041
}
4142

0 commit comments

Comments
 (0)