From 6074bb8e44d0757165e51b7e74f5149893631d0a Mon Sep 17 00:00:00 2001 From: "huangsimin@fusen.cn" Date: Tue, 5 Dec 2023 13:05:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dresponse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- service/basic.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/basic.proto b/service/basic.proto index 28c99eb..5a944da 100644 --- a/service/basic.proto +++ b/service/basic.proto @@ -13,7 +13,7 @@ message Request { // golang使用一个map返回, 使用这个response message Response { - google.protobuf.Value data=1; + bytes data=1; }