更新 tpl/logic.go

This commit is contained in:
yanweidong 2025-04-17 22:02:56 +08:00
parent 689afaff97
commit 9c3ac59467
1 changed files with 1 additions and 1 deletions

View File

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