获取申请好友列表
功能: 获取 待验证通过好友 列表 会触发pMultifun回调 SendCommand请求
{
"pid": 1234,
"type":34
}
回调json
{
"data": [
{
"reason": "我是ppp",//验证语
"uid": "7881299862961333"
},
{
"reason": "我是推酷", //验证语
"uid": "7881301958907222"
}
],
"pid": 12412,
"type": 106
}