Ver Fonte

门店列表

shish há 5 anos atrás
pai
commit
4352c8ce08
1 ficheiros alterados com 0 adições e 4 exclusões
  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()
     {
-
-        $res = mapUtil::resolveLocation('39.984154', '116.307490');
-echo '<pre>';print_r($res);die;
-
         $where = [];
         $list = ShopService::getShopList($where);
         util::success($list);