Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

Commit

Permalink
fixed Teafile.baseClient
Browse files Browse the repository at this point in the history
  • Loading branch information
liaoyustudent authored and peze committed Dec 20, 2019
1 parent 88f094c commit 7b0e797
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ccppath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"csharp": {
"namespace": "Aliyun.SDK.CCP.CCPClient",
"baseClient": "Aliyun.SDK.CCP.BaseClient"
"baseClient": "Aliyun.SDK.CCP:BaseClient"
},
"go": {
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient"
Expand Down
2 changes: 1 addition & 1 deletion osspath-sdk/Teafile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"csharp": {
"namespace": "Aliyun.SDK.CCP.OSSClient",
"baseClient": "Aliyun.SDK.CCP.BaseClient"
"baseClient": "Aliyun.SDK.CCP:BaseClient"
},
"go": {
"baseClient": "github.com/aliyun/aliyun-ccp/baseclient"
Expand Down

0 comments on commit 7b0e797

Please sign in to comment.