048 分享
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/score_share</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;">share_type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>1 分享店铺 <br>2 分享产品 <br>3 分享APP</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;is_done&quot;: 0 // 0 未完成 1已完成 2超完成 如任务关闭会返回0
}
}</code></pre>