更新 tpl/logic.go

This commit is contained in:
yanweidong 2025-04-18 12:14:38 +08:00
parent 3b283780ab
commit 87734c972f
1 changed files with 1 additions and 1 deletions

View File

@ -47,6 +47,6 @@ var StatusReplyCode = `
return &pb.StatusReply{
Code: 0,
Message: "OK",
Timeseq: time.Now().UnixNano(),
Timeseq: time.Now().UnixMilli(),
}, nil
`