|
@@ -43,6 +43,7 @@ public:
|
|
|
{
|
|
|
sleep_ms = std::stoi(config.get("service.interval_send_json_alarm","10000"));
|
|
|
|
|
|
+ MsgFuncList.insert( std::make_pair( JSON_CMD_VALUE_META_DATA_CHANGED, &module_web::accept ) );
|
|
|
MsgFuncList.insert( std::make_pair( JSON_CMD_VALUE_REQUEST_ALL_DATA, &module_web::accept ) );
|
|
|
MsgFuncList.insert( std::make_pair( JSON_CMD_VALUE_DEAL_HELP, &module_web::accept ) );
|
|
|
MsgFuncList.insert( std::make_pair( JSON_CMD_VALUE_CALL_CARD_REQUEST, &module_web::accept ) );
|