fix
This commit is contained in:
parent
2039414e2a
commit
baba117865
|
@ -97,7 +97,7 @@ func (l *RenderNotifyLogic) RenderNotify(req *types.RenderNotifyReq, userinfo *a
|
|||
//转换unity真实处理时间
|
||||
duration, err := time.Parse("15:04:05.9999999", req.CostTime)
|
||||
if err != nil {
|
||||
fmt.Println("解析时间错误:", err)
|
||||
logx.Error("解析时间错误:", err)
|
||||
return resp.SetStatusWithMessage(basic.CodeFileUploadErr, "转换unity时间错误")
|
||||
}
|
||||
// 将时间对象转换为毫秒数
|
||||
|
|
Loading…
Reference in New Issue
Block a user