This commit is contained in:
laodaming@fusen.cn 2023-12-04 15:10:18 +08:00
parent 624b492db1
commit 748e0daffc

View File

@ -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 {
//