From 748e0daffcafe5e1eab3cd7d1ebb9a20e9a3249b Mon Sep 17 00:00:00 2001 From: "laodaming@fusen.cn" Date: Mon, 4 Dec 2023 15:10:18 +0800 Subject: [PATCH] update --- service/fsservice.proto | 10 ---------- 1 file changed, 10 deletions(-) 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 { // 用户信息