update
This commit is contained in:
parent
2695460f82
commit
a6f87e75b8
|
@ -13,7 +13,7 @@ import "google/protobuf/any.proto";
|
|||
service resource {
|
||||
|
||||
// 获取资源详情
|
||||
rpc GetResourceInfo(GetResourceInfoReq) returns (basic.Response) {
|
||||
rpc GetResourceInfo(GetResourceInfoReq) returns (GetResourceInfoRes) {
|
||||
option (google.api.http) = {
|
||||
get: "/api/resource/info"
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user