$request->param('key','') ]; $res = (new CommonService())->getDictionary($where); if(!$res){ return fail('账户信息有误'); } return success($res); } }