063 获取销售历史对象列表
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/sell_man_log</code></li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 1,
&quot;phoneNumber&quot;: &quot;25413800000001&quot;,
&quot;name&quot;: &quot;1号客户&quot;,
&quot;phone&quot;: &quot;13800000001&quot;,
&quot;country_num&quot;: 254
}
]
}</code></pre>