youzanyun-sdk-nodejs
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -85,3 +85,3 @@ /** | ||
// 网关Api调用 | ||
async callApi({ api, version, params, files, grant_id: kdtId }, _axiosConfig) { | ||
async callApi({ api, version, params, files, kdtId }, _axiosConfig) { | ||
let token; | ||
@@ -88,0 +88,0 @@ try { |
{ | ||
"name": "youzanyun-sdk-nodejs", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "有赞云 nodejs sdk", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -28,3 +28,3 @@ process.env.OPENSDK_CLIENTID = '434bff5f1b502f9668'; | ||
files: null, | ||
grant_id: 53548965, | ||
kdtId: 53548965, | ||
}, | ||
@@ -31,0 +31,0 @@ { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14627