|
@@ -81,7 +81,7 @@ class PushTag extends Command
|
|
|
$tag = PushConst::TOPIC_ALL;
|
|
|
// $client->addTags(PushConst::TOPIC_ALL, '全部用户');
|
|
|
|
|
|
- $client->subscribeTags($regId, [$tag]);
|
|
|
+ $client->subscribeTags($regId, $tag);
|
|
|
|
|
|
// # 获取全部tag
|
|
|
$tags2 = $client->getAllTags($regId);
|