Commit 17a5f633 authored by clone's avatar clone

1

parent bb37a77a
...@@ -36,6 +36,7 @@ class OfficeRoom extends Basic ...@@ -36,6 +36,7 @@ class OfficeRoom extends Basic
*/ */
public function getOfficeRoomInfo() public function getOfficeRoomInfo()
{ {
header('Access-Control-Allow-Origin:*');
$params = $this->params; $params = $this->params;
$checkResult = $this->validate($params, "OfficeRoomValidate.getOfficeRoomInfo"); $checkResult = $this->validate($params, "OfficeRoomValidate.getOfficeRoomInfo");
......
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