add clear
This commit is contained in:
@@ -25,7 +25,7 @@ class Tag extends AfficialAccount
|
|||||||
*/
|
*/
|
||||||
public function generate($tagName)
|
public function generate($tagName)
|
||||||
{
|
{
|
||||||
$params['tag[name]'] = $tagName;
|
$params['tag'] = ['name' => $tagName];
|
||||||
|
|
||||||
$config = $this->config->getAccessToken();
|
$config = $this->config->getAccessToken();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user