Skip to content

Commit

Permalink
Fix/新增文件审核api (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
Love-YeLin authored Apr 5, 2024
1 parent cc5de8d commit 9110fee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudmind/core_api/content.proto
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ message UpdateFileResp{

message CheckFileReq{
string fileId = 1;
int64 auditStatus = 2;
}

message CheckFileResp{
repeated Keywords keywords = 1;
}

message MoveFileReq{
Expand Down

0 comments on commit 9110fee

Please sign in to comment.