Commit 8f8d8a4c authored by zhuwei's avatar zhuwei

1

parent ffc45ee8
......@@ -281,6 +281,8 @@ class OfficeRoom extends Basic
*/
public function getBuildingRoom()
{
header('Access-Control-Allow-Origin:*');
$result = $this->service->getRoomBuildingList($this->params);
if ($result['status'] == 'successful') {
......
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