From 87734c972f75ecdb956590d5b4a4d3ea33c3b0df Mon Sep 17 00:00:00 2001 From: yanweidong Date: Fri, 18 Apr 2025 12:14:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tpl/logic.go?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tpl/logic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpl/logic.go b/tpl/logic.go index a6c35e0..b054f49 100644 --- a/tpl/logic.go +++ b/tpl/logic.go @@ -47,6 +47,6 @@ var StatusReplyCode = ` return &pb.StatusReply{ Code: 0, Message: "OK", - Timeseq: time.Now().UnixNano(), + Timeseq: time.Now().UnixMilli(), }, nil `