tking

651 经验值

幻灯接口 api/slides
return $this->response->collection(Slide::all(), new SlideTransformer());

广告接口 api/ads
return $this->response->collection(Ad::all(), new AdTransformer());

首页接口 api/index
为了减少请求数,我想把这两个transformer的数据放到一个index接口里返回,该如何操作?

Shop::select(DB::raw('*, (st_distance (point (lng, lat),point('.$lng.','.$lat.') ) * 111195 / 1000) AS
                 distance'))->orderBy('distance')->paginate(1);

参考这个

他奶奶的...是postman的问题。我用了好久之前安装的chrome引用里的postman,刚才灵机激动get了下百度,结果也在转圈圈..... 新下了个mac版的好了 ....-.-

API_STANDARDS_TREE=vnd
API_PREFIX=api
API_VERSION=v1
API_DEBUG=true

wx20170228-162848
wx20170228-162917
wx20170228-162953
wx20170228-163017

wx20170228-171454

直接访问报405,postman一直在提交,不知道哪里出问题了,求教