node-red-contrib-dnspod
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -69,6 +69,7 @@ module.exports = function (RED) { | ||
var json = response.data | ||
if (1 !== json['status'['code']]) { | ||
if (1 !== json['status']['code']) { | ||
node.log("信息添加有误,清查 msg.all") | ||
payload['status'] = -3 | ||
payload["message"] = `信息添加有误,清查 msg.all` | ||
payload.all = json | ||
msg.payload = payload | ||
@@ -75,0 +76,0 @@ return |
{ | ||
"name": "node-red-contrib-dnspod", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"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
9342
122