syntax = "proto3"; import "FriendBrief.proto"; message GetPlayerAskFriendListRsp { repeated FriendBrief ask_friend_list = 11; int32 retcode = 13; }