Commit 34bacff8 authored by yinxiaoling's avatar yinxiaoling

子账号列表接口下发

parent bdafbf7a
...@@ -107,7 +107,7 @@ class StrategySetController extends Controller ...@@ -107,7 +107,7 @@ class StrategySetController extends Controller
//子账号列表 //子账号列表
public function getUsersList(){ public function getUsersList(){
$usersInfo = $this->getAllowLoginUser(); $usersInfo = $this->getAllowLoginUser();
return $this->successWithInfo([[$usersInfo['user_sn']=>$usersInfo['user_name']]]); return $this->successWithInfo($usersInfo);
} }
//项目列表 //项目列表
public function getProjectsList(){ public function getProjectsList(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment