refactor: 修改 getMyBL 函数中的结果处理逻辑,使用 LastDiffToString 方法替代 ToString 方法以提升数据处理的准确性

This commit is contained in:
lixiangwuxian
2025-05-10 13:48:29 +08:00
parent a304841f15
commit aa9994de17
2 changed files with 1 additions and 23 deletions

View File

@@ -192,7 +192,7 @@ func getMyBL(msg model.Message) (reply *model.Reply) {
if lastData != nil {
resultStr = data.LastDiffToString(*lastData)
} else {
resultStr = data.ToString()
resultStr = data.LastDiffToString(*data)
}
return &model.Reply{