Merge branch 'develop' of gitee.com:fusenpack/fusenapi into develop
This commit is contained in:
commit
38800470f2
@ -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…
x
Reference in New Issue
Block a user