Commit c9a05745 authored by zhuwei's avatar zhuwei

1

parent cc03f9e6
...@@ -373,6 +373,8 @@ class OfficeRoom extends Basic ...@@ -373,6 +373,8 @@ class OfficeRoom extends Basic
*/ */
public function filtrateConditionRoom() public function filtrateConditionRoom()
{ {
header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
if (empty($params["city"])) { if (empty($params["city"])) {
return $this->response("101", "参数错误"); return $this->response("101", "参数错误");
......
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