Commit dfec2d76 authored by ziyue's avatar ziyue
Browse files

修复close_stream接口无回复问题

No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -736,6 +736,7 @@ void installWebApi() {
val["result"] = flag ? 0 : -1;
val["msg"] = flag ? "success" : "close failed";
val["code"] = flag ? API::Success : API::OtherFailed;
invoker(200, headerOut, val.toStyledString());
});
});
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment