Skip to content

Commit

Permalink
Generated SDK for ATO.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdk-team committed Feb 28, 2025
1 parent 4e427c1 commit 39662d9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ato/csharp/core/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ public Dictionary<string, object> DoRequest(string version, string action, strin
{"req_msg_id", AntChain.AlipayUtil.AntchainUtils.GetNonce()},
{"access_key", _accessKeyId},
{"base_sdk_version", "TeaSDK-2.0"},
{"sdk_version", "1.14.1"},
{"sdk_version", "1.14.2"},
{"_prod_code", "ATO"},
{"_prod_channel", "undefined"},
};
Expand Down Expand Up @@ -263,7 +263,7 @@ public async Task<Dictionary<string, object>> DoRequestAsync(string version, str
{"req_msg_id", AntChain.AlipayUtil.AntchainUtils.GetNonce()},
{"access_key", _accessKeyId},
{"base_sdk_version", "TeaSDK-2.0"},
{"sdk_version", "1.14.1"},
{"sdk_version", "1.14.2"},
{"_prod_code", "ATO"},
{"_prod_channel", "undefined"},
};
Expand Down
5 changes: 5 additions & 0 deletions ato/csharp/core/Models/AuthFundCreditgrantingResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ public class AuthFundCreditgrantingResponse : TeaModel {
[Validation(Required=false)]
public string ResultMsg { get; set; }

// 商家授权链接
[NameInMap("merchant_auth_url")]
[Validation(Required=false)]
public string MerchantAuthUrl { get; set; }

}

}
2 changes: 1 addition & 1 deletion ato/csharp/core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("c3273720-f5a9-11ef-8c73-53861522225e")]
[assembly: Guid("2dcf70f0-f5b5-11ef-ac76-13faaed6991c")]

// Version information for an assembly consists of the following four values:
//
Expand Down
2 changes: 1 addition & 1 deletion ato/csharp/core/ato.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyName>AntChain.SDK.ATO</AssemblyName>
<Version>1.14.1</Version>
<Version>1.14.2</Version>
<LangVersion>5</LangVersion>
<Authors>Ant Chain, Inc</Authors>
<Description>Ant Chain ATO SDK Library for .NET</Description>
Expand Down

0 comments on commit 39662d9

Please sign in to comment.