Commit a830fd3b authored by zhuwei's avatar zhuwei

1

parent 81ca8c6d
......@@ -284,7 +284,7 @@ class Shop extends Basic
}
$result = $this->gHousesModel->getHousesList($pageNo, $pageSize, $order_, $field, $conditions, $spTagArr);
$m_business_district = new GBusinessDistrict();
// $m_business_district = new GBusinessDistrict();
//获取图片信息
foreach ($result as $key => $val) {
$result[$key]["api_path"] = CK_IMG_URL . 'images/';
......
......@@ -178,6 +178,14 @@ class ImageDepot extends Basic
}
public function ceshi()
{
$header = $this->request->header();
dump($header["x-forwarded-for"]);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment