feat: 增加 account_list 方法的分页大小至 1000

This commit is contained in:
lingling 2025-03-08 15:38:34 +08:00
parent 8e7b2b3245
commit ac6ea86eec
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ class Rocketgo
* failedReason 失败类型 正常为空 * failedReason 失败类型 正常为空
* username ws号码 * username ws号码
*/ */
public static function account_list($pageSize = 100) public static function account_list($pageSize = 1000)
{ {
$client = self::get_client(); // 创建 Guzzle 客户端 $client = self::get_client(); // 创建 Guzzle 客户端
$allData = []; // 用来存储所有分页的数据 $allData = []; // 用来存储所有分页的数据