alipay-meteor-easy
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -119,3 +119,2 @@ /** | ||
method:'POST', | ||
cert:fs.readFileSync(cacert_url), | ||
headers:{ | ||
@@ -127,2 +126,4 @@ 'Content-Type':'application/x-www-form-urlencoded', | ||
if(cacert_url){ options.cert = fs.readFileSync(cacert_url); } | ||
var req = https.request(options, function(res) { | ||
@@ -159,5 +160,6 @@ var responseText=''; | ||
method:'GET', | ||
cert:fs.readFileSync(cacert_url) | ||
}; | ||
if(cacert_url){ options.cert = fs.readFileSync(cacert_url); } | ||
var req = https.request(options, function(res) { | ||
@@ -164,0 +166,0 @@ var responseText=''; |
@@ -5,3 +5,3 @@ { | ||
"author": "dengdonglin", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
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
93909