node-red-contrib-dnspod
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -108,3 +108,3 @@ module.exports = function (RED) { | ||
payload["message"] = `ip修改成功` | ||
msg['all'] = response | ||
msg['all'] = response.data | ||
msg.payload = payload | ||
@@ -111,0 +111,0 @@ } |
{ | ||
"name": "node-red-contrib-dnspod", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"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
9087