处理素材image_list鉴权
<p><strong>简要描述:</strong> </p>
<ul>
<li>删除素材数据库中image_list鉴权,同时更新素材详情缓存</li>
</ul>
<p><strong>刷新字段:</strong> </p>
<ul>
<li><code>h:template:article:details</code></li>
<li><code>h:template:article:total:details</code></li>
</ul>
<p><strong>请求Command:</strong> </p>
<ul>
<li><code>cache:clear:article:info {--type=} {--article_id=}</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li><code>php artisan cache:clear:article:info {--type=} {--article_id=}</code></li>
</ul>
<p><strong>参数:</strong> </p>
<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;">type</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>imgSign:处理图片鉴权;</td>
</tr>
<tr>
<td style="text-align: left;">article_id</td>
<td style="text-align: left;">否</td>
<td style="text-align: left;">string</td>
<td>素材id。为空时全量处理</td>
</tr>
</tbody>
</table>
<p><strong>请求示例:</strong>
php artisan cache:clear:article:info --type=imgSign --article_id=1000000</p>