循环塔记录耗时

This commit is contained in:
meixiongfeng 2024-02-18 11:59:15 +08:00
parent 6e45a0924d
commit 2de5010d8f

View File

@ -128,6 +128,9 @@ func (this *apiComp) ChallengeCycleOver(session comm.IUserSession, req *pb.Pagod
if err == nil {
db.Uinfo = comm.GetUserBaseInfo(user)
}
db.Data[conf.Floors] = &pb.CycleData{
Consttime: costTime,
}
db.Data[conf.Floors].Line = &pb.LineData{
Leadpos: Leadpos,
Line: szLine,