Skip to content

Commit 0b424db

Browse files
author
guangling.zgl
committed
Update Change history and X-sdkVersion
1 parent d1266e0 commit 0b424db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ See [Digital signature](https://global.alipay.com/doc/ams/digital_signature) for
6868

6969
|Date|Version|Content|Backward compatible?|
7070
|---|---|---|---|
71+
|2020/11/13|1.1|Add Cashier Payment and Auto Debit support.|YES|
7172
|2020/10/10|1.0|v1 release|-|
7273

ams-dotnet/src/com/alipay/ams/api/request/AMSRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public Dictionary<string, string> BuildRequestHeader(string clientId, string age
3535

3636

3737
headers.Add("request-time", requestTime);
38-
headers.Add("X-sdkVersion", "ams-dotnet.20200929");
38+
headers.Add("X-sdkVersion", "ams-dotnet.20201113");
3939

4040
Dictionary<String, String> extraHeaders = GetExtraHeaders();
4141
if (extraHeaders != null)

0 commit comments

Comments
 (0)