<?php namespace app\api\controller; use app\common\service\Elasticsearch; class Es extends Base { function index () { $list = Elasticsearch::getList('product_info'); $this->success('ok',$list); } }