071 支票进度控制
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/sell_record_done</code></li>
</ul>
<h5>参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">done_progress</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>1=>'等待中', 2=>'银行审核', 3=>'审核成功', 4=>'审核失败'</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 4,
&quot;work_id&quot;: 10009,
&quot;staff_name&quot;: &quot;? nobody&quot;,
&quot;amount&quot;: &quot;4000&quot;,
&quot;pay_amount&quot;: &quot;4000&quot;,
&quot;customer_name&quot;: &quot;4号客户&quot;,
&quot;cheque_date&quot;: &quot;2024-12-18&quot;,
&quot;done_time&quot;: &quot;01, Jan., 1970&quot;,
&quot;day&quot;: &quot;-8&quot;,
&quot;date&quot;: &quot;18, Dec., 2024&quot;
}
]
}</code></pre>