From 689afaff9745a70c843f1e9fc33c7de7abc09951 Mon Sep 17 00:00:00 2001
From: yanweidong <david.yan@qq.com>
Date: Thu, 17 Apr 2025 16:35:07 +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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tpl/logic.go b/tpl/logic.go
index cf45af5..61a1386 100644
--- a/tpl/logic.go
+++ b/tpl/logic.go
@@ -45,8 +45,8 @@ var FetchValidCode = `
 
 var StatusReplyCode = `
 	return &pb.StatusReply{
-		Status:  200,
-		Message: "ok",
+		Status:  0,
+		Message: "OK",
 		Timeseq: time.Now().UnixNano(),
 	}, nil
 `