shish před 5 roky
rodič
revize
4352c8ce08
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      app-pt/controllers/ShopController.php

+ 0 - 4
app-pt/controllers/ShopController.php

@@ -12,10 +12,6 @@ class ShopController extends BaseController
 
 
     public function actionList()
     public function actionList()
     {
     {
-
-        $res = mapUtil::resolveLocation('39.984154', '116.307490');
-echo '<pre>';print_r($res);die;
-
         $where = [];
         $where = [];
         $list = ShopService::getShopList($where);
         $list = ShopService::getShopList($where);
         util::success($list);
         util::success($list);