添加名片好友
<p><strong>请求示例</strong></p>
<pre><code>{
"data" : {
"conversation_id" : "10768894444444344", // 如果来自群,则需要填入群ID,不需要带 R:; 如果来自好友,这个字段填0就行
"presenter_id" : "788133333946238", // 推荐者ID
"request_key" : "AAAAAA",
"user_id" : "78813044443050046", // 添加的ID
"verify_text" : "AAAAAA"
},
"type" : 3008
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"data" : {
"request_key" : "AAAAAA"
},
"error" : 0,
"type" : 13008
}</code></pre>