repository/captureRepo.go
@@ -318,3 +318,14 @@ return } func (c CaptureRepository) PubRecordMessage(deviceId, msgId string) { var msg = vo.RecordMsg{ CamId: deviceId, MsgId: msgId, } body, _ := json.Marshal(&msg) util.HttpPost(config.ForwardConf.RecordServer, nil, body) }