mirror of
https://github.com/SocialSisterYi/bilibili-API-collect.git
synced 2024-12-26 12:30:07 +08:00
fix(grpc_api): GetUserReq && GetUserReply
This commit is contained in:
parent
af6c52473c
commit
4645c1ef9a
@ -886,15 +886,21 @@ message GetArcsPlayerReq {
|
|||||||
//
|
//
|
||||||
message GetUserReq {
|
message GetUserReq {
|
||||||
//
|
//
|
||||||
int64 aid = 1;
|
repeated int64 mids = 1;
|
||||||
//
|
//
|
||||||
int64 up_mid = 1;
|
int64 aid = 2;
|
||||||
|
//
|
||||||
|
int64 up_mid = 3;
|
||||||
|
//
|
||||||
|
bool only_fans = 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
message GetUserReply {
|
message GetUserReply {
|
||||||
//
|
//
|
||||||
User like_list = 1;
|
repeated User like_list = 1;
|
||||||
|
//
|
||||||
|
string title = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user