add reply in recall and +5 sec in recall and fix utc time in recall
This commit is contained in:
@@ -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, ...) {
|
||||
// 写入时间
|
||||
|
||||
Reference in New Issue
Block a user