fix:更新已知bug,优化代码
This commit is contained in:
@@ -110,6 +110,6 @@ class Client extends BaseClient
|
||||
$params['expire_seconds'] = min($expireSeconds, 30 * self::DAY);
|
||||
}
|
||||
|
||||
return $this->httpPostJson('/cgi-bin/qrcode/create', $params);
|
||||
return $this->httpPostJson('cgi-bin/qrcode/create', $params);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user