当前位置:网站首页>Nodered has no return value after successfully inserting into the database (the request cannot be ended)

Nodered has no return value after successfully inserting into the database (the request cannot be ended)

2022-06-24 19:51:00 CSDN Q & A

Use node-red As a background server , use http-in and http-response Connect as an interface , Intermediate use function to write sql sentence . After completion, the database can be inserted normally , however http-response No status value is returned , I want to be successful and return to 200, What should I do ?

The whole process :

img

fun node :

img

http-response node ( I can't find any other settable ):

img

I use postman Test interface , Unable to end request

img

原网站

版权声明
本文为[CSDN Q & A]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202142226269698.html