update
This commit is contained in:
parent
624b492db1
commit
748e0daffc
|
@ -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 {
|
||||
// 用户信息
|
||||
|
|
Loading…
Reference in New Issue
Block a user