更新 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 = `
return &pb.StatusReply{
Status: 200,
Message: "ok",
Status: 0,
Message: "OK",
Timeseq: time.Now().UnixNano(),
}, nil
`