流量分发优化
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user