Migrate http -> https for nodered.org

This commit is contained in:
Rotzbua
2023-09-05 14:17:55 +02:00
parent ce0feb2f42
commit aea32cc279
17 changed files with 25 additions and 25 deletions

View File

@@ -20,7 +20,7 @@
<p>通常<code>msg</code><code>msg.payload</code></p>
<p>该函数一般会返回一个消息对象或多个消息对象但也可以为了停止流而什么都不返回</p>
<h3>详细</h3>
<p>请参见<a target="_blank" href="http://nodered.org/docs/writing-functions.html">在线文档</a></p>
<p>请参见<a target="_blank" href="https://nodered.org/docs/writing-functions.html">在线文档</a></p>
<h4>传送消息</h4>
<p>要将消息传递到流中的下一个节点请返回消息或调用<code>node.send(messages)</code></p>
<p>它将返回/send:</p>