更新 tpl/logic.go
This commit is contained in:
@@ -47,6 +47,6 @@ var StatusReplyCode = `
|
|||||||
return &pb.StatusReply{
|
return &pb.StatusReply{
|
||||||
Code: 0,
|
Code: 0,
|
||||||
Message: "OK",
|
Message: "OK",
|
||||||
Timeseq: time.Now().UnixNano(),
|
Timeseq: time.Now().UnixMilli(),
|
||||||
}, nil
|
}, nil
|
||||||
`
|
`
|
||||||
|
|||||||
Reference in New Issue
Block a user