Skip to content

Commit

Permalink
feat: 支持多url检查
Browse files Browse the repository at this point in the history
  • Loading branch information
fuqihao.foliet committed Jul 27, 2023
1 parent cf75f6a commit ab7e45e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions meowchat/moment/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ package meowchat.moment;

option go_package = "meowchat/moment";

import "basic/pagination.proto";

message Moment {
string id = 1;
int64 createAt = 2;
Expand Down
2 changes: 1 addition & 1 deletion platform/sts/sts.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ message TextCheckResp {
}

message PhotoCheckReq {
string url = 1;
repeated string url = 1;
basic.UserMeta user = 2;
}

Expand Down

0 comments on commit ab7e45e

Please sign in to comment.