From f0f68ec72f25c1c4026c462f6ea171c63eeef784 Mon Sep 17 00:00:00 2001 From: univero <1449610641@qq.com> Date: Thu, 8 Aug 2024 23:30:48 +0800 Subject: [PATCH] test: share done --- meowcloud/action/share.proto | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meowcloud/action/share.proto b/meowcloud/action/share.proto index 9f96b74..61aa619 100644 --- a/meowcloud/action/share.proto +++ b/meowcloud/action/share.proto @@ -18,11 +18,12 @@ import "meowcloud/action/common.proto"; message DoShareReq { string targetId = 1; // 分享目标id TargetType targetType = 2; // 分享类型(0相片,1相册,2评论) - basic.UserMeta user = 3; // 用户信息 + basic.UserMeta user = 254; // 用户信息 } // 分享响应 message DoShareResp { + bool done = 1; } // 获取分享数请求