更新 tpl/logic.go

This commit is contained in:
yanweidong 2025-04-17 16:35:07 +08:00
parent dd8913297e
commit 689afaff97
1 changed files with 2 additions and 2 deletions

View File

@ -45,8 +45,8 @@ var FetchValidCode = `
var StatusReplyCode = ` var StatusReplyCode = `
return &pb.StatusReply{ return &pb.StatusReply{
Status: 200, Status: 0,
Message: "ok", Message: "OK",
Timeseq: time.Now().UnixNano(), Timeseq: time.Now().UnixNano(),
}, nil }, nil
` `