request->post('parent_code', ''); return AdminCommonLogic::getAddr($parent_code); } //视频列表 public function getVideoList() { $param = $this->request->only(['page' => 1, 'size' => 10], 'post'); return CommonLogic::getVideoList($param); } //手机主题 public function theme() { return CommonLogic::theme(); } }