修复response

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

View File

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