Commit bc19d314 authored by 蔡闯's avatar 蔡闯

修改房间接口

parent 88924aee
......@@ -114,7 +114,7 @@ class Vacancy extends Base
$data['parking_fee'] = Request::param('parking_fee');
$data['parent_id'] = Request::param('parent_id');
$add['type'] = $add['status'] = 0;
$add['type'] = 0;
$park_code = Request::param('park_code');
......
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