移动端修改标签通知
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;data&quot; : {
&quot;label_list&quot; : [
{
&quot;is_delete&quot; : 0,
&quot;label_id&quot; : &quot;14073749795768728&quot;,
&quot;label_name&quot; : &quot;111123789&quot;,
&quot;op_type&quot; : 3
}
],
&quot;sync_seq&quot; : 9407686
},
&quot;error&quot; : 0,
&quot;type&quot; : 12611
}</code></pre>
<pre><code>op_type: =2表示被删除; =3表示修改; 移动端新创建标签时,也会收到op_type=3的通知
sync_seq:该通知的序列化</code></pre>