This commit is contained in:
huangsimin@fusen.cn 2023-12-05 15:02:13 +08:00
parent 6074bb8e44
commit eea47ad72c

View File

@ -13,7 +13,7 @@ message Request {
// golang使用一个map返回, 使response
message Response {
bytes data=1;
google.protobuf.Value data=1;
}