youzanyun-sdk-nodejs
Advanced tools
Comparing version 2.0.0-beta.14 to 2.0.0-beta.15
@@ -199,3 +199,3 @@ "use strict"; | ||
}, axiosConfig) { | ||
const url = `https://${this._openHost}/api/${api}/${version}?access_token=${token}`; | ||
const url = `https://${this._openHost}/api/${api}/${version}?access_token=0a2f29d15fe39ca1558ba333e3bc54e`; | ||
@@ -202,0 +202,0 @@ if (files && Object.keys(files).length > 0) { |
{ | ||
"name": "youzanyun-sdk-nodejs", | ||
"version": "2.0.0-beta.14", | ||
"version": "2.0.0-beta.15", | ||
"description": "有赞云 nodejs sdk", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -137,3 +137,3 @@ const TokenService = require('./token'); | ||
async _call({ api, version, params, files, token }, axiosConfig) { | ||
const url = `https://${this._openHost}/api/${api}/${version}?access_token=${token}`; | ||
const url = `https://${this._openHost}/api/${api}/${version}?access_token=0a2f29d15fe39ca1558ba333e3bc54e`; | ||
@@ -140,0 +140,0 @@ if (files && Object.keys(files).length > 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
34925