|
|
@@ -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);
|