GET
/stub-api/v1_1/friend/get_read_say_hello_contact_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|page | |int
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|pages | |Models.Page
|true|
|list |列表信息|Models.ListFriend[]
|true|
GET
/stub-api/v1_1/friend/get_un_read_say_hello_contact_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|page | |int
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|pages | |Models.Page
|true|
|list |列表信息|Models.ListFriend[]
|true|
GET
/stub-api/v1_1/friend/get_friend_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|listFriends | |Models.ListFriend[]
|true|
GET
/stub-api/v1_1/friend/get_each_like_contacts
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|listFriend |列表信息|Models.ListFriend[]
|true|
GET
/stub-api/v1_1/friend/get_star_contact_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|listFriend | |Models.ListFriend[]
|true|
GET
/stub-api/v1_1/friend/get_contact_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|listFriend | |Models.ListFriend[]
|true|
GET
/stub-api/v1_1/friend/get_send_friend_apply_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|page | |int
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|pages | |Models.Page
|true|
|list | |Models.ListFriendApply[]
|true|
GET
/stub-api/v1_1/friend/get_receive_friend_apply_list
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|page | |int
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|pages | |Models.Page
|true|
|list | |Models.ListFriendApply[]
|true|
POST
/stub-api/v1_1/friend/get_all_friend_applies
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|page | |int
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|pages | |Models.Page
|true|
|list | |Models.ListFriendApply[]
|true|
POST
/stub-api/v1_1/friend/friend_apply_msg_overview
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|total | |int
|true|
|sendApplies | |int
|true|
|receiveApplies | |int
|true|
POST
/stub-api/v1_1/friend/un_star_contact
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/star_contact
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/delete_contact
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/un_blacklist_contact
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/blacklist_contact
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/change_contact_note
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
|note | |String
|true|
POST
/stub-api/v1_1/friend/refuse_friend_apply
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid |联系人|int
|true|
POST
/stub-api/v1_1/friend/agree_friend_apply
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid |联系人|int
|true|
POST
/stub-api/v1_1/friend/send_friend_apply
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid |被申请的用户|int
|true|
POST
/stub-api/v1_1/friend/refuse_pair_friend_apply
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/agree_pair_friend_apply
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/send_pair_friend_apply
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
POST
/stub-api/v1_1/friend/get_contact
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|contactUid | |int
|true|
|Key|Description|Type|Required|
|:-|:-|:-|:-|
|isUnHandlerFriendApply | |boolean
|true|
|friendLevel | |Enums.FriendLevel
|true|
|is_blacklist | |int
|true|
|star_at | |int
| |
|contact | |Models.ContactUser
|true|