php sdk 中如果调用 $client->device()->addTags($registration_id, null) 可以清空该设备下的所有tag 吗? 根据你们官方文档中的说明 https://docs.jiguang.cn/jpush/server/push/rest_api_v3_device/ > tags: 支持add, remove 或者空字符串。当tags参数为空字符串的时候,表示清空所有的 tags;