数据表更新
<p><strong>简要描述:</strong> </p>
<ul>
<li>后台 增删改指定数据表 后, 通过 redis发布订阅 通知服务端</li>
<li>服务端需要订阅频道 <code>p2s</code></li>
<li>tp类型: <code>table</code></li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>无</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>无
<strong>返回示例</strong></li>
</ul>
<pre><code>{
&quot;tp&quot;:&quot;table&quot;,
&quot;name&quot;:&quot;node&quot;,
&quot;param&quot;:[
2,
2
]
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">tp</td>
<td style="text-align: left;">string</td>
<td>事件类型</td>
</tr>
<tr>
<td style="text-align: left;">name</td>
<td style="text-align: left;">string</td>
<td>表名称</td>
</tr>
<tr>
<td style="text-align: left;">param</td>
<td style="text-align: left;">array</td>
<td>操作序号,主键ID</td>
</tr>
</tbody>
</table>