feat: 增加 account_list 方法的分页大小至 1000
This commit is contained in:
parent
8e7b2b3245
commit
ac6ea86eec
|
@ -205,7 +205,7 @@ class Rocketgo
|
|||
* failedReason 失败类型 正常为空
|
||||
* username ws号码
|
||||
*/
|
||||
public static function account_list($pageSize = 100)
|
||||
public static function account_list($pageSize = 1000)
|
||||
{
|
||||
$client = self::get_client(); // 创建 Guzzle 客户端
|
||||
$allData = []; // 用来存储所有分页的数据
|
||||
|
|
Loading…
Reference in New Issue