设置外部联系人手机号
<p><strong>请求示例</strong></p>
<pre><code>{
"data" : {
"mobile_list" : [ "15955555555" ],
"request_key" : "AAAAAA",
"user_id" : "7881300033050046"
},
"type" : 3005
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
"data" : {
"request_key" : "AAAAAA"
},
"error" : 0,
"type" : 13005
}</code></pre>