流量分发优化

This commit is contained in:
wong
2025-07-14 18:16:36 +08:00
parent e0583db19a
commit 9736416fff
5 changed files with 149 additions and 8 deletions

View File

@@ -73,7 +73,7 @@ class AccountListJob
$request->withGet($params);
// 调用公司账号列表获取方法
$result = $accountController->getlist($pageIndex,$pageSize,true);
$result = $accountController->getlist(['pageIndex' => $pageIndex,'pageSize' => $pageSize],true);
$response = json_decode($result,true);