派生自 development/c++

pansen
2019-04-02 a2673edc68a502f9a88ddf8e42f4aded9a8d94ef
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));
        }