2 Commits

Author SHA1 Message Date
9c3ac59467 更新 tpl/logic.go 2025-04-17 22:02:56 +08:00
689afaff97 更新 tpl/logic.go 2025-04-17 16:35:07 +08:00

View File

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