add reply in recall and +5 sec in recall and fix utc time in recall

This commit is contained in:
lnk
2025-08-25 11:25:03 +08:00
parent e2ee8546c7
commit 320cf6d9ba
5 changed files with 113 additions and 5 deletions

View File

@@ -535,6 +535,10 @@ extern "C" {
send_reply_to_kafka(std::string(guid), std::string(step), std::string(result));
}
void send_reply_to_kafka_recall_c(const char* guid, const char* step, const char* result,const char* lineIndex,const char* recallStartDate,const char* recallEndDate) {
send_reply_to_kafka_recall(std::string(guid), std::string(step), std::string(result),std::string(lineIndex), std::string(recallStartDate), std::string(recallEndDate));
}
//标准化日志接口
void format_log_msg(char* buf, size_t buf_size, const char* fmt, ...) {
// 写入时间