From 147e970a1622d110eace33df18191a13ac87cbde Mon Sep 17 00:00:00 2001 From: lvxinran Date: Thu, 1 Aug 2019 20:52:43 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E6=A0=87=E5=BF=97=E5=8D=8F?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/MapInfoProto.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/MapInfoProto.proto b/protos/MapInfoProto.proto index 276755f..f3095d6 100644 --- a/protos/MapInfoProto.proto +++ b/protos/MapInfoProto.proto @@ -268,4 +268,7 @@ import "CommonProto.proto"; message SignEndlessCellRequest{ optional endlessSign sign = 1; } + message SignEndlessCellResponse{ + optional string error = 1; + }