Skip to content

Commit

Permalink
test: share done
Browse files Browse the repository at this point in the history
  • Loading branch information
universero committed Aug 8, 2024
1 parent 6f93ba6 commit f0f68ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meowcloud/action/share.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

// 获取分享数请求
Expand Down

0 comments on commit f0f68ec

Please sign in to comment.