Compare commits
No commits in common. "main" and "v0.0.6" have entirely different histories.
|
@ -47,6 +47,6 @@ var StatusReplyCode = `
|
|||
return &pb.StatusReply{
|
||||
Code: 0,
|
||||
Message: "OK",
|
||||
Timeseq: time.Now().UnixMilli(),
|
||||
Timeseq: time.Now().UnixNano(),
|
||||
}, nil
|
||||
`
|
||||
|
|
Loading…
Reference in New Issue