params[ 'app_key' ] ], [ 'platform', '=', $this->params[ 'platform' ] ], [ 'version_no', '>', $this->params[ 'version_no' ] ], ]; $data = ( new AppVersionManage() )->getVersionFirstInfo($condition, '*', 'version_no desc'); return $this->response($data); } }