This commit is contained in:
zhaoxiaorong 2025-02-11 11:06:35 +08:00
parent e89e1a372a
commit d8e54f4909
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"google.golang.org/grpc/status"
)
var Response *Reply
var Response Reply
type Reply struct {
Code int `json:"code"`