058 概据page_id 找教学视频
<h5>请求URL</h5>
<ul>
<li><code>http://happysell.com/api/job/task_publish</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;">page_id</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>同任务表的page_id 如: code_page_work_sign</td>
</tr>
</tbody>
</table>
<pre><code>{
&quot;code&quot;: 1,
&quot;info&quot;: &quot;success&quot;,
&quot;data&quot;: {
&quot;id&quot;: 16,
&quot;title&quot;: &quot;签到视频&quot;,
&quot;banner&quot;: null,
&quot;page_id&quot;: &quot;code_page_work_sign&quot;,
&quot;page_params&quot;: null,
&quot;create_at&quot;: &quot;2024-11-27 17:29:35&quot;,
&quot;update_at&quot;: &quot;2024-11-27 17:29:35&quot;,
&quot;url&quot;: null,
&quot;countryId&quot;: null,
&quot;button_text&quot;: null,
&quot;app_code&quot;: null,
&quot;status&quot;: 1,
&quot;hit&quot;: 1005,
&quot;banner2&quot;: &quot;https://happysell.com//////upload/02/8a10995a367cfe69ae3639dd35a6a6.png&quot;,
&quot;my_video&quot;: &quot;/uploads/big_video/1732699771916_2046309c5b47ccc4d120012074850b0f.mp4&quot;
}
}</code></pre>