QiaoJiaSystem/DataManagerServer/http_configserver.cpp
@@ -1534,10 +1534,12 @@ } if (ret) { //todo //todo VideoToImageMulth { std::string topic = "cut_dura_edit"; std::string msg = content; std::string topic = "VideoToImageMulth"; Json::Value json_cfg; json_cfg["cut_dura_edit"] = content; std::string msg = json_cfg.toStyledString(); DBG("msg:" << msg); nsqMsgProducer->Publish(topic, (void *) (&msg)); }