We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a737d commit 3f201faCopy full SHA for 3f201fa
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tencent-cloud-sdk",
3
"description": "Tencent Cloud SDK For Serverless Framework",
4
- "version": "0.0.3",
+ "version": "0.0.4",
5
"main": "./index.js",
6
"publishConfig": {
7
"access": "public"
src/client.js
@@ -29,6 +29,10 @@ class TencentCloudClient {
29
},
30
data
31
)
32
+ const token = this.credentials.token || this.credentials.Token
33
+ if (token) {
34
+ param.Token = token
35
+ }
36
if (this.credentials.token) {
37
param.token = this.credentials.token
38
}
0 commit comments