From 9c3ac59467c962de6c6628eff9af28ce74c7b38d Mon Sep 17 00:00:00 2001 From: yanweidong Date: Thu, 17 Apr 2025 22:02:56 +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 61a1386..a6c35e0 100644 --- a/tpl/logic.go +++ b/tpl/logic.go @@ -45,7 +45,7 @@ var FetchValidCode = ` var StatusReplyCode = ` return &pb.StatusReply{ - Status: 0, + Code: 0, Message: "OK", Timeseq: time.Now().UnixNano(), }, nil