update
This commit is contained in:
parent
7632831762
commit
34d9e79764
|
@ -11,7 +11,9 @@ import "google/protobuf/any.proto";
|
||||||
|
|
||||||
//定义服务
|
//定义服务
|
||||||
service notify {
|
service notify {
|
||||||
rpc Email(basic.Request) returns (basic.Response) {
|
|
||||||
|
// 邮件注册确认
|
||||||
|
rpc EmailRegisterConfirm(basic.Request) returns (basic.Response) {
|
||||||
option (google.api.http) = {
|
option (google.api.http) = {
|
||||||
post: "/api/notify/email"
|
post: "/api/notify/email"
|
||||||
body: "*"
|
body: "*"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user