Compare commits

...

1 Commits

Author SHA1 Message Date
zhaoxiaorong
d8e54f4909 fix 2025-02-11 11:06:35 +08:00

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"`