From 4bed9e9eeaf3ed9441028d0ccde2f7af511c9eeb Mon Sep 17 00:00:00 2001 From: duhui Date: Fri, 27 Aug 2021 14:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E8=8D=90=E5=85=AC=E4=BC=9A=E5=88=86?= =?UTF-8?q?=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/Family.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/protos/Family.proto b/protos/Family.proto index aed38c5..50304e0 100644 --- a/protos/Family.proto +++ b/protos/Family.proto @@ -156,6 +156,9 @@ import "CommonProto.proto"; } + message FamilyRecommandRequest{ + optional int32 page = 1;//页数 + } message FamilyRecommandResponse{ repeated FamilyRecomandInfo familyRecomandInfo =1; }