辅助方法
<h3><strong>简要描述:</strong></h3>
<h1>- 获取客户状态列表</h1>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://../admin/crm_field/listProjectStatus</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>参数</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>project_id</td>
<td>是</td>
<td>int</td>
<td></td>
<td>项目id</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;msg&quot;:&quot;success&quot;,
&quot;code&quot;:0,
&quot;data&quot;:&quot;[\&quot;未接听\&quot;,\&quot;未转接(IVR)\&quot;,\&quot;队列(呼损)\&quot;,\&quot;失败客户\&quot;,\&quot;成功客户\&quot;]&quot;
}</code></pre>
<p><strong>返回示例</strong></p>
<h4>传值时,以data下标为值</h4>
<hr />
<h3><strong>简要描述:</strong></h3>
<h1>- 点击呼叫</h1>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://../admin/agent/clickCall</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>参数</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>info_uuid</td>
<td>是</td>
<td>int</td>
<td></td>
<td>客户信息uuid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;msg&quot;:&quot;success&quot;,
&quot;code&quot;:0,
&quot;data&quot;:1
}</code></pre>
<hr />
<h3><strong>简要描述:</strong></h3>
<h1>- 回拨</h1>
<p><strong>请求URL:</strong></p>
<ul>
<li><code>http://../admin/agent/pullback</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST</li>
</ul>
<p><strong>参数:</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>必选</th>
<th>类型</th>
<th>参数</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td>called</td>
<td>是</td>
<td>String</td>
<td></td>
<td>被叫</td>
</tr>
</tbody>
</table>
<p><strong>返回示例</strong></p>
<p>复制<code>{ &quot;msg&quot;:&quot;success&quot;, &quot;code&quot;:0, &quot;data&quot;:0 }</code></p>