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