diff --git a/service/fsservice.proto b/service/fsservice.proto index 3fbbab3..d6546a4 100644 --- a/service/fsservice.proto +++ b/service/fsservice.proto @@ -9,16 +9,6 @@ import "service/basic.proto"; import "google/protobuf/struct.proto"; import "google/protobuf/any.proto"; -//定义服务 -service notify { - rpc Hello(basic.Request) returns (basic.Response) { - option (google.api.http) = { - post: "/api/notify/hello" - body: "*" - }; - } -} - //定义服务 service info { // 用户信息