<?php
namespace app\controller\manager;
class map extends Base
{
/**
* 商家列表列表
*
* @return Json|View
* @throws Exception
*/
public function index()
return $this->view();
}