node-red-contrib-dnspod
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -108,6 +108,3 @@ module.exports = function (RED) { | ||
payload["message"] = `ip修改成功` | ||
msg['statusCode'] = response.status | ||
msg['headers'] = response.headers | ||
msg['all'] = response.data | ||
msg['request'] = response.request | ||
msg['all'] = response | ||
msg.payload = payload | ||
@@ -120,3 +117,3 @@ } | ||
payload["message"] = `ip修改发生错误` | ||
msg['error'] = error | ||
msg['all'] = error | ||
msg.payload = payload | ||
@@ -123,0 +120,0 @@ node.send(msg) |
{ | ||
"name": "node-red-contrib-dnspod", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "node red node for dnspod", | ||
@@ -5,0 +5,0 @@ "main": "test.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
9082
120