alipay-sdk
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -48,6 +48,7 @@ 'use strict'; | ||
return new Promise((resolve, reject) => { | ||
config.urllib.request(config.getway, { | ||
config.urllib.request(config.getway + '?charset=UTF-8', { | ||
data: params, | ||
dataType: 'json', | ||
timeout: config.timeout, | ||
method: 'POST', | ||
}) | ||
@@ -54,0 +55,0 @@ .then(ret => { |
{ | ||
"name": "alipay-sdk", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4718
108